From owner-svn-ports-head@freebsd.org Mon Jan 25 18:59:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73FFFA4592C; Mon, 25 Jan 2016 18:59:50 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2B2BB15BC; Mon, 25 Jan 2016 18:59:50 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0PIxnuj000489; Mon, 25 Jan 2016 18:59:49 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PIxn7R000487; Mon, 25 Jan 2016 18:59:49 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201601251859.u0PIxn7R000487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 25 Jan 2016 18:59:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407236 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 18:59:50 -0000 Author: koobs Date: Mon Jan 25 18:59:48 2016 New Revision: 407236 URL: https://svnweb.freebsd.org/changeset/ports/407236 Log: www/py-requests: Update to 2.9.1 - Update PORTVERSION and distinfo checksum (2.9.1) - Update TEST_DEPENDS - Remove FAIL'ing test comment Changes: https://github.com/kennethreitz/requests/blob/v2.9.1/HISTORY.rst PR: 205799 Submitted by: Neel Chauhan Modified: head/www/py-requests/Makefile head/www/py-requests/distinfo Modified: head/www/py-requests/Makefile ============================================================================== --- head/www/py-requests/Makefile Mon Jan 25 18:44:25 2016 (r407235) +++ head/www/py-requests/Makefile Mon Jan 25 18:59:48 2016 (r407236) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= requests -PORTVERSION= 2.8.1 +PORTVERSION= 2.9.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= HTTP library written in Python LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.3.4:${PORTSDIR}/devel/py-pytest +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:${PORTSDIR}/devel/py-pytest USES= python USE_PYTHON= autoplist distutils @@ -22,9 +22,6 @@ CONFLICTS_INSTALL= py*-requests1-* NO_ARCH= yes -# FAIL: test_response_iter_lines_reentrant (test_requests.RequestsTestCase) -# Is marked xfail, but pytest doesn't seem to recognize it. - do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/www/py-requests/distinfo ============================================================================== --- head/www/py-requests/distinfo Mon Jan 25 18:44:25 2016 (r407235) +++ head/www/py-requests/distinfo Mon Jan 25 18:59:48 2016 (r407236) @@ -1,2 +1,2 @@ -SHA256 (requests-2.8.1.tar.gz) = 84fe8d5bf4dcdcc49002446c47a146d17ac10facf00d9086659064ac43b6c25b -SIZE (requests-2.8.1.tar.gz) = 480803 +SHA256 (requests-2.9.1.tar.gz) = c577815dd00f1394203fc44eb979724b098f88264a9ef898ee45b8e5e9cf587f +SIZE (requests-2.9.1.tar.gz) = 484252