Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2011 18:03:29 GMT
From:      Olivier Duchateau <duchateau.olivier@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162698: [UPDATE] www/py-requests to 0.8.2
Message-ID:  <201111201803.pAKI3T7T051199@red.freebsd.org>
Resent-Message-ID: <201111201810.pAKIAAGG071917@freefall.freebsd.org>

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

>Number:         162698
>Category:       ports
>Synopsis:       [UPDATE] www/py-requests to 0.8.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:   Sun Nov 20 18:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Duchateau
>Release:        FreeBSD 8.2-RELEASE-p3
>Organization:
>Environment:
>Description:
ChangeLog:

- New unicode decoding system, based on overridable Response.encoding.
- Proper URL slash-quote handling.
- Cookies with [, ], and _ allowed.
- URL Request path fix.
- Proxy fix.
- Timeouts fix.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -u /usr/ports/www/py-requests/Makefile py-requests/Makefile
--- /usr/ports/www/py-requests/Makefile	2011-11-16 17:08:14.000000000 +0100
+++ py-requests/Makefile	2011-11-20 18:42:33.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	requests
-PORTVERSION=	0.8.0
+PORTVERSION=	0.8.2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -u /usr/ports/www/py-requests/distinfo py-requests/distinfo
--- /usr/ports/www/py-requests/distinfo	2011-11-16 17:08:14.000000000 +0100
+++ py-requests/distinfo	2011-11-20 18:42:33.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (requests-0.8.0.tar.gz) = 62b557533f685c4a0af4e38dddc598c38f5ce0bd8e3b15b20809d1606f3843dd
-SIZE (requests-0.8.0.tar.gz) = 38785
+SHA256 (requests-0.8.2.tar.gz) = 826244e9612aa9a548d1289bef7bbce07eee4872ca21ca80631094d1c512b121
+SIZE (requests-0.8.2.tar.gz) = 51162


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



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