Update to 0.9.2
This commit is contained in:
parent
ff75174192
commit
ea1433fb0a
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user