14
0
forked from pool/python-PyNaCl

Accepting request 818863 from home:stroeder:branches:devel:languages:python

Update to 1.4.0

OBS-URL: https://build.opensuse.org/request/show/818863
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2020-07-06 07:08:25 +00:00
committed by Git OBS Bridge
parent a9c71ed6f1
commit f43a35fcc4
6 changed files with 33 additions and 100 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-PyNaCl
Version: 1.3.0
Version: 1.4.0
Release: 0
Summary: Python binding to the Networking and Cryptography (NaCl) library
License: Apache-2.0
@@ -26,13 +26,11 @@ Group: Development/Languages/Python
URL: https://github.com/pyca/pynacl/
Source: https://pypi.org/packages/source/P/PyNaCl/PyNaCl-%{version}.tar.gz
# https://github.com/pyca/pynacl/commit/a8c08b18f3a2e8f2140c531afaf42715fcab68e7
Patch0: python-PyNaCl-hypothesis-remove-average_size.patch
Patch1: fix_tests.patch
Patch2: hypothesis-no-unilmited.patch
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pycparser}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
@@ -52,7 +50,6 @@ speed.
%prep
%setup -q -n PyNaCl-%{version}
%autopatch -p1
rm -Rf src/libsodium
%build