Bug 171787 - [PATCH] www/py-httplib2: update to 0.7.6, add license
Summary: [PATCH] www/py-httplib2: update to 0.7.6, add license
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-19 15:30 UTC by William Grzybowski
Modified: 2012-10-30 17:48 UTC (History)
0 users

See Also:


Attachments
py-httplib2.patch (2.98 KB, patch)
2012-09-19 15:30 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2012-09-19 15:30:12 UTC
	Update to 0.7.6, add MIT license and sort PLIST

	Changes::

	0.7.6
	   Fixes for App Engine 2.7.
	0.7.5
	   Keys are lowercase in a Response object, regardless of how Response object is constructed.
	   Add control so that Authorization: headers aren't forwarded on a 3xx response by default.
	   Set the reason correctly when running on App Engine. Patch from Alain Vongsouvanh. Reviewed in http://codereview.appspot.com/6422051/
	   Fix proxy socks for SSL connections. Fixes issue #199.
	   You can now set httplib2.RETRIES to the number of retries before a request
	     is considered to fail It is set to a default of 2 to mimic the traditional
	     behavior of httplib2.

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-19 15:30:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-19 15:30:38 UTC
Maintainer of www/py-httplib2,

Please note that PR ports/171787 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171787

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-19 15:30:41 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-10-17 19:55:25 UTC
Responsible Changed
From-To: freebsd-python->lwhsu

Over to maintainer.
Comment 5 Li-Wen Hsu freebsd_committer freebsd_triage 2012-10-30 17:48:52 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!