automatic version update by autodist [release 2.4.1-1mamba;Wed Apr 03 2024]
This commit is contained in:
parent
70ed2cfe31
commit
3735701e21
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-frozendict
|
Name: python-frozendict
|
||||||
Version: 2.4.0
|
Version: 2.4.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A simple immutable dictionary
|
Summary: A simple immutable dictionary
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -40,12 +40,15 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
|
|
||||||
%files %{?pyappend}
|
%files %{?pyappend}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
%dir %{python_sitearch}/%{pkgname}-%{version}.dist-info
|
||||||
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
|
||||||
%dir %{python_sitelib}/%{pkgname}
|
%dir %{python_sitearch}/%{pkgname}
|
||||||
%{python_sitelib}/%{pkgname}/*
|
%{python_sitearch}/%{pkgname}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 01 2024 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user