Hello community,

here is the log from the commit of package python-pycryptodomex for 
openSUSE:Factory checked in at 2019-11-11 13:01:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pycryptodomex (Old)
 and      /work/SRC/openSUSE:Factory/.python-pycryptodomex.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pycryptodomex"

Mon Nov 11 13:01:45 2019 rev:6 rq:747324 version:3.9.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pycryptodomex/python-pycryptodomex.changes    
    2019-09-13 14:58:36.781277985 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pycryptodomex.new.2990/python-pycryptodomex.changes
      2019-11-11 13:01:52.713784878 +0100
@@ -1,0 +2,23 @@
+Sun Nov 10 16:54:21 UTC 2019 - Hans-Peter Jansen <h...@urpla.net>
+
+- Update to 3.9.2 (10 November 2019):
+  + New features
+    * Add Python 3.8 wheels for Mac.
+  + Resolved issues
+    * GH#308: Avoid allocating arrays of __m128i on the stack, to
+      cope with buggy compilers.
+    * GH#322: Remove blanket -O3 optimization for gcc and clang, to
+      cope with buggy compilers.
+    * GH#337: Fix typing stubs for signatures.
+    * GH#338: Deal with gcc installations that don't have
+      x86intrin.h.
+
+- Update to version 3.9.1 (1 November 2019):
+  + New features
+    * Add Python 3.8 wheels for Linux and Windows.
+  + Resolved issues
+    * GH#328: minor speed-up when importing RSA.
+
+- sync spec file with python-pycryptodome
+
+-------------------------------------------------------------------

Old:
----
  pycryptodome-3.9.0.tar.gz

New:
----
  v3.9.2x.tar.gz

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

Other differences:
------------------
++++++ python-pycryptodomex.spec ++++++
--- /var/tmp/diff_new_pack.GOF74P/_old  2019-11-11 13:01:56.125788492 +0100
+++ /var/tmp/diff_new_pack.GOF74P/_new  2019-11-11 13:01:56.145788514 +0100
@@ -19,21 +19,23 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-pycryptodomex
-Version:        3.9.0
+Version:        3.9.2
 Release:        0
 Summary:        Cryptographic library for Python
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
 URL:            https://www.pycryptodome.org
-Source:         
https://files.pythonhosted.org/packages/source/p/pycryptodome/pycryptodome-%{version}.tar.gz
+Source:         
https://github.com/Legrandin/pycryptodome/archive/v%{version}x.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%if !0%{?_no_weakdeps}
 # PyCryptodomex uses gmp via cffi as runtime optimization
 # would be better, if libgmp* would provide gmp
 Suggests:       libgmp10
 Suggests:       python-cffi
+%endif
 %python_subpackages
 
 %description
@@ -73,7 +75,7 @@
 (e.g. block ciphers) are implemented as C extensions.
 
 %prep
-%setup -q -n pycryptodome-%{version}
+%setup -q -n pycryptodome-%{version}x
 touch .separate_namespace
 
 %build


Reply via email to