Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Nov 2011 16:43:19 GMT
From:      Olivier Duchateau <duchateau.olivier@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162523: [UPDATE] www/py-requests to 0.8.0
Message-ID:  <201111131643.pADGhJ4R027870@red.freebsd.org>
Resent-Message-ID: <201111131650.pADGo3Pa021284@freefall.freebsd.org>

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

>Number:         162523
>Category:       ports
>Synopsis:       [UPDATE] www/py-requests to 0.8.0
>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 13 16:50:02 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Duchateau
>Release:        FreeBSD 8.2-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
ChangeLog:

- Keep-alive support!
- Complete removal of Urllib2
- Complete removal of Poster
- Complete removal of CookieJars
- New ConnectionError raising
- Safe_mode for error catching
- Prefetch parameter for request methods
- Async pool size throttling
- File uploads send real names
>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-11 18:25:32.000000000 +0100
+++ py-requests/Makefile	2011-11-13 10:47:45.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	requests
-PORTVERSION=	0.7.6
+PORTVERSION=	0.8.0
 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-11 18:25:32.000000000 +0100
+++ py-requests/distinfo	2011-11-13 10:47:45.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (requests-0.7.6.tar.gz) = 667f9c9cc447c9ee09d34d891db488f2695c99d025fae3ec8d02e235eb7eba95
-SIZE (requests-0.7.6.tar.gz) = 32748
+SHA256 (requests-0.8.0.tar.gz) = 62b557533f685c4a0af4e38dddc598c38f5ce0bd8e3b15b20809d1606f3843dd
+SIZE (requests-0.8.0.tar.gz) = 38785


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



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