Accepting request 660068 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/660068 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=17
This commit is contained in:
commit
5d5c4e0212
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 19 00:03:58 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Use noun phrase in summary. Trim filler wording from description.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 4 12:51:16 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Remove superfluous devel dependency for noarch package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 22 16:44:52 UTC 2017 - aloisio@gmx.com
|
Sat Apr 22 16:44:52 UTC 2017 - aloisio@gmx.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-passlib
|
# spec file for package python-passlib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -20,28 +20,25 @@
|
|||||||
Name: python-passlib
|
Name: python-passlib
|
||||||
Version: 1.7.1
|
Version: 1.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://bitbucket.org/ecollins/passlib
|
Summary: Password hashing framework supporting over 20 schemes
|
||||||
Summary: Comprehensive password hashing framework supporting over 20 schemes
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
URL: https://bitbucket.org/ecollins/passlib
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/passlib/passlib-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/passlib/passlib-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
# test requirements
|
||||||
|
BuildRequires: %{python_module nose}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# test requirements
|
|
||||||
BuildRequires: %{python_module nose}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Passlib is a password hashing library for Python 2 & 3,
|
Passlib is a password hashing library for Python 2 & 3. It provides
|
||||||
which provides cross-platform implementations of over 20
|
implementations of over 20 password hashing algorithms, as well as a
|
||||||
password hashing algorithms, as well as a framework for
|
framework for managing existing password hashes. It can verify hashes
|
||||||
managing existing password hashes. It's designed to be useful
|
found in %{_sysconfdir}/shadow, and provide password hashing for
|
||||||
for a wide range of tasks; from verifying a hash found in /etc/shadow,
|
applications.
|
||||||
to providing full-strength password hashing for multi-user applications.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n passlib-%{version}
|
%setup -q -n passlib-%{version}
|
||||||
@ -57,8 +54,8 @@ to providing full-strength password hashing for multi-user applications.
|
|||||||
%python_expand nosetests-%{$python_version} -v
|
%python_expand nosetests-%{$python_version} -v
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root)
|
%license LICENSE
|
||||||
%doc LICENSE README
|
%doc README
|
||||||
%{python_sitelib}/passlib
|
%{python_sitelib}/passlib
|
||||||
%{python_sitelib}/passlib-%{version}-py%{python_version}.egg-info
|
%{python_sitelib}/passlib-%{version}-py%{python_version}.egg-info
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user