From a16ee67a8344d0e0412e2fa35751ead30672589f89ac09aeaf688402eaaa1555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 1 Mar 2019 11:20:43 +0000 Subject: [PATCH] - Update to 3.1.5: * Added support for compilation on Haiku. * Added support for compilation on AIX. * Dropped Python 2.6 and 3.3 support. * Switched to using ``abi3`` wheels for Python 3. If you are not getting a wheel on a compatible platform please upgrade your ``pip`` version. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=16 --- bcrypt-3.1.4.tar.gz | 3 --- bcrypt-3.1.6.tar.gz | 3 +++ python-bcrypt.changes | 10 ++++++++++ python-bcrypt.spec | 12 ++++++------ 4 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 bcrypt-3.1.4.tar.gz create mode 100644 bcrypt-3.1.6.tar.gz diff --git a/bcrypt-3.1.4.tar.gz b/bcrypt-3.1.4.tar.gz deleted file mode 100644 index f55b0b5..0000000 --- a/bcrypt-3.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67ed1a374c9155ec0840214ce804616de49c3df9c5bc66740687c1c9b1cd9e8d -size 42575 diff --git a/bcrypt-3.1.6.tar.gz b/bcrypt-3.1.6.tar.gz new file mode 100644 index 0000000..bf19558 --- /dev/null +++ b/bcrypt-3.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44636759d222baa62806bbceb20e96f75a015a6381690d1bc2eda91c01ec02ea +size 42216 diff --git a/python-bcrypt.changes b/python-bcrypt.changes index 1a716ee..dd08aff 100644 --- a/python-bcrypt.changes +++ b/python-bcrypt.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 1 11:19:33 UTC 2019 - Tomáš Chvátal + +- Update to 3.1.5: + * Added support for compilation on Haiku. + * Added support for compilation on AIX. + * Dropped Python 2.6 and 3.3 support. + * Switched to using ``abi3`` wheels for Python 3. If you are not getting a + wheel on a compatible platform please upgrade your ``pip`` version. + ------------------------------------------------------------------- Wed Aug 29 10:30:02 UTC 2018 - tchvatal@suse.com diff --git a/python-bcrypt.spec b/python-bcrypt.spec index fcf9ae8..14b6373 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,7 +1,7 @@ # # spec file for package python-bcrypt # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -13,30 +13,30 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-bcrypt -Version: 3.1.4 +Version: 3.1.6 Release: 0 Summary: BSD type 2a and 2b password hashing License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/pyca/bcrypt/ Source: https://files.pythonhosted.org/packages/source/b/bcrypt/bcrypt-%{version}.tar.gz -BuildRequires: %{python_module cffi} +BuildRequires: %{python_module cffi >= 1.1} BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest >= 3.2.1} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} +BuildRequires: %{python_module six >= 1.4.1} BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(libffi) -Requires: python-six +Requires: python-six >= 1.4.1 %requires_eq python-cffi Provides: python-py-bcrypt = %{version} Obsoletes: python-py-bcrypt < %{version}