aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-requests
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2012-08-11 20:18:03 +0800
committerwen <wen@FreeBSD.org>2012-08-11 20:18:03 +0800
commitf79c3c9d397551001f2e32be453a0fed623ec067 (patch)
tree0e0e5f5e4bdf59e2009c946a4a89da89ba71328c /www/py-requests
parentf6df10c972888ae2a202dbf4ad7c7df56ac64940 (diff)
downloadfreebsd-ports-gnome-f79c3c9d397551001f2e32be453a0fed623ec067.tar.gz
freebsd-ports-gnome-f79c3c9d397551001f2e32be453a0fed623ec067.tar.zst
freebsd-ports-gnome-f79c3c9d397551001f2e32be453a0fed623ec067.zip
- Update to 0.13.6
- Update COMMENT - Update pkg-desc PR: 170536 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
Diffstat (limited to 'www/py-requests')
-rw-r--r--www/py-requests/Makefile4
-rw-r--r--www/py-requests/distinfo4
-rw-r--r--www/py-requests/pkg-descr18
3 files changed, 20 insertions, 6 deletions
diff --git a/www/py-requests/Makefile b/www/py-requests/Makefile
index 3d73ebab7b4a..92d1ae8b2816 100644
--- a/www/py-requests/Makefile
+++ b/www/py-requests/Makefile
@@ -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
diff --git a/www/py-requests/distinfo b/www/py-requests/distinfo
index 67a4e8e18edd..2d25ba3f3b55 100644
--- a/www/py-requests/distinfo
+++ b/www/py-requests/distinfo
@@ -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 --git a/www/py-requests/pkg-descr b/www/py-requests/pkg-descr
index a096721458e7..43bbdd3a29e4 100644
--- a/www/py-requests/pkg-descr
+++ b/www/py-requests/pkg-descr
@@ -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/