From 31c096556344bff10a42678ca0861ad895a3faeef7fce276688cf05f38abce81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 8 Aug 2018 15:11:50 +0000 Subject: [PATCH] Accepting request 628165 from home:jengelh:branches:devel:languages:python - Ensure neutrality of description. OBS-URL: https://build.opensuse.org/request/show/628165 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argon2-cffi?expand=0&rev=3 --- python-argon2-cffi.changes | 5 +++++ python-argon2-cffi.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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}