diff --git a/www/py-requests-mock/Makefile b/www/py-requests-mock/Makefile index be831c1ea82e..620382ab6abb 100644 --- a/www/py-requests-mock/Makefile +++ b/www/py-requests-mock/Makefile @@ -1,30 +1,30 @@ # Created by: Po-Chuan Hsieh PORTNAME= requests-mock -PORTVERSION= 1.9.2 +PORTVERSION= 1.9.3 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@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.3<3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fixtures>=0:devel/py-fixtures@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testrepository>=0.0.18:devel/py-testrepository@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testtools>=0:devel/py-testtools@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include diff --git a/www/py-requests-mock/distinfo b/www/py-requests-mock/distinfo index 68ba161e7758..f2731639cacd 100644 --- a/www/py-requests-mock/distinfo +++ b/www/py-requests-mock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620298658 -SHA256 (requests-mock-1.9.2.tar.gz) = 33296f228d8c5df11a7988b741325422480baddfdf5dd9318fd0eb40c3ed8595 -SIZE (requests-mock-1.9.2.tar.gz) = 67383 +TIMESTAMP = 1622213958 +SHA256 (requests-mock-1.9.3.tar.gz) = 8d72abe54546c1fc9696fa1516672f1031d72a55a1d66c85184f972a24ba0eba +SIZE (requests-mock-1.9.3.tar.gz) = 67988 diff --git a/www/py-requests-mock/pkg-descr b/www/py-requests-mock/pkg-descr index 56a4d3429f66..7a641f95aa87 100644 --- a/www/py-requests-mock/pkg-descr +++ b/www/py-requests-mock/pkg-descr @@ -1,5 +1,4 @@ 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