Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2012 12:18:03 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302410 - head/www/py-requests
Message-ID:  <201208111218.q7BCI365055268@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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