ports/170536: [MAINTAINER] www/py-requests: update to 0.13.6, update COMMENT and pkg-desc

Kubilay Kocak koobs.freebsd at gmail.com
Sat Aug 11 12:00:07 UTC 2012


>Number:         170536
>Category:       ports
>Synopsis:       [MAINTAINER] www/py-requests: update to 0.13.6, update COMMENT and pkg-desc
>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:   Sat Aug 11 12:00:05 UTC 2012
>Closed-Date:
>Last-Modified:
>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.6
- Update COMMENT
- Update pkg-desc

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

- Long awaited fix for hanging connections! 

==[QA]==

- port test clean
- redports build clean: https://redports.org/buildarchive/20120811111659-59492/
- unit tests:

./test_cookies.py - Ran 15 tests in 33.414s - OK 
./test_requests.py - Ran 64 tests in 80.730s - OK
./test_requests_ext.py - Ran 11 tests in 22.818s - OK
./test_requests_https.py - Ran 2 tests in 2.086s - OK

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

--- py27-requests-0.13.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/py-requests/Makefile ./Makefile
--- /usr/ports/www/py-requests/Makefile	2012-07-29 03:25:24.000000000 +1000
+++ ./Makefile	2012-08-11 21:15:43.000000000 +1000
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	requests
-PORTVERSION=	0.13.5
+PORTVERSION=	0.13.6
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	koobs.freebsd at gmail.com
-COMMENT=	Requests is an elegant and simple HTTP library for Python
+COMMENT=	Requests is a HTTP library, written in Python, for human beings
 
 LICENSE=	ISCL
 
diff -ruN --exclude=CVS /usr/ports/www/py-requests/distinfo ./distinfo
--- /usr/ports/www/py-requests/distinfo	2012-07-29 03:25:24.000000000 +1000
+++ ./distinfo	2012-08-07 20:34:58.000000000 +1000
@@ -1,2 +1,2 @@
-SHA256 (requests-0.13.5.tar.gz) = c6abb4b15a3f2aaad18c22b214b9b35d69ec4e2730c5b922f95f17a88981f957
-SIZE (requests-0.13.5.tar.gz) = 519553
+SHA256 (requests-0.13.6.tar.gz) = 3cca63908f1b941d2da61ef0e8baf7bf014cc0df6512e172b8d2ac87be82b916
+SIZE (requests-0.13.6.tar.gz) = 520031
diff -ruN --exclude=CVS /usr/ports/www/py-requests/pkg-descr ./pkg-descr
--- /usr/ports/www/py-requests/pkg-descr	2012-07-29 03:25:24.000000000 +1000
+++ ./pkg-descr	2012-08-10 23:28:12.000000000 +1000
@@ -1,3 +1,17 @@
-Requests: HTTP for Humans. It's an elegand and simple HTTP library for Python.
+Requests is an ISC Licensed HTTP library, written in Python, for human beings.
 
-WWW: http://python-requests.org/
+Features
+- International Domains and URLs
+- Keep-Alive & Connection Pooling
+- Sessions with Cookie Persistence
+- Browser-style SSL Verification
+- Basic/Digest Authentication
+- Elegant Key/Value Cookies
+- Automatic Decompression
+- Unicode Response Bodies
+- Multipart File Uploads
+- Connection Timeouts
+- .netrc support
+- Thread-safe
+
+WWW:	http://python-requests.org/
--- py27-requests-0.13.6.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list