- Update to 0.14.0 - Tweak COMMENT according to handbook - Adjust Makefile header to new convention Changes: https://github.com/kennethreitz/requests/commits/v0.14.0/ ==[QA]== port lint: looks fine. unit tests: Ran 103 tests in 140.663s - OK redports build: https://redports.org/buildarchive/20120907143941-4320/ 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/171430 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/171430 -- 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->bdrewery Fix class (submitter is maintainer), and take.
Class Changed From-To: change-request->maintainer-update Really fix class
Author: bdrewery Date: Wed Sep 12 12:29:18 2012 New Revision: 304144 URL: http://svn.freebsd.org/changeset/ports/304144 Log: - Update to 0.14.0 - Tweak COMMENT according to handbook Changes: https://github.com/kennethreitz/requests/commits/v0.14.0/ PR: ports/171430 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 Wed Sep 12 11:17:36 2012 (r304143) +++ head/www/py-requests/Makefile Wed Sep 12 12:29:18 2012 (r304144) @@ -6,13 +6,13 @@ # PORTNAME= requests -PORTVERSION= 0.13.9 +PORTVERSION= 0.14.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs.freebsd@gmail.com -COMMENT= Requests is a HTTP library, written in Python, for human beings +COMMENT= HTTP library written in Python for human beings LICENSE= ISCL Modified: head/www/py-requests/distinfo ============================================================================== --- head/www/py-requests/distinfo Wed Sep 12 11:17:36 2012 (r304143) +++ head/www/py-requests/distinfo Wed Sep 12 12:29:18 2012 (r304144) @@ -1,2 +1,2 @@ -SHA256 (requests-0.13.9.tar.gz) = d887bb1c06948a8930d6e73a1f942f9febe9157a299a984994c20c84b2c21e20 -SIZE (requests-0.13.9.tar.gz) = 522477 +SHA256 (requests-0.14.0.tar.gz) = 4e690ba0275ab4a8c9a5c7a6eb14e79e1adad0f84331fc638a18d7751f41ac3b +SIZE (requests-0.14.0.tar.gz) = 523133 _______________________________________________ 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, with minor changes. Thanks!