Update to 0.9.2

This commit is contained in:
Kevin Fenzi 2015-12-26 11:13:08 -07:00
parent ff75174192
commit ea1433fb0a
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ httplib2-0.4.0.tar.gz
/httplib2-0.7.7.tar.gz
/httplib2-0.9.tar.gz
/httplib2-0.9.1.tar.gz
/httplib2-0.9.2.tar.gz

View File

@ -6,11 +6,9 @@
%endif
%endif
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-httplib2
Version: 0.9.1
Release: 3%{?dist}
Version: 0.9.2
Release: 1%{?dist}
Summary: A comprehensive HTTP client library
Group: System Environment/Libraries
License: MIT
@ -104,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
%endif # with_python3
%changelog
* Sat Dec 26 2015 Kevin Fenzi <kevin@scrye.com> - 0.9.2-1
- Update to 0.9.2
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-3
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5

View File

@ -1 +1 @@
c49590437e4c5729505d034cd34a8528 httplib2-0.9.1.tar.gz
bd1b1445b3b2dfa7276b09b1a07b7f0e httplib2-0.9.2.tar.gz