automatic version update by autodist [release 0.2.1-1mamba;Fri Jun 30 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:06:27 +01:00
parent 2a03e142a3
commit 45b5c7eb63

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-dsnparse
Version: 0.2.0
Version: 0.2.1
Release: 1mamba
Summary: Parse dsn urls
Group: System/Libraries
@ -39,12 +39,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
sed -i "\,__pycache__,d" %{name}.filelist
rm -rf %{buildroot}%{python_sitearch}/__pycache__
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
%changelog
* Fri Jun 30 2023 Automatic Build System <autodist@mambasoft.it> 0.2.1-1mamba
- automatic version update by autodist
* Sun Apr 02 2023 Automatic Build System <autodist@mambasoft.it> 0.2.0-1mamba
- automatic version update by autodist