py-respx: updated to 0.19.0
0.19.0 Fixed - Support HTTPX 0.21.0. - Use Session.notify when chaining nox sessions, thanks @flaeppe. - Add overloads to MockRouter.__call__, thanks @flaeppe. - Enhance AND pattern evaluation to fail fast. - Fix CallList assertion error message. Changed - Prevent method and url as lookups in HTTP method helpers, thanks @flaeppe. - Fail pattern match when JSON path not found.
This commit is contained in:
parent
d390670569
commit
b6acb4170f
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2021/10/26 17:14:45 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2021/11/15 17:43:20 adam Exp $
|
||||
|
||||
DISTNAME= respx-0.18.2
|
||||
DISTNAME= respx-0.19.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=r/respx/}
|
||||
|
@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/lundberg/respx
|
|||
COMMENT= Utility for mocking out the Python HTTPX library
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-httpx>=0.20.0:../../www/py-httpx
|
||||
DEPENDS+= ${PYPKGPREFIX}-httpx>=0.21.0:../../www/py-httpx
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.8 2021/10/26 17:14:45 adam Exp $
|
||||
$NetBSD: distinfo,v 1.9 2021/11/15 17:43:20 adam Exp $
|
||||
|
||||
BLAKE2s (respx-0.18.2.tar.gz) = 86f2f958ae4ecbcfe22c793a2672d011c00cb71e9cfbef30dad6512e079184f4
|
||||
SHA512 (respx-0.18.2.tar.gz) = 4ef4da6de5ccd4829fa158da94a7ad7d5cdfe20b8d271bb3cbbfa5d7e8782962d38586aeb3914abdec0b02ca82eeb6caf229c7c16e707b568a2fef9c1dc74c58
|
||||
Size (respx-0.18.2.tar.gz) = 23766 bytes
|
||||
BLAKE2s (respx-0.19.0.tar.gz) = e446aa731e8679256baa5a059d9e3bad03e392d39953a25cc805fb04940e3971
|
||||
SHA512 (respx-0.19.0.tar.gz) = e5669d8816baf47a980c1900ff2c2acf57a69abb2417af8e56f0d2b6323b9f720fa36b14c9e8b48a77eaac354c0bd13d26e191ddd127fea35da48f78bcb1a66f
|
||||
Size (respx-0.19.0.tar.gz) = 24264 bytes
|
||||
|
|
Loading…
Reference in a new issue