www/py-respx: Update to 0.19.0
Changes: https://github.com/lundberg/respx/releases
This commit is contained in:
parent
3bab18a02b
commit
adac16ef2a
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= respx
|
||||
PORTVERSION= 0.18.2
|
||||
PORTVERSION= 0.19.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Utility for mocking out the Python HTTPX and HTTP Core libraries
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.20.0:www/py-httpx@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.21.0:www/py-httpx@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1635181109
|
||||
SHA256 (respx-0.18.2.tar.gz) = d39ff874f514dc4293b2e1f7c5e6c8c2ad871ee02ef49b3f57535257008495d8
|
||||
SIZE (respx-0.18.2.tar.gz) = 23766
|
||||
TIMESTAMP = 1637519912
|
||||
SHA256 (respx-0.19.0.tar.gz) = 4a09e15803c7450d45303520ec528794c9fd77b05984263bc83b78aabbb39413
|
||||
SIZE (respx-0.19.0.tar.gz) = 24264
|
||||
|
|
Loading…
Reference in a new issue