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:           Tue Apr  2 19:36:49 UTC 2024

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

Log Message:
py-respx: updated to 0.21.1

0.21.1

Fixed

- Fix `files` pattern not handling `str` and `BytesIO`, thanks @pierremonico for input

Added

- Add support for `None` values in `data` pattern, thanks @slingshotvfx for issue


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-respx/Makefile \
    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.15 pkgsrc/www/py-respx/Makefile:1.16
--- pkgsrc/www/py-respx/Makefile:1.15   Sun Mar 24 17:17:58 2024
+++ pkgsrc/www/py-respx/Makefile        Tue Apr  2 19:36:49 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/03/24 17:17:58 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/04/02 19:36:49 adam Exp $
 
-DISTNAME=      respx-0.21.0
+DISTNAME=      respx-0.21.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/respx/}
Index: pkgsrc/www/py-respx/distinfo
diff -u pkgsrc/www/py-respx/distinfo:1.15 pkgsrc/www/py-respx/distinfo:1.16
--- pkgsrc/www/py-respx/distinfo:1.15   Sun Mar 24 17:17:58 2024
+++ pkgsrc/www/py-respx/distinfo        Tue Apr  2 19:36:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/03/24 17:17:58 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/04/02 19:36:49 adam Exp $
 
-BLAKE2s (respx-0.21.0.tar.gz) = 8cbfcd0a83bf7291b6c6c4b8f23dce050921dd1ec3c827cb19c81b140819d002
-SHA512 (respx-0.21.0.tar.gz) = 3bafe34cf1ad674e0b565d0996d2656789b08c21a99f06d0bea395e5676e9be05ac3d517e1f2e01243c385783272687dacfcb6a29b3af42cbe66bb9678e76918
-Size (respx-0.21.0.tar.gz) = 28133 bytes
+BLAKE2s (respx-0.21.1.tar.gz) = 41902124503e611126503faac51be02825d647d36266962537d01bf89fc0f842
+SHA512 (respx-0.21.1.tar.gz) = bc46829ed894470a76d355c0cb1a93db169697990dbbc8c44f952f69baa38b0c629277bd3b21f2eb43b5a4ff84d9224ee51fa52b3ca1b4e1680a96978be9cb73
+Size (respx-0.21.1.tar.gz) = 28306 bytes



Home | Main Index | Thread Index | Old Index