automatic version update by autodist [release 2.4.1-1mamba;Wed Apr 03 2024]

This commit is contained in:
Automatic Build System 2024-04-04 01:10:49 +02:00
parent 70ed2cfe31
commit 3735701e21

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-frozendict
Version: 2.4.0
Version: 2.4.1
Release: 1mamba
Summary: A simple immutable dictionary
Group: System/Libraries
@ -40,12 +40,15 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%files %{?pyappend}
%defattr(-,root,root)
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitelib}/%{pkgname}
%{python_sitelib}/%{pkgname}/*
%dir %{python_sitearch}/%{pkgname}-%{version}.dist-info
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitearch}/%{pkgname}
%{python_sitearch}/%{pkgname}/*
%changelog
* Wed Apr 03 2024 Automatic Build System <autodist@openmamba.org> 2.4.1-1mamba
- automatic version update by autodist
* Mon Jan 01 2024 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
- automatic version update by autodist