From 0702d7a64536bbbbdcdf2dfeb61452a28cb6c902 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 10 May 2024 10:41:20 +0200 Subject: [PATCH] automatic version update by autodist [release 1.3.1-1mamba;Wed May 08 2024] --- python-sniffio.spec | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/python-sniffio.spec b/python-sniffio.spec index ad57123..bd24d7a 100644 --- a/python-sniffio.spec +++ b/python-sniffio.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-sniffio -Version: 1.3.0 -Release: 3mamba +Version: 1.3.1 +Release: 1mamba Summary: Sniff out which async library your code is running under Group: System/Libraries Vendor: openmamba @@ -26,26 +26,31 @@ BuildRequires: python3-devel >= 3.11.5-3mamba %setup -q -n sniffio-%{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}/%{pkgname}-%{version}-py*.egg-info -%{python_sitearch}/%{pkgname}-%{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 +* Wed May 08 2024 Automatic Build System 1.3.1-1mamba +- automatic version update by autodist + * Tue Sep 26 2023 Automatic Build System 1.3.0-3mamba - rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba