Index: head/www/py-requests/Makefile =================================================================== --- head/www/py-requests/Makefile (revision 400444) +++ head/www/py-requests/Makefile (revision 400445) @@ -1,26 +1,31 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= requests -PORTVERSION= 2.7.0 +PORTVERSION= 2.8.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= HTTP library written in Python for human beings LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.3.4:${PORTSDIR}/devel/py-pytest USES= python 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 Index: head/www/py-requests/distinfo =================================================================== --- head/www/py-requests/distinfo (revision 400444) +++ head/www/py-requests/distinfo (revision 400445) @@ -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