Update to 3.2.2
This commit is contained in:
parent
c865328ddc
commit
2b14c109ec
Binary file not shown.
BIN
bcrypt-3.2.2.tar.gz
Normal file
BIN
bcrypt-3.2.2.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-bcrypt
|
Name: python-bcrypt
|
||||||
Version: 3.2.0
|
Version: 3.2.2
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Modern password hashing for your software and your servers
|
Summary: Modern password hashing for your software and your servers
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/pyca/bcrypt/
|
URL: https://github.com/pyca/bcrypt/
|
||||||
Source0: https://files.pythonhosted.org/packages/d8/ba/21c475ead997ee21502d30f76fd93ad8d5858d19a3fad7cd153de698c4dd/bcrypt-3.2.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/b/bcrypt/bcrypt-%{version}.tar.gz
|
||||||
%description
|
%description
|
||||||
Good password hashing for your software and your servers.
|
Good password hashing for your software and your servers.
|
||||||
This library should be compatible with py-bcrypt and it will run on Python 2.7, 3.4+, and PyPy 2.6+.
|
This library should be compatible with py-bcrypt and it will run on Python 2.7, 3.4+, and PyPy 2.6+.
|
||||||
@ -32,7 +32,7 @@ Good password hashing for your software and your servers.
|
|||||||
This library should be compatible with py-bcrypt and it will run on Python 2.7, 3.4+, and PyPy 2.6+.
|
This library should be compatible with py-bcrypt and it will run on Python 2.7, 3.4+, and PyPy 2.6+.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n bcrypt-3.2.0
|
%autosetup -n bcrypt-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -67,7 +67,8 @@ mv %{buildroot}/filelist.lst .
|
|||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python3} setup.py test
|
export PYTHONPATH=%{buildroot}%{python3_sitearch}
|
||||||
|
pytest
|
||||||
|
|
||||||
%files -n python3-bcrypt -f filelist.lst
|
%files -n python3-bcrypt -f filelist.lst
|
||||||
%dir %{python3_sitearch}/*
|
%dir %{python3_sitearch}/*
|
||||||
@ -76,6 +77,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 28 2023 yaoxin <yao_xin001@hoperun.com> - 3.2.2-1
|
||||||
|
- Update to 3.2.2
|
||||||
|
|
||||||
* Mon Jun 20 2022 tanyulong <tanyulong@kylinos.cn> - 3.2.0-2
|
* Mon Jun 20 2022 tanyulong <tanyulong@kylinos.cn> - 3.2.0-2
|
||||||
- Delete unnecessary gdb from BuildRequires
|
- Delete unnecessary gdb from BuildRequires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user