1
0

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
This commit is contained in:
Tomáš Chvátal 2018-08-08 15:11:50 +00:00 committed by Git OBS Bridge
parent bb2c78704f
commit 31c0965563
2 changed files with 8 additions and 2 deletions

View File

@ -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 Wed Aug 8 14:02:08 UTC 2018 - tchvatal@suse.com

View File

@ -20,7 +20,7 @@
Name: python-argon2-cffi Name: python-argon2-cffi
Version: 18.1.0 Version: 18.1.0
Release: 0 Release: 0
Summary: The secure Argon2 password hashing algorithm Summary: The Argon2 password hashing algorithm for Python
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://argon2-cffi.readthedocs.io/ URL: https://argon2-cffi.readthedocs.io/
@ -44,7 +44,8 @@ Requires: python-enum34
%python_subpackages %python_subpackages
%description %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 %prep
%setup -q -n argon2_cffi-%{version} %setup -q -n argon2_cffi-%{version}