Updated to 1.9 (by updates_builder)

This commit is contained in:
Denis Silakov 2014-07-23 21:05:07 +04:00
parent 1135c92087
commit 879e7087dc
2 changed files with 4 additions and 7 deletions

View file

@ -2,5 +2,6 @@ removed_sources:
urllib3-1.4.tar.gz: d4f498ccda19ed2bb7673bd0fede14f1d1b8d8b7
urllib3-1.7.1.tar.gz: 2defd91cf718c3be3301fb754d9e3acc9f6e5851
urllib3-1.8.2.tar.gz: a53fa7b7abff9adf3d977d7205ef4f042f5273df
sources:
urllib3-1.8.3.tar.gz: 00c92b0c3b0756ae3c4e6262d5bc80023dfe9ca3
sources:
urllib3-1.9.tar.gz: 9522197efb2a2b49ce804de3a515f06d97b6602f

View file

@ -3,9 +3,9 @@
Summary: Python HTTP library with thread-safe connection pooling, file post, and more
Name: python-%{module}
Version: 1.8.3
Version: 1.9
Release: 1
Source0: http://pypi.python.org/packages/source/u/urllib3/urllib3-%{version}.tar.gz
Source0: https://pypi.python.org/packages/source/u/urllib3/urllib3-%{version}.tar.gz
License: MIT
Group: Development/Python
Url: http://urllib3.readthedocs.org/
@ -34,7 +34,3 @@ PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
%files
%doc *.txt
%{py_puresitedir}/urllib3*