diff --git a/python-pycryptodome.changes b/python-pycryptodome.changes index 446e8b6..6b301df 100644 --- a/python-pycryptodome.changes +++ b/python-pycryptodome.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Nov 10 16:54:21 UTC 2019 - Hans-Peter Jansen + +- 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. + +- Add export LC_ALL=en_US.UTF-8 to %build, %install and %check to + fix the build on older distros + (as done from Thomas Bechtold in python-pycryptodomex) + ------------------------------------------------------------------- Tue Sep 10 12:29:30 UTC 2019 - Tomáš Chvátal @@ -56,6 +81,11 @@ Wed Jan 9 21:55:51 UTC 2019 - Jonathan Brownell - Protect older platforms from encountering "Suggests:" keyword +------------------------------------------------------------------- +Sun Jan 6 14:30:43 UTC 2019 - Hans-Peter Jansen + +- fix tarball: use the one from PyPI... + ------------------------------------------------------------------- Thu Nov 29 16:41:53 UTC 2018 - Hans-Peter Jansen diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index 22c12b5..18a1323 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-pycryptodome -Version: 3.9.0 +Version: 3.9.2 Release: 0 Summary: Cryptographic library for Python License: BSD-2-Clause @@ -83,13 +83,17 @@ Python. Only the pieces that are extremely critical to performance %setup -q -n pycryptodome-%{version} %build +export LC_ALL=en_US.UTF-8 +export CFLAGS="%{optflags}" %python_build %install +export LC_ALL=en_US.UTF-8 %python_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check +export LC_ALL=en_US.UTF-8 %python_exec setup.py test %files %{python_files} diff --git a/v3.9.0.tar.gz b/v3.9.0.tar.gz deleted file mode 100644 index f38d214..0000000 --- a/v3.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d92f3c0dd98530bf6e02fa1e31f99cbc8493ee94bd518c6a6838debc06106d9 -size 11590247 diff --git a/v3.9.2.tar.gz b/v3.9.2.tar.gz new file mode 100644 index 0000000..ea26e8d --- /dev/null +++ b/v3.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14409e1bbf5ae3a7d64259cccb33b15448672776fe09263c9689180ab075f49 +size 11605238