From 3227adfeed92bf92a77ac8a4ef63c96d2101dc4eed57f8d546691c939639aa9e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 19 Dec 2018 16:58:17 +0000 Subject: [PATCH] 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 --- python-passlib.changes | 5 +++++ python-passlib.spec | 13 ++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/python-passlib.changes b/python-passlib.changes index dc502d3..45b220c 100644 --- a/python-passlib.changes +++ b/python-passlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 19 00:03:58 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. Trim filler wording from description. + ------------------------------------------------------------------- Tue Dec 4 12:51:16 UTC 2018 - Matej Cepl diff --git a/python-passlib.spec b/python-passlib.spec index 811d5de..97b4a25 100644 --- a/python-passlib.spec +++ b/python-passlib.spec @@ -20,7 +20,7 @@ Name: python-passlib Version: 1.7.1 Release: 0 -Summary: Comprehensive password hashing framework supporting over 20 schemes +Summary: Password hashing framework supporting over 20 schemes License: BSD-3-Clause Group: Development/Languages/Python URL: https://bitbucket.org/ecollins/passlib @@ -34,12 +34,11 @@ BuildArch: noarch %python_subpackages %description -Passlib is a password hashing library for Python 2 & 3, -which provides cross-platform implementations of over 20 -password hashing algorithms, as well as a framework for -managing existing password hashes. It's designed to be useful -for a wide range of tasks; from verifying a hash found in %{_sysconfdir}/shadow, -to providing full-strength password hashing for multi-user applications. +Passlib is a password hashing library for Python 2 & 3. It provides +implementations of over 20 password hashing algorithms, as well as a +framework for managing existing password hashes. It can verify hashes +found in %{_sysconfdir}/shadow, and provide password hashing for +applications. %prep %setup -q -n passlib-%{version}