Accepting request 249300 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/249300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httplib2?expand=0&rev=35
This commit is contained in:
Stephan Kulow 2014-09-17 15:24:25 +00:00 committed by Git OBS Bridge
commit efab87ccbf
4 changed files with 30 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cee59fdaa97a40ac505bb0629bdc8ba9ba79012d099ef11d6d3a284b7e369c9c
size 110854

3
httplib2-0.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39ea8c6a6d9f595c177a16134fc49a990ad8d382758cbf469c8659662f2f51ab
size 204584

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Sep 15 09:28:56 UTC 2014 - tbechtold@suse.com
- update to version 0.9
* Release 0.9. The heartbleed release.
* Add an updated cacerts.txt file and fix some tests. Turns out nginx doesn't support etags on gzip'd content.
* Merge pull request #259 from snarfed/master
* use socket.getdefaulttimeout() on App Engine as well as off, take 2
* Merge pull request #258 from snarfed/master
* use socket.getdefaulttimeout() on App Engine as well as off
* Update README.md
* whitespace fix
* Remove redundant README
* Remove unused files.
* Update README.md
* Merge ../httplib2.current
* Update README.md
* Last fixed for markdown.
* Update README.md
* Markdown fixes.
* Moving README over to README.md
* Pass method by name, not positionally. Fixes issue #252. Reviewed in https://codereview.appspot.com/7987046/.
* Fix handling of BadStatusLine. Fixes issue #250. Review in https://codereview.appspot.com/7529045/.
* Clean up tags
* Added tag 0.8 for changeset 427a4ff7b7e4
-------------------------------------------------------------------
Wed Mar 5 21:21:56 UTC 2014 - rschweikert@suse.com

View File

@ -17,7 +17,7 @@
Name: python-httplib2
Version: 0.8
Version: 0.9
Release: 0
Url: http://code.google.com/p/httplib2/
Summary: A Python HTTP client library
@ -63,7 +63,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root)
%doc README
%{python_sitelib}/httplib2-%{version}-py%{py_ver}.egg-info
%{python_sitelib}/httplib2