diff --git a/python-argon2-cffi.changes b/python-argon2-cffi.changes index 7243bcf..5097f51 100644 --- a/python-argon2-cffi.changes +++ b/python-argon2-cffi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 8 15:07:52 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of description. + ------------------------------------------------------------------- Wed Aug 8 14:02:08 UTC 2018 - tchvatal@suse.com diff --git a/python-argon2-cffi.spec b/python-argon2-cffi.spec index 02057ec..cbe9d11 100644 --- a/python-argon2-cffi.spec +++ b/python-argon2-cffi.spec @@ -20,7 +20,7 @@ Name: python-argon2-cffi Version: 18.1.0 Release: 0 -Summary: The secure Argon2 password hashing algorithm +Summary: The Argon2 password hashing algorithm for Python License: MIT Group: Development/Languages/Python URL: https://argon2-cffi.readthedocs.io/ @@ -44,7 +44,8 @@ Requires: python-enum34 %python_subpackages %description -The secure Argon2 password hashing algorithm that uses cffi to speed things up. +A Python module that uses CFFI to access the Argon2 password hashing +C library. %prep %setup -q -n argon2_cffi-%{version}