automatic version update by autodist [release 4.1.2-1mamba;Sat Dec 23 2023]

This commit is contained in:
Automatic Build System 2024-01-06 10:48:27 +01:00
parent d19b60108f
commit f88442b631

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-bcrypt
Version: 4.1.1
Version: 4.1.2
Release: 1mamba
Summary: Good password hashing for your software and your servers
Group: System/Libraries
@ -45,10 +45,15 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
%{python_sitearch}/bcrypt/_bcrypt.abi3.so
%{python_sitearch}/bcrypt/_bcrypt.cpython-*.so
%dir %{python_sitearch}/bcrypt
%{python_sitearch}/bcrypt/*
%doc LICENSE
%changelog
* Sat Dec 23 2023 Automatic Build System <autodist@mambasoft.it> 4.1.2-1mamba
- automatic version update by autodist
* Wed Nov 29 2023 Automatic Build System <autodist@mambasoft.it> 4.1.1-1mamba
- automatic version update by autodist