15
0
forked from pool/python-bcrypt

Accepting request 719639 from home:apersaud:branches:devel:languages:python

fixed minimum version for setuptools

OBS-URL: https://build.opensuse.org/request/show/719639
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal
2019-07-31 09:18:10 +00:00
committed by Git OBS Bridge
parent a16ee67a83
commit 4b49558643
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44636759d222baa62806bbceb20e96f75a015a6381690d1bc2eda91c01ec02ea
size 42216

3
bcrypt-3.1.7.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Jul 28 16:11:38 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
* changed setuptools min version
- update to version 3.1.7:
* Set a setuptools lower bound for PEP517 wheel building.
* We no longer distribute 32-bit manylinux1 wheels. Continuing to
produce them was a maintenance burden.
- changes from version 3.1.6:
* Added support for compilation on Haiku.
-------------------------------------------------------------------
Fri Mar 1 11:19:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-bcrypt
Version: 3.1.6
Version: 3.1.7
Release: 0
Summary: BSD type 2a and 2b password hashing
License: Apache-2.0
@@ -30,7 +30,7 @@ Source: https://files.pythonhosted.org/packages/source/b/bcrypt/bcrypt-%
BuildRequires: %{python_module cffi >= 1.1}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest >= 3.2.1}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module setuptools>=40.8.0}
BuildRequires: %{python_module six >= 1.4.1}
BuildRequires: fdupes
BuildRequires: pkgconfig