14
0

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

Update to 1.7.2

OBS-URL: https://build.opensuse.org/request/show/760319
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=37
This commit is contained in:
Tomáš Chvátal
2020-01-02 08:55:40 +00:00
committed by Git OBS Bridge
parent 9ce45547c8
commit 52fb1014fd
7 changed files with 29 additions and 133 deletions

View File

@@ -18,17 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-passlib
Version: 1.7.1
Version: 1.7.2
Release: 0
Summary: Password hashing framework supporting over 20 schemes
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://bitbucket.org/ecollins/passlib
Source: https://files.pythonhosted.org/packages/source/p/passlib/passlib-%{version}.tar.gz
Patch0: python-passlib-1.7.1-libxcrypt-compat.patch
# Python 3.8 compatibility patches
Patch1: pr_9_1.patch
Patch2: pr_9_2.patch
# test requirements
BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools}
@@ -46,9 +42,6 @@ applications.
%prep
%setup -q -n passlib-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
%python_build