pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-vcrpy
Module Name: pkgsrc
Committed By: adam
Date: Mon Jul 13 08:28:28 UTC 2026
Modified Files:
pkgsrc/www/py-vcrpy: Makefile PLIST distinfo
Log Message:
py-vcrpy: updated to 8.3.0
8.3.0
Add support for niquests
Recording now fails fast if a request or response contains a Python object the safe YAML loader (introduced in 8.2.1) couldn't read back, instead of writing a cassette that breaks on replay. The
error shows exactly how to register the object if you need it
New vcr.serializers.yamlserializer.with_custom_tags(...) builds a YAML serializer supporting custom Python object tags on both record and replay, registered per VCR instance via register_serializer
Clearer error when a cassette contains an unsupported YAML tag, and the stale git.io migration link is gone
Fix stale keep-alive connection reuse across cassettes; unpin werkzeug
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-vcrpy/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-vcrpy/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-vcrpy/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-vcrpy/Makefile
diff -u pkgsrc/www/py-vcrpy/Makefile:1.9 pkgsrc/www/py-vcrpy/Makefile:1.10
--- pkgsrc/www/py-vcrpy/Makefile:1.9 Sun Jun 28 15:41:50 2026
+++ pkgsrc/www/py-vcrpy/Makefile Mon Jul 13 08:28:28 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2026/06/28 15:41:50 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2026/07/13 08:28:28 adam Exp $
-DISTNAME= vcrpy-8.1.1
+DISTNAME= vcrpy-8.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_PYPI:=v/vcrpy/}
Index: pkgsrc/www/py-vcrpy/PLIST
diff -u pkgsrc/www/py-vcrpy/PLIST:1.3 pkgsrc/www/py-vcrpy/PLIST:1.4
--- pkgsrc/www/py-vcrpy/PLIST:1.3 Mon Dec 15 10:09:44 2025
+++ pkgsrc/www/py-vcrpy/PLIST Mon Jul 13 08:28:28 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/12/15 10:09:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/07/13 08:28:28 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -70,12 +70,12 @@ ${PYSITELIB}/vcr/stubs/boto3_stubs.pyo
${PYSITELIB}/vcr/stubs/compat.py
${PYSITELIB}/vcr/stubs/compat.pyc
${PYSITELIB}/vcr/stubs/compat.pyo
-${PYSITELIB}/vcr/stubs/httpcore_stubs.py
-${PYSITELIB}/vcr/stubs/httpcore_stubs.pyc
-${PYSITELIB}/vcr/stubs/httpcore_stubs.pyo
${PYSITELIB}/vcr/stubs/httplib2_stubs.py
${PYSITELIB}/vcr/stubs/httplib2_stubs.pyc
${PYSITELIB}/vcr/stubs/httplib2_stubs.pyo
+${PYSITELIB}/vcr/stubs/httpx_stubs.py
+${PYSITELIB}/vcr/stubs/httpx_stubs.pyc
+${PYSITELIB}/vcr/stubs/httpx_stubs.pyo
${PYSITELIB}/vcr/stubs/requests_stubs.py
${PYSITELIB}/vcr/stubs/requests_stubs.pyc
${PYSITELIB}/vcr/stubs/requests_stubs.pyo
Index: pkgsrc/www/py-vcrpy/distinfo
diff -u pkgsrc/www/py-vcrpy/distinfo:1.4 pkgsrc/www/py-vcrpy/distinfo:1.5
--- pkgsrc/www/py-vcrpy/distinfo:1.4 Mon Jan 5 16:08:27 2026
+++ pkgsrc/www/py-vcrpy/distinfo Mon Jul 13 08:28:28 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2026/01/05 16:08:27 adam Exp $
+$NetBSD: distinfo,v 1.5 2026/07/13 08:28:28 adam Exp $
-BLAKE2s (vcrpy-8.1.1.tar.gz) = 37c0f68ac7eabbcfe680aedac9844fd4cb1a9d8ad05fa619009c64460f860ae7
-SHA512 (vcrpy-8.1.1.tar.gz) = 6bb6a971f269607263ed2a41d58255f31fcbd6163f42a571033549ade9370de5653c1707b434f4b04d0df0d8af9d7c33a44f40f2e62ae24170e97c5d5d902c48
-Size (vcrpy-8.1.1.tar.gz) = 85770 bytes
+BLAKE2s (vcrpy-8.3.0.tar.gz) = 826a10d5661d178c4f0e44ee91380f5a3598a3113a0fdf0f99b8552516b34852
+SHA512 (vcrpy-8.3.0.tar.gz) = cba8fa669ab96887fe26530b4eedf63266819762b816d63cb6bf2c8ce40affcbf03662593738d87d3e67c73bab586ede08b398b9a95ad0c6b21b7d024af1dc36
+Size (vcrpy-8.3.0.tar.gz) = 96117 bytes
Home |
Main Index |
Thread Index |
Old Index