15
0
forked from pool/python-bcrypt

Accepting request 680464 from devel:languages:python

- 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/request/show/680464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=5
This commit is contained in:
2019-03-04 08:10:58 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 9 deletions

View File

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 1 11:19:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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

View File

@@ -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 <mardnh@gmx.de>
#
# 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}