From 11f261982f95385c7e7609e512b806754c5398e1fd39747ff1a73b3be1f0e3f6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 6 Dec 2022 16:01:03 +0000 Subject: [PATCH] Accepting request 1040662 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 3.16.0 New features * Build wheels for musl Linux. Thanks to Ben Raz. Resolved issues * GH#639: ARC4 now also works with ‘keys’ as short as 8 bits. * GH#669: fix segfaults when running in a manylinux2010 i686 image. OBS-URL: https://build.opensuse.org/request/show/1040662 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodomex?expand=0&rev=31 --- python-pycryptodomex.changes | 10 ++++++++++ python-pycryptodomex.spec | 2 +- v3.15.0.tar.gz | 3 --- v3.16.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 v3.15.0.tar.gz create mode 100644 v3.16.0.tar.gz diff --git a/python-pycryptodomex.changes b/python-pycryptodomex.changes index 1c06ff1..b024929 100644 --- a/python-pycryptodomex.changes +++ b/python-pycryptodomex.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Dec 6 13:19:32 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 3.16.0 + New features + * Build wheels for musl Linux. Thanks to Ben Raz. + Resolved issues + * GH#639: ARC4 now also works with ‘keys’ as short as 8 bits. + * GH#669: fix segfaults when running in a manylinux2010 i686 image. + ------------------------------------------------------------------- Tue Jun 28 20:38:31 UTC 2022 - Torsten Gruner diff --git a/python-pycryptodomex.spec b/python-pycryptodomex.spec index 3493967..7f8d869 100644 --- a/python-pycryptodomex.spec +++ b/python-pycryptodomex.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-pycryptodomex -Version: 3.15.0 +Version: 3.16.0 Release: 0 Summary: Cryptographic library for Python License: BSD-2-Clause diff --git a/v3.15.0.tar.gz b/v3.15.0.tar.gz deleted file mode 100644 index 033a908..0000000 --- a/v3.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10356f1e0a76d87688482d497a490e10759d1c7e915731d1932c95030bd48241 -size 16547902 diff --git a/v3.16.0.tar.gz b/v3.16.0.tar.gz new file mode 100644 index 0000000..965ed7d --- /dev/null +++ b/v3.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f6878f11e6164b663058246d2c3ecc3c445f9cbff03dea97cee80c4223b9ff +size 16548063