mirror of
https://abf.rosa.ru/djam/python-urllib3.git
synced 2025-02-24 01:32:47 +00:00
Sync with cooker
This commit is contained in:
parent
f4a0717c01
commit
814ea8e300
2 changed files with 7 additions and 18 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,4 +1,5 @@
|
||||||
removed_sources:
|
removed_sources:
|
||||||
urllib3-1.4.tar.gz: d4f498ccda19ed2bb7673bd0fede14f1d1b8d8b7
|
urllib3-1.4.tar.gz: d4f498ccda19ed2bb7673bd0fede14f1d1b8d8b7
|
||||||
sources:
|
|
||||||
urllib3-1.7.1.tar.gz: 2defd91cf718c3be3301fb754d9e3acc9f6e5851
|
urllib3-1.7.1.tar.gz: 2defd91cf718c3be3301fb754d9e3acc9f6e5851
|
||||||
|
sources:
|
||||||
|
urllib3-1.8.2.tar.gz: a53fa7b7abff9adf3d977d7205ef4f042f5273df
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
%define module urllib3
|
%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
|
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
|
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
|
License: MIT
|
||||||
Group: Development/Python
|
Group: Development/Python
|
||||||
Url: http://urllib3.readthedocs.org/
|
Url: http://urllib3.readthedocs.org/
|
||||||
|
@ -35,17 +33,7 @@ PYTHONDONTWRITEBYTECODE= %__python setup.py install --root=%{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc *.txt
|
%doc *.txt
|
||||||
%py_puresitedir/urllib3*
|
%{py_puresitedir}/urllib3*
|
||||||
%py_puresitedir/dummyserver*
|
|
||||||
|
|
||||||
|
|
||||||
%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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue