diff --git a/python-urllib3.spec b/python-urllib3.spec index fac3baa..e3a91cb 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -1,6 +1,7 @@ +%define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-urllib3 -Version: 1.26.15 -Release: 2mamba +Version: 2.2.0 +Release: 1mamba Summary: HTTP library with thread-safe connection pooling, file post, and more Group: System/Libraries Vendor: openmamba @@ -25,25 +26,33 @@ BuildRequires: libpython3-devel >= 3.11.5 %setup -q -n urllib3-%{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}/urllib3-%{version}-py*.egg-info -%{python_sitearch}/urllib3-%{version}-py*.egg-info/* +%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info +%{python_sitelib}/%{pkgname}-%{version}.dist-info/* +%dir %{python_sitelib}/%{pkgname} +%{python_sitelib}/%{pkgname}/* %changelog +* Wed Jan 31 2024 Automatic Build System 2.2.0-1mamba +- automatic version update by autodist + +* Fri Dec 01 2023 Automatic Build System 2.1.0-1mamba +- automatic version update by autodist + * Mon Sep 25 2023 Automatic Build System 1.26.15-2mamba - rebuilt with python3 = 3.11.5