Summary: | [MAINTAINER] www/py-requests: update to 0.13.7 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | koobs <koobs.freebsd> | ||||
Component: | Individual Port(s) | Assignee: | Frederic Culot <culot> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
koobs
2012-08-24 12:00:27 UTC
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! |