From f88442b631b2ad1621c569a4450e3a646f85eaee Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:48:27 +0100 Subject: [PATCH] automatic version update by autodist [release 4.1.2-1mamba;Sat Dec 23 2023] --- python-bcrypt.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 1ae5cab..8f00ef5 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -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 4.1.2-1mamba +- automatic version update by autodist + * Wed Nov 29 2023 Automatic Build System 4.1.1-1mamba - automatic version update by autodist