Bug 171430 - [MAINTAINER] www/py-requests: update to 0.14.0
Summary: [MAINTAINER] www/py-requests: update to 0.14.0
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: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-08 03:30 UTC by koobs
Modified: 2012-09-12 13:30 UTC (History)
0 users

See Also:


Attachments
py27-requests-0.14.0.patch (1.25 KB, patch)
2012-09-08 03:30 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-09-08 03:30:01 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-08 03:30:17 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-09-08 03:30: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-09-08 03:30:34 UTC
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
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-08 03:30:39 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 5 Bryan Drewery freebsd_committer freebsd_triage 2012-09-12 13:11:11 UTC
Responsible Changed
From-To: freebsd-python->bdrewery

Fix class (submitter is maintainer), and take.
Comment 6 Bryan Drewery freebsd_committer freebsd_triage 2012-09-12 13:22:41 UTC
Class Changed
From-To: change-request->maintainer-update

Really fix class
Comment 7 dfilter service freebsd_committer freebsd_triage 2012-09-12 13:29:34 UTC
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"
Comment 8 Bryan Drewery freebsd_committer freebsd_triage 2012-09-12 13:30:12 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!