Index: head/www/py-requests-mock/Makefile =================================================================== --- head/www/py-requests-mock/Makefile (revision 469659) +++ head/www/py-requests-mock/Makefile (revision 469660) @@ -1,24 +1,24 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= requests-mock -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Mock out responses from the requests package LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr@${FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.1:www/py-requests@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils USES= python .include Index: head/www/py-requests-mock/distinfo =================================================================== --- head/www/py-requests-mock/distinfo (revision 469659) +++ head/www/py-requests-mock/distinfo (revision 469660) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512594354 -SHA256 (requests-mock-1.4.0.tar.gz) = 2931887853c42e1d73879983d5bf03041109472991c5b4b8dba5d11ed23b9d0b -SIZE (requests-mock-1.4.0.tar.gz) = 42169 +TIMESTAMP = 1526054480 +SHA256 (requests-mock-1.5.0.tar.gz) = a029fe6c5244963ef042c6224ff787049bfc5bab958a1b7e5b632ef0bbb05de4 +SIZE (requests-mock-1.5.0.tar.gz) = 47824 Index: head/www/py-requests-mock/pkg-descr =================================================================== --- head/www/py-requests-mock/pkg-descr (revision 469659) +++ head/www/py-requests-mock/pkg-descr (revision 469660) @@ -1,4 +1,5 @@ requests-mock provides a building block to stub out the HTTP requests portions of your testing code. WWW: https://pypi.org/project/requests-mock/ +WWW: https://github.com/jamielennox/requests-mock