15
0

Accepting request 706523 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/706523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycryptodome?expand=0&rev=11
This commit is contained in:
2019-06-18 12:44:39 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68ad0ce4a374577a26bb7f458575abe3c2a342818b5280de6e5738870b7761b3
size 11535959

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 30 15:03:25 UTC 2019 - Martin Liška <mliska@suse.cz>
- Update Source to point to github.
-------------------------------------------------------------------
Thu May 30 11:47:57 UTC 2019 - Martin Liška <mliska@suse.cz>
- Update to 3.8.2
* GH#291: fix strict aliasing problem, emerged with GCC 9.1.
-------------------------------------------------------------------
Fri May 24 11:36:30 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@@ -20,13 +20,13 @@
%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
Group: Development/Languages/Python
URL: https://www.pycryptodome.org
Source: https://files.pythonhosted.org/packages/source/p/pycryptodome/pycryptodome-%{version}.tar.gz
Source: https://github.com/Legrandin/pycryptodome/archive/v%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -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

3
v3.8.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e85058f8b2fab469c9b41b60a9b11b38bff90ed5ff708a2d2e9f7644ceca12c
size 11559337