From 9b8e98eaae27af3d13489e43c1f2e59cb15dfd22 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sun, 28 Jul 2024 17:40:19 +0200 Subject: [PATCH] automatic version update by autodist [release 24.7.1-1mamba;Sun Jul 28 2024] --- python-incremental.spec | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/python-incremental.spec b/python-incremental.spec index 06ff069..eb909eb 100644 --- a/python-incremental.spec +++ b/python-incremental.spec @@ -1,6 +1,7 @@ +%define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-incremental -Version: 22.10.0 -Release: 2mamba +Version: 24.7.1 +Release: 1mamba Summary: A small library that versions your Python projects Group: System/Libraries Vendor: openmamba @@ -11,6 +12,7 @@ Source: http://pypi.debian.net/incremental/incremental-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel +BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END BuildRequires: python3-devel >= 3.11.5-3mamba @@ -25,26 +27,31 @@ BuildRequires: python3-devel >= 3.11.5-3mamba %setup -q -n incremental-%{version} %build -CFLAGS="%{optflags}" %{__python} setup.py build +CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%{__python} setup.py install \ - -O1 --skip-build \ - --root="%{buildroot}" \ - --install-headers=%{python_inc} \ - --install-lib=%{python_sitearch} \ - --record=%{name}.filelist +%{__python} -m installer --destdir=%{buildroot} dist/*.whl -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +#%if "%{?with_pyver}" != "3" +## Rename any conflicting file outside of python site packages tree +#for f in %{_bindir}/pdm; do +# mv %{buildroot}${f}{,-%{?pyappend}} +#done +#%endif -%files %{?pyappend} -f %{name}.filelist +%files %{?pyappend} %defattr(-,root,root) -%dir %{python_sitearch}/incremental-%{version}-py*.egg-info -%{python_sitearch}/incremental-%{version}-py*.egg-info/* +%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info +%{python_sitelib}/%{pkgname}-%{version}.dist-info/* +%dir %{python_sitelib}/%{pkgname} +%{python_sitelib}/%{pkgname}/* %doc LICENSE %changelog +* Sun Jul 28 2024 Automatic Build System 24.7.1-1mamba +- automatic version update by autodist + * Tue Sep 26 2023 Automatic Build System 22.10.0-2mamba - rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba