diff --git a/.gitignore b/.gitignore index 981f483..88717dc 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-httplib2.spec b/python-httplib2.spec index f2945ed..4d2cdec 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -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 - 0.9.2-1 +- Update to 0.9.2 + * Tue Nov 10 2015 Fedora Release Engineering - 0.9.1-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 diff --git a/sources b/sources index d7a2795..cdb8a44 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c49590437e4c5729505d034cd34a8528 httplib2-0.9.1.tar.gz +bd1b1445b3b2dfa7276b09b1a07b7f0e httplib2-0.9.2.tar.gz