automatic version update by autodist [release 0.9.0-1mamba;Mon Mar 06 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:01:25 +01:00
parent ab4734d650
commit a79412ea4d

View File

@ -1,13 +1,13 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-datatypes
Version: 0.2.6
Version: 0.9.0
Release: 1mamba
Summary: Utility Classes and Functions that are handy across multiple projects
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://github.com/Jaymon/datatypes
URL: https://github.com/Jaymon/datatypes
Source: https://pypi.debian.net/datatypes/datatypes-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
@ -38,11 +38,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%files %{?pyappend}
%defattr(-,root,root)
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
%dir %{python_sitearch}/%{pkgname}
%{python_sitearch}/%{pkgname}/*
%changelog
* Mon Mar 06 2023 Automatic Build System <autodist@mambasoft.it> 0.9.0-1mamba
- automatic version update by autodist
* Mon Apr 18 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.6-1mamba
- package created using the webbuild interface