Provides python-pbkdf2
(cherry picked from commit 3bb58d35bf4848e74569cc05b3813910c0638224)
This commit is contained in:
parent
516d4622b1
commit
d4e6388221
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.3
|
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.
|
Summary: This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0.
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.org/project/pbkdf2/
|
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
|
%package -n python3-pbkdf2
|
||||||
Summary: password-based key derivation function
|
Summary: password-based key derivation function
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
|
%{?python_provide:%python_provide python3-%{srcname}}
|
||||||
|
|
||||||
%description -n python3-pbkdf2
|
%description -n python3-pbkdf2
|
||||||
This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0.
|
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
|
%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
|
* Wed Sep 9 2020 shixuantong <shixuantong@huawei.com> - 1.3-2
|
||||||
- update Source0 and rename tarball
|
- update Source0 and rename tarball
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user