0.16.0
This commit is contained in:
parent
fe9ad647ce
commit
0d489ba408
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ httplib2-0.4.0.tar.gz
|
||||
/httplib2-0.13.1.tar.gz
|
||||
/httplib2-0.14.0.tar.gz
|
||||
/httplib2-0.15.0.tar.gz
|
||||
/httplib2-0.16.0.tar.gz
|
||||
|
@ -7,12 +7,12 @@
|
||||
%endif
|
||||
|
||||
Name: python-httplib2
|
||||
Version: 0.15.0
|
||||
Version: 0.16.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A comprehensive HTTP client library
|
||||
License: MIT
|
||||
URL: https://pypi.python.org/pypi/httplib2
|
||||
Source0: https://files.pythonhosted.org/packages/4b/fb/6ab4e89de856c023bea8f21acff54324f32fa3e2c8da690f2bffd8e5de5b/httplib2-0.15.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/54/3e/ec53cf9e084a158a51bc669c40facfe5c5c93d194ca8fdaf4c933ea05d77/httplib2-0.16.0.tar.gz
|
||||
#
|
||||
# Patch to use the Fedora ca certs instead of the bundled ones
|
||||
#
|
||||
@ -71,7 +71,6 @@ popd
|
||||
# with_python3
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT
|
||||
|
||||
%if 0%{?with_python3}
|
||||
@ -91,6 +90,9 @@ popd
|
||||
# with_python3
|
||||
|
||||
%changelog
|
||||
* Fri Jan 17 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.16.0-1
|
||||
- 0.16.0
|
||||
|
||||
* Thu Dec 19 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.15.0-1
|
||||
- 0.15.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (httplib2-0.15.0.tar.gz) = be6884238fee6c2a75093204fb3c760da33d5ac04ebbb86f6a09f48ec70d44d8dbfccfe20b5d9c72745f42afedaf56bb783200b982dd2853b6bc91922961d390
|
||||
SHA512 (httplib2-0.16.0.tar.gz) = 9d9fdbd2e091d3ca2ff3efbf173639a707812dc0832c37e7b05c094c9009dbbc13e35d50142cb97344788cf133df6ef03379d88ed1756a2fd739ce90340a9e22
|
||||
|
Loading…
Reference in New Issue
Block a user