Date: Thu, 29 Oct 2015 08:19:56 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400445 - head/www/py-requests Message-ID: <201510290819.t9T8Jufu013032@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Thu Oct 29 08:19:56 2015 New Revision: 400445 URL: https://svnweb.freebsd.org/changeset/ports/400445 Log: www/py-requests: Update to 2.8.1 - Update PORTVERSION and distinfo checksum (2.8.1) - Add NO_ARCH - Rename test target since the framework supports TEST_DEPENDS et al. - Add comment about failing test that's not supposed to fail (xfail) Changes: https://github.com/kennethreitz/requests/blob/v2.8.1/HISTORY.rst Modified: head/www/py-requests/Makefile head/www/py-requests/distinfo Modified: head/www/py-requests/Makefile ============================================================================== --- head/www/py-requests/Makefile Thu Oct 29 08:04:50 2015 (r400444) +++ head/www/py-requests/Makefile Thu Oct 29 08:19:56 2015 (r400445) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= requests -PORTVERSION= 2.7.0 +PORTVERSION= 2.8.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,12 @@ USE_PYTHON= autoplist distutils CONFLICTS_INSTALL= py*-requests1-* -regression-test: build +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 .include <bsd.port.mk> Modified: head/www/py-requests/distinfo ============================================================================== --- head/www/py-requests/distinfo Thu Oct 29 08:04:50 2015 (r400444) +++ head/www/py-requests/distinfo Thu Oct 29 08:19:56 2015 (r400445) @@ -1,2 +1,2 @@ -SHA256 (requests-2.7.0.tar.gz) = 398a3db6d61899d25fd4a06c6ca12051b0ce171d705decd7ed5511517b4bb93d -SIZE (requests-2.7.0.tar.gz) = 451723 +SHA256 (requests-2.8.1.tar.gz) = 84fe8d5bf4dcdcc49002446c47a146d17ac10facf00d9086659064ac43b6c25b +SIZE (requests-2.8.1.tar.gz) = 480803
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510290819.t9T8Jufu013032>