LOG Updated to 1.7.1 (by updates_builder)

This commit is contained in:
Denis Silakov 2013-12-21 21:28:51 +04:00
parent f9d53c280a
commit f4a0717c01
2 changed files with 9 additions and 10 deletions

View file

@ -1,2 +1,4 @@
removed_sources:
urllib3-1.4.tar.gz: d4f498ccda19ed2bb7673bd0fede14f1d1b8d8b7
sources:
"urllib3-1.4.tar.gz": d4f498ccda19ed2bb7673bd0fede14f1d1b8d8b7
urllib3-1.7.1.tar.gz: 2defd91cf718c3be3301fb754d9e3acc9f6e5851

View file

@ -5,13 +5,12 @@
Summary: Python HTTP library with thread-safe connection pooling, file post, and more
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://pypi.python.org/packages/source/u/%{module}/%{module}-%{version}.tar.gz
Version: 1.7.1
Release: 1
Source0: https://pypi.python.org/packages/source/u/urllib3/urllib3-%{version}.tar.gz
License: MIT
Group: Development/Python
Url: http://urllib3.readthedocs.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python-devel, python-setuptools
@ -30,17 +29,14 @@ similar vein.
%setup -q -n %{module}-%{version}
%install
%__rm -rf %{buildroot}
PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
%clean
%__rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc *.txt
%py_sitedir/urllib3*
%py_sitedir/dummyserver*
%py_puresitedir/urllib3*
%py_puresitedir/dummyserver*
%changelog
@ -52,3 +48,4 @@ PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
+ Revision: 793427
- imported package python-urllib3