Accepting request 747244 from home:frispete:python
- 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) - fix tarball: use the one from PyPI... OBS-URL: https://build.opensuse.org/request/show/747244 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodome?expand=0&rev=33
This commit is contained in:
parent
6f5d805e43
commit
25d54c227e
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 10 16:54:21 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
@ -56,6 +81,11 @@ Wed Jan 9 21:55:51 UTC 2019 - Jonathan Brownell <jbrownell@suse.com>
|
||||
|
||||
- Protect older platforms from encountering "Suggests:" keyword
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 6 14:30:43 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
- fix tarball: use the one from PyPI...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 29 16:41:53 UTC 2018 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
|
@ -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}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d92f3c0dd98530bf6e02fa1e31f99cbc8493ee94bd518c6a6838debc06106d9
|
||||
size 11590247
|
3
v3.9.2.tar.gz
Normal file
3
v3.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e14409e1bbf5ae3a7d64259cccb33b15448672776fe09263c9689180ab075f49
|
||||
size 11605238
|
Loading…
x
Reference in New Issue
Block a user