Upstream update to 0.7.7
This commit is contained in:
parent
3f910c0273
commit
30d4993d0c
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@ httplib2-0.4.0.tar.gz
|
|||||||
/httplib2-0.7.2.tar.gz
|
/httplib2-0.7.2.tar.gz
|
||||||
/httplib2-0.7.4.tar.gz
|
/httplib2-0.7.4.tar.gz
|
||||||
|
|
||||||
|
/httplib2-0.7.6.tar.gz
|
||||||
|
/httplib2-0.7.7.tar.gz
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: python-httplib2
|
Name: python-httplib2
|
||||||
Version: 0.7.6
|
Version: 0.7.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A comprehensive HTTP client library
|
Summary: A comprehensive HTTP client library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 02 2013 Ding-Yi Chen <dchen at redhat.com> - 0.7.7-1
|
||||||
|
- Upstream update to 0.7.7
|
||||||
|
|
||||||
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 0.7.4-7
|
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 0.7.4-7
|
||||||
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user