Accepting request 659791 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary. Trim filler wording from description. OBS-URL: https://build.opensuse.org/request/show/659791 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=30
This commit is contained in:
parent
cd8aa2f04c
commit
3227adfeed
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Dec 4 12:51:16 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: python-passlib
|
Name: python-passlib
|
||||||
Version: 1.7.1
|
Version: 1.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Comprehensive password hashing framework supporting over 20 schemes
|
Summary: 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
|
URL: https://bitbucket.org/ecollins/passlib
|
||||||
@ -34,12 +34,11 @@ 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 %{_sysconfdir}/shadow,
|
applications.
|
||||||
to providing full-strength password hashing for multi-user applications.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n passlib-%{version}
|
%setup -q -n passlib-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user