Automatic import for version 1.4

This commit is contained in:
Rosa 2012-07-19 01:25:34 +00:00
parent 791c683ede
commit f9d53c280a
2 changed files with 6 additions and 2 deletions

View file

@ -1,2 +1,2 @@
sources:
"urllib3-1.3.tar.gz": fbe1e1dabd65b59bff4a64235cc5803c3206dcac
"urllib3-1.4.tar.gz": d4f498ccda19ed2bb7673bd0fede14f1d1b8d8b7

View file

@ -1,6 +1,6 @@
%define module urllib3
%define name python-%{module}
%define version 1.3
%define version 1.4
%define release 1
Summary: Python HTTP library with thread-safe connection pooling, file post, and more
@ -44,6 +44,10 @@ PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
%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