14 Star 0 Fork 4

src-openEuler/python-pbkdf2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-pbkdf2.spec 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
caodongxia 提交于 2021-09-17 17:37 +08:00 . Provides python-pbkdf2
%global srcname pbkdf2
%bcond_with bootstrap
Name: python-%{srcname}
Version: 1.3
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/
Source0: %{pypi_source}
BuildArch: noarch
%description
This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0.
%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.
%prep
%autosetup -n pbkdf2-%{version}
%build
%py3_build
%install
%py3_install
%check
%{__python3} -m pytest test/
%files -n python3-pbkdf2
%doc PKG-INFO README.txt
%{python3_sitelib}/*
%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
* Tue Apr 28 2020 Wei Xiong <myeuler@163.com>
- init package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-pbkdf2.git
git@gitee.com:src-openeuler/python-pbkdf2.git
src-openeuler
python-pbkdf2
python-pbkdf2
openEuler-21.03

搜索帮助