pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-respx



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 15 17:43:20 UTC 2021

Modified Files:
        pkgsrc/www/py-respx: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-respx/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-respx/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-respx/Makefile
diff -u pkgsrc/www/py-respx/Makefile:1.6 pkgsrc/www/py-respx/Makefile:1.7
--- pkgsrc/www/py-respx/Makefile:1.6    Tue Oct 26 17:14:45 2021
+++ pkgsrc/www/py-respx/Makefile        Mon Nov 15 17:43:20 2021
@@ -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/re
 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
 

Index: pkgsrc/www/py-respx/distinfo
diff -u pkgsrc/www/py-respx/distinfo:1.8 pkgsrc/www/py-respx/distinfo:1.9
--- pkgsrc/www/py-respx/distinfo:1.8    Tue Oct 26 17:14:45 2021
+++ pkgsrc/www/py-respx/distinfo        Mon Nov 15 17:43:20 2021
@@ -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