From owner-svn-ports-all@FreeBSD.ORG Fri Jun 27 08:32:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5945A9E1; Fri, 27 Jun 2014 08:32:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C33221AC; Fri, 27 Jun 2014 08:32:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5R8WvWH043900; Fri, 27 Jun 2014 08:32:57 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5R8WuFO043897; Fri, 27 Jun 2014 08:32:56 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201406270832.s5R8WuFO043897@svn.freebsd.org> From: Kubilay Kocak Date: Fri, 27 Jun 2014 08:32:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359471 - head/www/py-requests X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2014 08:32:57 -0000 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