Provides python-pbkdf2

(cherry picked from commit 3bb58d35bf4848e74569cc05b3813910c0638224)
This commit is contained in:
caodongxia 2021-09-17 17:37:10 +08:00 committed by openeuler-sync-bot
parent 516d4622b1
commit d4e6388221

View File

@ -3,7 +3,7 @@
Name: python-%{srcname}
Version: 1.3
Release: 2
Release: 3
Summary: This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0.
License: MIT
URL: https://pypi.org/project/pbkdf2/
@ -17,6 +17,7 @@ This module implements the password-based key derivation function, PBKDF2, speci
%package -n python3-pbkdf2
Summary: password-based key derivation function
BuildRequires: python3-pytest
%{?python_provide:%python_provide python3-%{srcname}}
%description -n python3-pbkdf2
This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0.
@ -39,6 +40,9 @@ This module implements the password-based key derivation function, PBKDF2, speci
%changelog
* Fri Sep 17 2021 caodongxia <caodongxia@huawei.com> - 1.3-3
- Provides python-pbkdf2
* Wed Sep 9 2020 shixuantong <shixuantong@huawei.com> - 1.3-2
- update Source0 and rename tarball