Hello community,

here is the log from the commit of package python-PyNaCl for openSUSE:Factory 
checked in at 2020-07-15 12:01:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyNaCl (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyNaCl.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyNaCl"

Wed Jul 15 12:01:41 2020 rev:8 rq:819131 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyNaCl/python-PyNaCl.changes      
2020-04-19 21:50:04.260153145 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyNaCl.new.3060/python-PyNaCl.changes    
2020-07-15 12:02:02.019957975 +0200
@@ -1,0 +2,28 @@
+Sun Jul  5 14:42:24 UTC 2020 - Michael Ströder <mich...@stroeder.com>
+
+- Update to 1.4.0
+  * Update ``libsodium`` to 1.0.18.
+  * **BACKWARDS INCOMPATIBLE:** We no longer distribute 32-bit ``manylinux1``
+    wheels. Continuing to produce them was a maintenance burden.
+  * Added support for Python 3.8, and removed support for Python 3.4.
+  * Add low level bindings for extracting the seed and the public key
+    from crypto_sign_ed25519 secret key
+  * Add low level bindings for deterministic random generation.
+  * Add ``wheel`` and ``setuptools`` setup_requirements in ``setup.py`` (#485)
+  * Fix checks on very slow builders (#481, #495)
+  * Add low-level bindings to ed25519 arithmetic functions
+  * Update low-level blake2b state implementation
+  * Fix wrong short-input behavior of SealedBox.decrypt() (#517)
+  * Raise CryptPrefixError exception instead of InvalidkeyError when trying
+    to check a password against a verifier stored in a unknown format (#519)
+  * Add support for minimal builds of libsodium. Trying to call functions
+    not available in a minimal build will raise an UnavailableError
+    exception. To compile a minimal build of the bundled libsodium, set
+    the SODIUM_INSTALL_MINIMAL environment variable to any non-empty
+    string (e.g. ``SODIUM_INSTALL_MINIMAL=1``) for setup.
+- removed obsolete back-port patch:
+  * fix_tests.patch
+  * hypothesis-no-unilmited.patch
+  * python-PyNaCl-hypothesis-remove-average_size.patch
+
+-------------------------------------------------------------------

Old:
----
  PyNaCl-1.3.0.tar.gz
  fix_tests.patch
  hypothesis-no-unilmited.patch
  python-PyNaCl-hypothesis-remove-average_size.patch

New:
----
  PyNaCl-1.4.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-PyNaCl.spec ++++++
--- /var/tmp/diff_new_pack.4uyxER/_old  2020-07-15 12:02:04.651960879 +0200
+++ /var/tmp/diff_new_pack.4uyxER/_new  2020-07-15 12:02:04.655960884 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-PyNaCl
-Version:        1.3.0
+Version:        1.4.0
 Release:        0
 Summary:        Python binding to the Networking and Cryptography (NaCl) 
library
 License:        Apache-2.0
@@ -26,13 +26,11 @@
 URL:            https://github.com/pyca/pynacl/
 Source:         
https://pypi.org/packages/source/P/PyNaCl/PyNaCl-%{version}.tar.gz
 # 
https://github.com/pyca/pynacl/commit/a8c08b18f3a2e8f2140c531afaf42715fcab68e7
-Patch0:         python-PyNaCl-hypothesis-remove-average_size.patch
-Patch1:         fix_tests.patch
-Patch2:         hypothesis-no-unilmited.patch
 BuildRequires:  %{python_module cffi}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pycparser}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
@@ -52,7 +50,6 @@
 
 %prep
 %setup -q -n PyNaCl-%{version}
-%autopatch -p1
 rm -Rf src/libsodium
 
 %build

++++++ PyNaCl-1.3.0.tar.gz -> PyNaCl-1.4.0.tar.gz ++++++
++++ 34613 lines of diff (skipped)


Reply via email to