svn commit: r359471 - head/www/py-requests

Kubilay Kocak koobs at FreeBSD.org
Fri Jun 27 08:32:57 UTC 2014


Author: koobs
Date: Fri Jun 27 08:32:56 2014
New Revision: 359471
URL: http://svnweb.freebsd.org/changeset/ports/359471
QAT: https://qat.redports.org/buildarchive/r359471/

Log:
  www/py-requests: Update to 2.3.0
  
  - Update to 2.3.0
  - Prettify pkg-descr
  - Strip trailing slash from WWW: URL
  
  Changes: https://github.com/kennethreitz/requests/blob/v2.3.0/HISTORY.rst
  
  PR:		189924
  Submitted by:	robak (with changes)

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	Fri Jun 27 08:32:17 2014	(r359470)
+++ head/www/py-requests/Makefile	Fri Jun 27 08:32:56 2014	(r359471)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	requests
-PORTVERSION=	2.2.1
+PORTVERSION=	2.3.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/py-requests/distinfo
==============================================================================
--- head/www/py-requests/distinfo	Fri Jun 27 08:32:17 2014	(r359470)
+++ head/www/py-requests/distinfo	Fri Jun 27 08:32:56 2014	(r359471)
@@ -1,2 +1,2 @@
-SHA256 (requests-2.2.1.tar.gz) = 1266921f1bed5fbf364cd83cf239b6d7b3ea5c32ccccbc93980d9ba12cdcfd02
-SIZE (requests-2.2.1.tar.gz) = 421978
+SHA256 (requests-2.3.0.tar.gz) = 1c1473875d846fe563d70868acf05b1953a4472f4695b7b3566d1d978957b8fc
+SIZE (requests-2.3.0.tar.gz) = 429521

Modified: head/www/py-requests/pkg-descr
==============================================================================
--- head/www/py-requests/pkg-descr	Fri Jun 27 08:32:17 2014	(r359470)
+++ head/www/py-requests/pkg-descr	Fri Jun 27 08:32:56 2014	(r359471)
@@ -1,19 +1,18 @@
 Requests is an ISC Licensed HTTP library, written in Python, for human beings.
 
-Features
+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
-- Python 2.6-3.3
-- Thread-safe
+ * 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
+ * Thread-safety
+ * HTTP(S) Proxy Support
 
-WWW: http://python-requests.org/
+WWW: http://python-requests.org


More information about the svn-ports-head mailing list