mirror of
https://abf.rosa.ru/djam/python-urllib3.git
synced 2025-02-23 17:22:46 +00:00
LOG Updated to 1.7.1 (by updates_builder)
This commit is contained in:
parent
f9d53c280a
commit
f4a0717c01
2 changed files with 9 additions and 10 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,2 +1,4 @@
|
||||||
|
removed_sources:
|
||||||
|
urllib3-1.4.tar.gz: d4f498ccda19ed2bb7673bd0fede14f1d1b8d8b7
|
||||||
sources:
|
sources:
|
||||||
"urllib3-1.4.tar.gz": d4f498ccda19ed2bb7673bd0fede14f1d1b8d8b7
|
urllib3-1.7.1.tar.gz: 2defd91cf718c3be3301fb754d9e3acc9f6e5851
|
||||||
|
|
|
@ -5,13 +5,12 @@
|
||||||
|
|
||||||
Summary: Python HTTP library with thread-safe connection pooling, file post, and more
|
Summary: Python HTTP library with thread-safe connection pooling, file post, and more
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: 1.7.1
|
||||||
Release: %{release}
|
Release: 1
|
||||||
Source0: http://pypi.python.org/packages/source/u/%{module}/%{module}-%{version}.tar.gz
|
Source0: https://pypi.python.org/packages/source/u/urllib3/urllib3-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Python
|
Group: Development/Python
|
||||||
Url: http://urllib3.readthedocs.org/
|
Url: http://urllib3.readthedocs.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python-devel, python-setuptools
|
BuildRequires: python-devel, python-setuptools
|
||||||
|
|
||||||
|
@ -30,17 +29,14 @@ similar vein.
|
||||||
%setup -q -n %{module}-%{version}
|
%setup -q -n %{module}-%{version}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
|
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%__rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc *.txt
|
%doc *.txt
|
||||||
%py_sitedir/urllib3*
|
%py_puresitedir/urllib3*
|
||||||
%py_sitedir/dummyserver*
|
%py_puresitedir/dummyserver*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -52,3 +48,4 @@ PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
|
||||||
+ Revision: 793427
|
+ Revision: 793427
|
||||||
- imported package python-urllib3
|
- imported package python-urllib3
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue