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
|
||||
Version: 1.26.4
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,8 +10,8 @@ URL: https://pypi.python.org/pypi/urllib3
|
||||
Source: http://pypi.debian.net/urllib3/urllib3-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -35,12 +35,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--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
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/urllib3-%{version}-py*.egg-info
|
||||
%{python_sitearch}/urllib3-%{version}-py*.egg-info/*
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user