Sync with cooker

This commit is contained in:
Denis Silakov 2014-05-15 21:32:32 +04:00
parent f4a0717c01
commit 814ea8e300
2 changed files with 7 additions and 18 deletions

View file

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

View file

@ -1,13 +1,11 @@
%define module urllib3
%define name python-%{module}
%define version 1.4
%define release 1
Summary: Python HTTP library with thread-safe connection pooling, file post, and more
Name: %{name}
Version: 1.7.1
Name: python-%{module}
Version: 1.8.2
Release: 1
Source0: https://pypi.python.org/packages/source/u/urllib3/urllib3-%{version}.tar.gz
Source0: http://pypi.python.org/packages/source/u/urllib3/urllib3-%{version}.tar.gz
License: MIT
Group: Development/Python
Url: http://urllib3.readthedocs.org/
@ -35,17 +33,7 @@ PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
%files
%doc *.txt
%py_puresitedir/urllib3*
%py_puresitedir/dummyserver*
%{py_puresitedir}/urllib3*
%changelog
* Tue Jul 17 2012 Lev Givon <lev@mandriva.org> 1.4-1
+ Revision: 810074
- Update to 1.4.
* Wed Apr 25 2012 Lev Givon <lev@mandriva.org> 1.3-1
+ Revision: 793427
- imported package python-urllib3