Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2012 18:54:04 GMT
From:      Olivier Duchateau <duchateau.olivier@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/167243: [UPDATE] www/py-requests to 0.11.2
Message-ID:  <201204231854.q3NIs4dR076095@red.freebsd.org>
Resent-Message-ID: <201204231900.q3NJ0LMO087697@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167243
>Category:       ports
>Synopsis:       [UPDATE] www/py-requests to 0.11.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 23 19:00:20 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Duchateau
>Release:        FreeBSD 8.2-RELEASE-p3 i386
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/www/py-requests/Makefile py-requests/Makefile
--- /usr/ports/www/py-requests/Makefile	2012-04-10 08:41:20.000000000 +0200
+++ py-requests/Makefile	2012-04-23 18:27:41.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	requests
-PORTVERSION=	0.11.1
+PORTVERSION=	0.11.2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -urN /usr/ports/www/py-requests/distinfo py-requests/distinfo
--- /usr/ports/www/py-requests/distinfo	2012-04-10 08:41:20.000000000 +0200
+++ py-requests/distinfo	2012-04-23 18:27:41.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (requests-0.11.1.tar.gz) = fd4260541d0e559c78e2b3072bd79f36e0f8ef935bcbbadaa8c98cd8b5a62897
-SIZE (requests-0.11.1.tar.gz) = 63100
+SHA256 (requests-0.11.2.tar.gz) = 547bf78a774a6018271d6e5c40613ec554642ba4d6cdf45813e7894145293c57
+SIZE (requests-0.11.2.tar.gz) = 71080
diff -urN /usr/ports/www/py-requests/files/patch-requests_models.py py-requests/files/patch-requests_models.py
--- /usr/ports/www/py-requests/files/patch-requests_models.py	2012-04-10 08:41:20.000000000 +0200
+++ py-requests/files/patch-requests_models.py	2012-04-23 18:27:41.000000000 +0200
@@ -1,17 +1,17 @@
---- requests/models.py.orig	2012-03-09 17:51:20.000000000 +0100
-+++ requests/models.py	2012-03-19 17:49:25.000000000 +0100
+--- requests/models.py.orig	2012-04-23 04:13:53.000000000 +0200
++++ requests/models.py	2012-04-23 18:22:55.000000000 +0200
 @@ -15,12 +15,12 @@
  from .status_codes import codes
  
  from .auth import HTTPBasicAuth, HTTPProxyAuth
 -from .packages.urllib3.response import HTTPResponse
--from .packages.urllib3.exceptions import MaxRetryError
+-from .packages.urllib3.exceptions import MaxRetryError, LocationParseError
 -from .packages.urllib3.exceptions import SSLError as _SSLError
 -from .packages.urllib3.exceptions import HTTPError as _HTTPError
 -from .packages.urllib3 import connectionpool, poolmanager
 -from .packages.urllib3.filepost import encode_multipart_formdata
 +from urllib3.response import HTTPResponse
-+from urllib3.exceptions import MaxRetryError
++from urllib3.exceptions import MaxRetryError, LocationParseError
 +from urllib3.exceptions import SSLError as _SSLError
 +from urllib3.exceptions import HTTPError as _HTTPError
 +from urllib3 import connectionpool, poolmanager


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204231854.q3NIs4dR076095>