14
0

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
This commit is contained in:
Tomáš Chvátal
2019-05-30 12:08:54 +00:00
committed by Git OBS Bridge
parent e7f8e07731
commit 3a87381347
4 changed files with 10 additions and 7 deletions

View File

@@ -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