Hello community,
here is the log from the commit of package python-pycryptodome for
openSUSE:Factory checked in at 2019-06-18 14:44:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pycryptodome (Old)
and /work/SRC/openSUSE:Factory/.python-pycryptodome.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycryptodome"
Tue Jun 18 14:44:39 2019 rev:11 rq:706523 version:3.8.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pycryptodome/python-pycryptodome.changes
2019-05-25 13:17:10.188404943 +0200
+++
/work/SRC/openSUSE:Factory/.python-pycryptodome.new.4811/python-pycryptodome.changes
2019-06-18 14:44:43.753739377 +0200
@@ -1,0 +2,11 @@
+Thu May 30 15:03:25 UTC 2019 - Martin Liška <[email protected]>
+
+- Update Source to point to github.
+
+-------------------------------------------------------------------
+Thu May 30 11:47:57 UTC 2019 - Martin Liška <[email protected]>
+
+ - Update to 3.8.2
+ * GH#291: fix strict aliasing problem, emerged with GCC 9.1.
+
+-------------------------------------------------------------------
Old:
----
pycryptodome-3.8.1.tar.gz
New:
----
v3.8.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pycryptodome.spec ++++++
--- /var/tmp/diff_new_pack.mKW0vS/_old 2019-06-18 14:44:45.273739223 +0200
+++ /var/tmp/diff_new_pack.mKW0vS/_new 2019-06-18 14:44:45.273739223 +0200
@@ -20,13 +20,13 @@
%define oldpython python
%bcond_without test
Name: python-pycryptodome
-Version: 3.8.1
+Version: 3.8.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}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -84,9 +84,6 @@
%setup -q -n pycryptodome-%{version}
%build
-# Use -fno-strict-aliasing in order to bypass:
-# https://github.com/Legrandin/pycryptodome/issues/291
-export CFLAGS="%{optflags} -fno-strict-aliasing"
%python_build
%install