From 3a87381347c84d66e3f7e48f92badcfe32c03d29f2795089f58fba5b428ce9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 30 May 2019 12:08:54 +0000 Subject: [PATCH] Accepting request 706499 from home:marxin:branches:devel:languages:python - Update to 3.8.2 * GH#291: fix strict aliasing problem, emerged with GCC 9.1. OBS-URL: https://build.opensuse.org/request/show/706499 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodome?expand=0&rev=28 --- pycryptodome-3.8.1.tar.gz | 3 --- pycryptodome-3.8.2.tar.gz | 3 +++ python-pycryptodome.changes | 6 ++++++ python-pycryptodome.spec | 5 +---- 4 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 pycryptodome-3.8.1.tar.gz create mode 100644 pycryptodome-3.8.2.tar.gz diff --git a/pycryptodome-3.8.1.tar.gz b/pycryptodome-3.8.1.tar.gz deleted file mode 100644 index c4a563f..0000000 --- a/pycryptodome-3.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68ad0ce4a374577a26bb7f458575abe3c2a342818b5280de6e5738870b7761b3 -size 11535959 diff --git a/pycryptodome-3.8.2.tar.gz b/pycryptodome-3.8.2.tar.gz new file mode 100644 index 0000000..adc469a --- /dev/null +++ b/pycryptodome-3.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e85058f8b2fab469c9b41b60a9b11b38bff90ed5ff708a2d2e9f7644ceca12c +size 11559337 diff --git a/python-pycryptodome.changes b/python-pycryptodome.changes index 21b82d4..fcb5509 100644 --- a/python-pycryptodome.changes +++ b/python-pycryptodome.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 30 11:47:57 UTC 2019 - Martin Liška + + - Update to 3.8.2 + * GH#291: fix strict aliasing problem, emerged with GCC 9.1. + ------------------------------------------------------------------- Fri May 24 11:36:30 UTC 2019 - Martin Liška diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index e45a7b6..3f74945 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -20,7 +20,7 @@ %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 @@ -84,9 +84,6 @@ Python. Only the pieces that are extremely critical to performance %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