automatic version update by autodist [release 1.1.4-1mamba;Fri Apr 14 2023]
This commit is contained in:
parent
1c10b9d800
commit
8fc0519374
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-pdm-pep517
|
Name: python-pdm-pep517
|
||||||
Version: 1.1.3
|
Version: 1.1.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A PEP 517 backend for PDM that supports PEP 621 metadata
|
Summary: A PEP 517 backend for PDM that supports PEP 621 metadata
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -33,13 +33,16 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
|
|
||||||
%files %{?pyappend}
|
%files %{?pyappend}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/%{pkgname}-%{version}.dist-info
|
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
||||||
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||||
%dir %{python_sitearch}/pdm/pep517
|
%dir %{python_sitelib}/pdm/pep517
|
||||||
%{python_sitearch}/pdm/pep517/*
|
%{python_sitelib}/pdm/pep517/*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 14 2023 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Mar 23 2023 Automatic Build System <autodist@mambasoft.it> 1.1.3-1mamba
|
* Thu Mar 23 2023 Automatic Build System <autodist@mambasoft.it> 1.1.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user