From koobs.freebsd@gmail.com  Mon Aug 27 11:40:24 2012
Return-Path: <koobs.freebsd@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8EACC106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Aug 2012 11:40:24 +0000 (UTC)
	(envelope-from koobs.freebsd@gmail.com)
Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54])
	by mx1.freebsd.org (Postfix) with ESMTP id 6150F8FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Aug 2012 11:40:24 +0000 (UTC)
Received: by pbbrp2 with SMTP id rp2so7403289pbb.13
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Aug 2012 04:40:23 -0700 (PDT)
Received: by 10.68.242.231 with SMTP id wt7mr33501662pbc.99.1346067623783;
        Mon, 27 Aug 2012 04:40:23 -0700 (PDT)
Received: from freebsd-9-amd64.localdomain (ppp59-167-128-11.static.internode.on.net. [59.167.128.11])
        by mx.google.com with ESMTPS id iq1sm14539598pbc.37.2012.08.27.04.40.21
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 27 Aug 2012 04:40:23 -0700 (PDT)
Received: by freebsd-9-amd64.localdomain (Postfix, from userid 1001)
	id E4DFD39E86; Mon, 27 Aug 2012 21:40:15 +1000 (EST)
Message-Id: <20120827114015.E4DFD39E86@freebsd-9-amd64.localdomain>
Date: Mon, 27 Aug 2012 21:40:15 +1000 (EST)
From: Kubilay Kocak <koobs.freebsd@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] www/py-requests: update to 0.13.9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         171114
>Category:       ports
>Synopsis:       [MAINTAINER] www/py-requests: update to 0.13.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 27 11:50:01 UTC 2012
>Closed-Date:    Mon Aug 27 12:44:14 UTC 2012
>Last-Modified:  Mon Aug 27 12:50:02 UTC 2012
>Originator:     Kubilay Kocak
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD freebsd-9-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul  7 21:26:56 EST
>Description:
- Update to 0.13.9
- Patch setup.py to hook in test suite
- Add test: target for running unit tests

Changes: https://github.com/kennethreitz/requests/blob/v0.13.9/HISTORY.rst

- 0.13.9 (2012-08-25)

    Fix for OAuth + POSTs
    Remove exception eating from dispatch_hook.
    General bugfixes

- 0.13.8 (2012-08-21)

    Incredible Link header support :)

==[QA]==

port test clean: looks fine.
redports clean:	https://redports.org/buildarchive/20120827112631-90873/
unit test clean: Ran 102 tests in 213.949s - OK

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- py27-requests-0.13.9.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/py-requests/Makefile ./Makefile
--- /usr/ports/www/py-requests/Makefile	2012-08-24 22:16:25.000000000 +1000
+++ ./Makefile	2012-08-27 21:20:21.000000000 +1000
@@ -2,11 +2,11 @@
 # Date created:		2011-07-30
 # Whom:		Olivier Duchateau <duchateau.olivier@gmail.com>
 #
-# $FreeBSD: ports/www/py-requests/Makefile,v 1.20 2012/08/24 12:16:25 culot Exp $
+# $FreeBSD: ports/www/py-requests/Makefile,v 1.18 2012/07/28 17:25:24 rm Exp $
 #
 
 PORTNAME=	requests
-PORTVERSION=	0.13.7
+PORTVERSION=	0.13.9
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,4 +22,8 @@
 USE_PYTHON=	-3.1
 USE_PYDISTUTILS=	easy_install
 
+test: build
+	${TOUCH} ${WRKSRC}/tests/__init__.py
+	cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
+
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/www/py-requests/distinfo ./distinfo
--- /usr/ports/www/py-requests/distinfo	2012-08-24 22:16:25.000000000 +1000
+++ ./distinfo	2012-08-27 19:20:43.000000000 +1000
@@ -1,2 +1,2 @@
-SHA256 (requests-0.13.7.tar.gz) = d9c6cf2890a0dc1200407f99130d334ef5ab5270bed3d9b4c14b0bb9c6cc3400
-SIZE (requests-0.13.7.tar.gz) = 521660
+SHA256 (requests-0.13.9.tar.gz) = d887bb1c06948a8930d6e73a1f942f9febe9157a299a984994c20c84b2c21e20
+SIZE (requests-0.13.9.tar.gz) = 522477
diff -ruN --exclude=CVS /usr/ports/www/py-requests/files/patch-setup.py ./files/patch-setup.py
--- /usr/ports/www/py-requests/files/patch-setup.py	2012-07-29 03:25:24.000000000 +1000
+++ ./files/patch-setup.py	2012-08-27 20:44:05.000000000 +1000
@@ -1,5 +1,5 @@
---- ./setup.py.orig	2012-07-27 17:22:56.000000000 +1000
-+++ ./setup.py	2012-07-28 10:46:43.000000000 +1000
+--- ./setup.py.orig	2012-08-06 16:46:03.000000000 +1000
++++ ./setup.py	2012-08-27 20:38:32.000000000 +1000
 @@ -15,8 +15,6 @@
      os.system('python setup.py sdist upload')
      sys.exit()
@@ -29,9 +29,10 @@
      install_requires=requires,
      license=open('LICENSE').read(),
      classifiers=(
-@@ -66,4 +60,5 @@
+@@ -66,4 +60,6 @@
          'Programming Language :: Python :: 3.0',
          'Programming Language :: Python :: 3.1',
      ),
 +    zip_safe=False,
++    test_suite='tests',
  )
--- py27-requests-0.13.9.patch ends here ---

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Mon Aug 27 11:50:48 UTC 2012 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171114 
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Aug 27 11:50:51 UTC 2012 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171114 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Aug 27 11:50:55 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171114 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: Cc: bug-followup@FreeBSD.org
Subject: Re: ports/171114: [MAINTAINER] www/py-requests: update to 0.13.9
Date: Mon, 27 Aug 2012 11:50:53 UT

 Maintainer of www/py-requests,
 
 Please note that PR ports/171114 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/171114
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-python->wen 
Responsible-Changed-By: wen 
Responsible-Changed-When: Mon Aug 27 12:08:49 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171114 
State-Changed-From-To: feedback->closed 
State-Changed-By: wen 
State-Changed-When: Mon Aug 27 12:44:13 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171114 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171114: commit references a PR
Date: Mon, 27 Aug 2012 12:41:13 +0000 (UTC)

 Author: wen
 Date: Mon Aug 27 12:40:41 2012
 New Revision: 303224
 URL: http://svn.freebsd.org/changeset/ports/303224
 
 Log:
   - Update to 0.13.9
   - Patch setup.py to hook in test suite
   - Add test: target for running unit tests
   
   PR:		171114
   Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
 
 Modified:
   head/www/py-requests/Makefile
   head/www/py-requests/distinfo
   head/www/py-requests/files/patch-setup.py
 
 Modified: head/www/py-requests/Makefile
 ==============================================================================
 --- head/www/py-requests/Makefile	Mon Aug 27 12:17:33 2012	(r303223)
 +++ head/www/py-requests/Makefile	Mon Aug 27 12:40:41 2012	(r303224)
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	requests
 -PORTVERSION=	0.13.7
 +PORTVERSION=	0.13.9
  CATEGORIES=	www python
  MASTER_SITES=	CHEESESHOP
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 @@ -22,4 +22,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cert
  USE_PYTHON=	-3.1
  USE_PYDISTUTILS=	easy_install
  
 +test: build
 +	${TOUCH} ${WRKSRC}/tests/__init__.py
 +	cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
 +
  .include <bsd.port.mk>
 
 Modified: head/www/py-requests/distinfo
 ==============================================================================
 --- head/www/py-requests/distinfo	Mon Aug 27 12:17:33 2012	(r303223)
 +++ head/www/py-requests/distinfo	Mon Aug 27 12:40:41 2012	(r303224)
 @@ -1,2 +1,2 @@
 -SHA256 (requests-0.13.7.tar.gz) = d9c6cf2890a0dc1200407f99130d334ef5ab5270bed3d9b4c14b0bb9c6cc3400
 -SIZE (requests-0.13.7.tar.gz) = 521660
 +SHA256 (requests-0.13.9.tar.gz) = d887bb1c06948a8930d6e73a1f942f9febe9157a299a984994c20c84b2c21e20
 +SIZE (requests-0.13.9.tar.gz) = 522477
 
 Modified: head/www/py-requests/files/patch-setup.py
 ==============================================================================
 --- head/www/py-requests/files/patch-setup.py	Mon Aug 27 12:17:33 2012	(r303223)
 +++ head/www/py-requests/files/patch-setup.py	Mon Aug 27 12:40:41 2012	(r303224)
 @@ -1,5 +1,5 @@
 ---- ./setup.py.orig	2012-07-27 17:22:56.000000000 +1000
 -+++ ./setup.py	2012-07-28 10:46:43.000000000 +1000
 +--- setup.py.orig	2012-08-06 14:46:03.000000000 +0800
 ++++ setup.py	2012-08-27 20:18:56.000000000 +0800
  @@ -15,8 +15,6 @@
       os.system('python setup.py sdist upload')
       sys.exit()
 @@ -29,9 +29,10 @@
       install_requires=requires,
       license=open('LICENSE').read(),
       classifiers=(
 -@@ -66,4 +60,5 @@
 +@@ -66,4 +60,6 @@
           'Programming Language :: Python :: 3.0',
           'Programming Language :: Python :: 3.1',
       ),
  +    zip_safe=False,
 ++    test_suite='tests',
   )
 _______________________________________________
 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"
 
>Unformatted:
