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 Dec 15 10:09:44 UTC 2025
Modified Files:
pkgsrc/www/py-vcrpy: Makefile PLIST distinfo
Log Message:
py-vcrpy: updated to 8.1.0
8.1.0
New Features
Enable brotli decompression if available (via brotli, brotlipy or brotlicffi)
Bug Fixes
Fix aiohttp allowing both data and json arguments when one is None
Fix usage of io-like interface with VCR.py
8.0.0
Breaking Changes
Drop support for Python 3.9 - thanks @jairhenrique
Drop support for urllib3 < 2 - fixes CVE warnings from urllib3 1.x
New Features
New drop_unused_requests option to remove unused interactions from cassettes
Bug Fixes
Rewrite httpx support to patch httpcore instead of httpx
Fixes httpx.ResponseNotRead exceptions
Fixes KeyError: 'follow_redirects'
Adds support for custom httpx transports
Fix HTTPS proxy handling - proxy address no longer ends up in cassette URIs
Fix iscoroutinefunction deprecation warning on Python 3.14
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-vcrpy/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-vcrpy/PLIST \
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.6 pkgsrc/www/py-vcrpy/Makefile:1.7
--- pkgsrc/www/py-vcrpy/Makefile:1.6 Thu Oct 9 07:58:12 2025
+++ pkgsrc/www/py-vcrpy/Makefile Mon Dec 15 10:09:44 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2025/10/09 07:58:12 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/12/15 10:09:44 adam Exp $
-DISTNAME= vcrpy-7.0.0
+DISTNAME= vcrpy-8.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_PYPI:=v/vcrpy/}
@@ -12,9 +11,10 @@ COMMENT= VCR.py simplifies and speeds up
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-urllib3>0:../../www/py-urllib3
DEPENDS+= ${PYPKGPREFIX}-wrapt>0:../../devel/py-wrapt
DEPENDS+= ${PYPKGPREFIX}-yaml>0:../../textproc/py-yaml
+# Not mentioned in dependencies:
+DEPENDS+= ${PYPKGPREFIX}-urllib3>=2.0:../../www/py-urllib3
DEPENDS+= ${PYPKGPREFIX}-yarl>0:../../www/py-yarl
TEST_DEPENDS+= ${PYPKGPREFIX}-test-aiohttp>0:../../www/py-test-aiohttp
TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>0:../../devel/py-test-asyncio
Index: pkgsrc/www/py-vcrpy/PLIST
diff -u pkgsrc/www/py-vcrpy/PLIST:1.2 pkgsrc/www/py-vcrpy/PLIST:1.3
--- pkgsrc/www/py-vcrpy/PLIST:1.2 Mon Apr 14 20:28:03 2025
+++ pkgsrc/www/py-vcrpy/PLIST Mon Dec 15 10:09:44 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2025/04/14 20:28:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/12/15 10:09:44 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.2 pkgsrc/www/py-vcrpy/distinfo:1.3
--- pkgsrc/www/py-vcrpy/distinfo:1.2 Wed Feb 26 09:51:35 2025
+++ pkgsrc/www/py-vcrpy/distinfo Mon Dec 15 10:09:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/02/26 09:51:35 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/12/15 10:09:44 adam Exp $
-BLAKE2s (vcrpy-7.0.0.tar.gz) = ec2b41da09c009eb09ececff103b6a88fc4349ca3d4eb09641bd8b46c76db7f1
-SHA512 (vcrpy-7.0.0.tar.gz) = 5849872120e6a9383dbc5f3184a83c36effde3b00ece59d3954be3356d7f1740ea6e8b7baf2da7e840418036dedd086bfe9f245157a5b9919cbb1502db4afdb0
-Size (vcrpy-7.0.0.tar.gz) = 85502 bytes
+BLAKE2s (vcrpy-8.1.0.tar.gz) = a4bd7e1d32fa3e57850096ace9f0ed572cfbdbafdcb4811899b62661c3e4dcf5
+SHA512 (vcrpy-8.1.0.tar.gz) = 14ce3533bf4f1ae2a8ab8fc4893cb86039b29d0194bc42dde4e0db8cb6d2698c36dc9297434d6c3ea9ce2700a5882ecbb3de11bacd2c5816ad7556f7fcaf2c45
+Size (vcrpy-8.1.0.tar.gz) = 85930 bytes
Home |
Main Index |
Thread Index |
Old Index