git: 1adf0e27c706 - main - devel/py-responses: Update to 0.23.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:37:16 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1adf0e27c706e72e03e2fdf145a98c7d5f77b4dc commit 1adf0e27c706e72e03e2fdf145a98c7d5f77b4dc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:16:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:33 +0000 devel/py-responses: Update to 0.23.1 Changes: https://github.com/getsentry/responses/releases --- devel/py-responses/Makefile | 11 ++++++++--- devel/py-responses/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/devel/py-responses/Makefile b/devel/py-responses/Makefile index 1c5f14f4dc1a..0f42789f6526 100644 --- a/devel/py-responses/Makefile +++ b/devel/py-responses/Makefile @@ -1,5 +1,5 @@ PORTNAME= responses -PORTVERSION= 0.22.0 +PORTVERSION= 0.23.1 CATEGORIES= devel www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0<3.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}types-toml>=0:devel/py-types-toml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}types-PyYAML>=0:devel/py-types-PyYAML@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.10,1:net/py-urllib3@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=6.0.0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \ @@ -21,6 +21,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=6.0.0:devel/py-coverage@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-httpserver>=0:devel/py-pytest-httpserver@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tomli-w>=0:textproc/py-tomli-w@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types-requests>=0:devel/py-types-requests@${PY_FLAVOR} USES= python:3.7+ @@ -34,4 +35,8 @@ NO_ARCH= yes RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} .endif +.if ${PYTHON_REL} < 31100 +TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} +.endif + .include <bsd.port.post.mk> diff --git a/devel/py-responses/distinfo b/devel/py-responses/distinfo index 59ffda628826..72697bfe15c6 100644 --- a/devel/py-responses/distinfo +++ b/devel/py-responses/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665647566 -SHA256 (responses-0.22.0.tar.gz) = 396acb2a13d25297789a5866b4881cf4e46ffd49cc26c43ab1117f40b973102e -SIZE (responses-0.22.0.tar.gz) = 71785 +TIMESTAMP = 1679498738 +SHA256 (responses-0.23.1.tar.gz) = c4d9aa9fc888188f0c673eff79a8dadbe2e75b7fe879dc80a221a06e0a68138f +SIZE (responses-0.23.1.tar.gz) = 72966