diff options
author | adam <adam@pkgsrc.org> | 2021-11-15 17:43:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-11-15 17:43:20 +0000 |
commit | f20741f2c16fd1b75c0515d8bafccf050f8c270a (patch) | |
tree | 607c5f3b2174ac1203850fcabf00530a042f8c77 /www | |
parent | bc8c7a722c692a67698051793227ff3cdb129d61 (diff) | |
download | pkgsrc-f20741f2c16fd1b75c0515d8bafccf050f8c270a.tar.gz |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-respx/Makefile | 6 | ||||
-rw-r--r-- | www/py-respx/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-respx/Makefile b/www/py-respx/Makefile index 775c20f7626..a8519a6b2fb 100644 --- a/www/py-respx/Makefile +++ b/www/py-respx/Makefile @@ -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 diff --git a/www/py-respx/distinfo b/www/py-respx/distinfo index 2cc08e1c082..02822be29b8 100644 --- a/www/py-respx/distinfo +++ b/www/py-respx/distinfo @@ -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 |