From 4b49558643eef014539de82b0e834dd228fc5a1140e80f6efa84cabf76cbcd82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 31 Jul 2019 09:18:10 +0000 Subject: [PATCH] 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 --- bcrypt-3.1.6.tar.gz | 3 --- bcrypt-3.1.7.tar.gz | 3 +++ python-bcrypt.changes | 15 +++++++++++++++ python-bcrypt.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 bcrypt-3.1.6.tar.gz create mode 100644 bcrypt-3.1.7.tar.gz diff --git a/bcrypt-3.1.6.tar.gz b/bcrypt-3.1.6.tar.gz deleted file mode 100644 index bf19558..0000000 --- a/bcrypt-3.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44636759d222baa62806bbceb20e96f75a015a6381690d1bc2eda91c01ec02ea -size 42216 diff --git a/bcrypt-3.1.7.tar.gz b/bcrypt-3.1.7.tar.gz new file mode 100644 index 0000000..c93503d --- /dev/null +++ b/bcrypt-3.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0069c752ec14172c5f78208f1863d7ad6755a6fae6fe76ec2c80d13be41e42 +size 42512 diff --git a/python-bcrypt.changes b/python-bcrypt.changes index dd08aff..2e8be59 100644 --- a/python-bcrypt.changes +++ b/python-bcrypt.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Jul 28 16:11:38 UTC 2019 - Arun Persaud + +- 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 diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 14b6373..76e7576 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -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