From cafd228f5e2322eeab6c60cd1955fafc1a1a47231c87212246b7ce5a94fedd2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Jun 2019 10:27:01 +0000 Subject: [PATCH] - Update to 3.8.2: * GH#291: fix strict aliasing problem, emerged with GCC 9.1. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodomex?expand=0&rev=6 --- pycryptodome-3.8.1.tar.gz | 3 --- pycryptodome-3.8.2.tar.gz | 3 +++ python-pycryptodomex.changes | 6 ++++++ python-pycryptodomex.spec | 2 +- 4 files changed, 10 insertions(+), 4 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..54fc87e --- /dev/null +++ b/pycryptodome-3.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc40f8aa7ba8ca7f833ad2477b9d84e1bfd2630b22a46d9bbd221982f8c3ac0 +size 12441359 diff --git a/python-pycryptodomex.changes b/python-pycryptodomex.changes index 2afd1d2..93c77ed 100644 --- a/python-pycryptodomex.changes +++ b/python-pycryptodomex.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 3 10:23:01 UTC 2019 - Tomáš Chvátal + +- Update to 3.8.2: + * GH#291: fix strict aliasing problem, emerged with GCC 9.1. + ------------------------------------------------------------------- Tue May 14 13:15:38 UTC 2019 - Marketa Calabkova diff --git a/python-pycryptodomex.spec b/python-pycryptodomex.spec index cfe1492..2d5f533 100644 --- a/python-pycryptodomex.spec +++ b/python-pycryptodomex.spec @@ -20,7 +20,7 @@ %define oldpython python %bcond_without test Name: python-pycryptodomex -Version: 3.8.1 +Version: 3.8.2 Release: 0 Summary: Cryptographic library for Python License: BSD-2-Clause