Bug 170984 - [MAINTAINER] www/py-requests: update to 0.13.7
Summary: [MAINTAINER] www/py-requests: update to 0.13.7
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-24 12:00 UTC by koobs
Modified: 2012-08-24 13:20 UTC (History)
0 users

See Also:


Attachments
py27-requests-0.13.7.patch (1.09 KB, patch)
2012-08-24 12:00 UTC, koobs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-08-24 12:00:27 UTC
- Update to 0.13.7

Changes: 0.13.7 (2012-08-19)

    Support for (key, value) lists everywhere.
    Digest Authentication improvements.
    Ensure proxy exclusions work properly.
    Clearer UnicodeError exceptions.
    Automatic casting of URLs to tsrings (fURL and such)
    Bugfixes.

==[QA]==

- port test clean: looks fine.
- redports build clean: https://redports.org/buildarchive/20120824101705-10384/
- unit test suite:

test_cookies.py - Ran 15 tests in 30.791s - OK
test_requests.py - Ran 73 tests in 81.606s - OK
test_requests_https.py - Ran 2 tests in 2.100s - OK
test_requests_ext.py - Ran 11 tests in 21.071s - OK

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-24 12:00:56 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-24 12:01:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-24 12:01:53 UTC
Maintainer of www/py-requests,

Please note that PR ports/170984 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/170984

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-24 12:01:55 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 5 Frederic Culot freebsd_committer freebsd_triage 2012-08-24 12:41:37 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-08-24 13:16:37 UTC
Author: culot
Date: Fri Aug 24 12:16:25 2012
New Revision: 303079
URL: http://svn.freebsd.org/changeset/ports/303079

Log:
  - Update to 0.13.7
  
  Changes:	https://github.com/kennethreitz/requests/blob/develop/HISTORY.rst
  PR:		ports/170984
  Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)

Modified:
  head/www/py-requests/Makefile
  head/www/py-requests/distinfo

Modified: head/www/py-requests/Makefile
==============================================================================
--- head/www/py-requests/Makefile	Fri Aug 24 11:44:51 2012	(r303078)
+++ head/www/py-requests/Makefile	Fri Aug 24 12:16:25 2012	(r303079)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	requests
-PORTVERSION=	0.13.6
+PORTVERSION=	0.13.7
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/py-requests/distinfo
==============================================================================
--- head/www/py-requests/distinfo	Fri Aug 24 11:44:51 2012	(r303078)
+++ head/www/py-requests/distinfo	Fri Aug 24 12:16:25 2012	(r303079)
@@ -1,2 +1,2 @@
-SHA256 (requests-0.13.6.tar.gz) = 3cca63908f1b941d2da61ef0e8baf7bf014cc0df6512e172b8d2ac87be82b916
-SIZE (requests-0.13.6.tar.gz) = 520031
+SHA256 (requests-0.13.7.tar.gz) = d9c6cf2890a0dc1200407f99130d334ef5ab5270bed3d9b4c14b0bb9c6cc3400
+SIZE (requests-0.13.7.tar.gz) = 521660
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 7 Frederic Culot freebsd_committer freebsd_triage 2012-08-24 13:16:39 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!