- 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)
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->culot I'll take it.
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"
State Changed From-To: feedback->closed Committed. Thanks!