rebuilt with distdeps [release 1.26.4-2mamba;Mon Apr 05 2021]
This commit is contained in:
parent
b97495a5f2
commit
5037114d1d
@ -1,6 +1,6 @@
|
|||||||
Name: python-urllib3
|
Name: python-urllib3
|
||||||
Version: 1.26.4
|
Version: 1.26.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,8 +10,8 @@ URL: https://pypi.python.org/pypi/urllib3
|
|||||||
Source: http://pypi.debian.net/urllib3/urllib3-%{version}.tar.gz
|
Source: http://pypi.debian.net/urllib3/urllib3-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -35,12 +35,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/urllib3-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/urllib3-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.26.4-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Tue Mar 16 2021 Automatic Build System <autodist@mambasoft.it> 1.26.4-1mamba
|
* Tue Mar 16 2021 Automatic Build System <autodist@mambasoft.it> 1.26.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user