pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-respx py-respx: updated to 0.19.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8ef47e23467
branches:  trunk
changeset: 769458:b8ef47e23467
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 15 17:43:20 2021 +0000

description:
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:

 www/py-respx/Makefile |  6 +++---
 www/py-respx/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r f902a4113c72 -r b8ef47e23467 www/py-respx/Makefile
--- a/www/py-respx/Makefile     Mon Nov 15 17:41:52 2021 +0000
+++ b/www/py-respx/Makefile     Mon Nov 15 17:43:20 2021 +0000
@@ -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 @@
 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 -r f902a4113c72 -r b8ef47e23467 www/py-respx/distinfo
--- a/www/py-respx/distinfo     Mon Nov 15 17:41:52 2021 +0000
+++ b/www/py-respx/distinfo     Mon Nov 15 17:43:20 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index