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: Wed Apr 15 06:48:14 UTC 2026
Modified Files:
pkgsrc/www/py-respx: Makefile distinfo
Log Message:
py-respx: updated to 0.23.1
0.23.1
Fixed
- Fix regression causing `params` pattern to stop working under some conditions,
by doing a strict detection of `ANY` in multi items patterns
0.23.0
Fixed
- Fix `data` pattern with list value
- Fix and enhance incorrect documentations about iterable side effects
- Fix documentation typo, thanks @markhobson
- Fix support for multiple slashes `//` in URL path by not using `urljoin` when
prepending path, thanks @lewiscollard and @Skeen
- Type Route.respond json as `Any` to align with HTTPX, thanks @JacobHayes
- Properly handle `ANY` in `MuitiItems` patterns
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-respx/Makefile
cvs rdiff -u -r1.17 -r1.18 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.19 pkgsrc/www/py-respx/Makefile:1.20
--- pkgsrc/www/py-respx/Makefile:1.19 Mon Apr 14 20:28:01 2025
+++ pkgsrc/www/py-respx/Makefile Wed Apr 15 06:48:14 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2025/04/14 20:28:01 adam Exp $
+# $NetBSD: Makefile,v 1.20 2026/04/15 06:48:14 adam Exp $
-DISTNAME= respx-0.22.0
+DISTNAME= respx-0.23.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/respx/}
Index: pkgsrc/www/py-respx/distinfo
diff -u pkgsrc/www/py-respx/distinfo:1.17 pkgsrc/www/py-respx/distinfo:1.18
--- pkgsrc/www/py-respx/distinfo:1.17 Fri Dec 27 21:36:09 2024
+++ pkgsrc/www/py-respx/distinfo Wed Apr 15 06:48:14 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2024/12/27 21:36:09 adam Exp $
+$NetBSD: distinfo,v 1.18 2026/04/15 06:48:14 adam Exp $
-BLAKE2s (respx-0.22.0.tar.gz) = d77dfc181b027bb1dacd3d14a389e3c555e7d8218199a689136278018ac80d3e
-SHA512 (respx-0.22.0.tar.gz) = 5b72899ca1506d7213a0267e07ad6b6802c83620578465f8287268ad772d2f2882bc3fbbed69928f86819789b98ce18874543d9485b88208d51ca0e86fa16335
-Size (respx-0.22.0.tar.gz) = 28439 bytes
+BLAKE2s (respx-0.23.1.tar.gz) = a0fb5af2c056948497488a13d8ef3cb6aeef33eecbe9c55d23f4c5fd0468c1b5
+SHA512 (respx-0.23.1.tar.gz) = a28efb6cb9ae86d4c36d3d3de90bbf80c4a6fc58629e558ec8196d6171a91c85de15c6f6322709561e61480eae4a240dbd2a5d16278f1980a6a01b5287db1737
+Size (respx-0.23.1.tar.gz) = 29243 bytes
Home |
Main Index |
Thread Index |
Old Index