Bug 170536 - [MAINTAINER] www/py-requests: update to 0.13.6, update COMMENT and pkg-desc
Summary: [MAINTAINER] www/py-requests: update to 0.13.6, update COMMENT and pkg-desc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-11 13:00 UTC by koobs
Modified: 2012-08-11 13:20 UTC (History)
0 users

See Also:


Attachments
py27-requests-0.13.6.patch (1.82 KB, patch)
2012-08-11 13:00 UTC, koobs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-08-11 13:00:05 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-11 13:00:35 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-11 13:00:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-11 13:00:46 UTC
Maintainer of www/py-requests,

Please note that PR ports/170536 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/170536

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-11 13:00:50 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 5 Wen Heping freebsd_committer freebsd_triage 2012-08-11 13:14:56 UTC
Responsible Changed
From-To: freebsd-python->wen

I'll take it.
Comment 6 Wen Heping freebsd_committer freebsd_triage 2012-08-11 13:18:18 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2012-08-11 13:18:18 UTC
Author: wen
Date: Sat Aug 11 12:18:03 2012
New Revision: 302410
URL: http://svn.freebsd.org/changeset/ports/302410

Log:
  - Update to 0.13.6
  - Update COMMENT
  - Update pkg-desc
  
  PR:		170536
  Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)

Modified:
  head/www/py-requests/Makefile
  head/www/py-requests/distinfo
  head/www/py-requests/pkg-descr

Modified: head/www/py-requests/Makefile
==============================================================================
--- head/www/py-requests/Makefile	Sat Aug 11 12:06:48 2012	(r302409)
+++ head/www/py-requests/Makefile	Sat Aug 11 12:18:03 2012	(r302410)
@@ -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@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
 

Modified: head/www/py-requests/distinfo
==============================================================================
--- head/www/py-requests/distinfo	Sat Aug 11 12:06:48 2012	(r302409)
+++ head/www/py-requests/distinfo	Sat Aug 11 12:18:03 2012	(r302410)
@@ -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

Modified: head/www/py-requests/pkg-descr
==============================================================================
--- head/www/py-requests/pkg-descr	Sat Aug 11 12:06:48 2012	(r302409)
+++ head/www/py-requests/pkg-descr	Sat Aug 11 12:18:03 2012	(r302410)
@@ -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/
_______________________________________________
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"