Index: branches/2019Q1/www/py-requests/Makefile =================================================================== --- branches/2019Q1/www/py-requests/Makefile (revision 496798) +++ branches/2019Q1/www/py-requests/Makefile (revision 496799) @@ -1,39 +1,35 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= requests -PORTVERSION= 2.18.4 -PORTREVISION= 1 +PORTVERSION= 2.21.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= HTTP library written in Python for human beings LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py-urllib3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} -# Actually 2.6-2.7,3.3+ +# Actually 2.6-2.7,3.4+ USES= python USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= py*-requests1-* NO_ARCH= yes - -# Automated tests failinng due to httpbin issue -# https://github.com/kennethreitz/httpbin/issues/403 do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: branches/2019Q1/www/py-requests/distinfo =================================================================== --- branches/2019Q1/www/py-requests/distinfo (revision 496798) +++ branches/2019Q1/www/py-requests/distinfo (revision 496799) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519435351 -SHA256 (requests-2.18.4.tar.gz) = 9c443e7324ba5b85070c4a818ade28bfabedf16ea10206da1132edaa6dda237e -SIZE (requests-2.18.4.tar.gz) = 126224 +TIMESTAMP = 1548125465 +SHA256 (requests-2.21.0.tar.gz) = 502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e +SIZE (requests-2.21.0.tar.gz) = 111528 Index: branches/2019Q1/www/py-requests/files/patch-setup.py =================================================================== --- branches/2019Q1/www/py-requests/files/patch-setup.py (revision 496798) +++ branches/2019Q1/www/py-requests/files/patch-setup.py (revision 496799) @@ -1,21 +1,12 @@ -# 1: Backport bumping idna max version -# https://github.com/requests/requests/commit/991e8b76b7a9d21f698b24fa0058d3d5968721bc -# 2: pytest-cov and its dependencies are not compulsory +# pytest-cov and its dependencies are not compulsory ---- setup.py.orig 2017-08-15 13:19:39 UTC +--- setup.py.orig 2019-01-22 02:52:54 UTC +++ setup.py -@@ -43,12 +43,12 @@ packages = ['requests'] - - requires = [ - 'chardet>=3.0.2,<3.1.0', -- 'idna>=2.5,<2.7', -+ 'idna>=2.5,<2.8', - 'urllib3>=1.21.1,<1.23', - 'certifi>=2017.4.17' - +@@ -50,7 +50,6 @@ requires = [ ] --test_requirements = ['pytest-httpbin==0.0.7', 'pytest-cov', 'pytest-mock', 'pytest-xdist', 'PySocks>=1.5.6, !=1.5.7', 'pytest>=2.8.0'] -+test_requirements = ['pytest-httpbin==0.0.7', 'pytest-mock', 'pytest-xdist', 'PySocks>=1.5.6, !=1.5.7', 'pytest>=2.8.0'] - - about = {} - with open(os.path.join(here, 'requests', '__version__.py'), 'r', 'utf-8') as f: + test_requirements = [ + 'pytest-httpbin==0.0.7', +- 'pytest-cov', + 'pytest-mock', + 'pytest-xdist', + 'PySocks>=1.5.6, !=1.5.7', Index: branches/2019Q1 =================================================================== --- branches/2019Q1 (revision 496798) +++ branches/2019Q1 (revision 496799) Property changes on: branches/2019Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r490937