pkgsrc-WIP-changes archive

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

py-vcrpy: update to 4.3.1



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Jun 1 19:34:52 2023 -0700
Changeset:	33daeff1adae098e112189b4c2ede7249154aad2

Modified Files:
	py-vcrpy/Makefile
	py-vcrpy/distinfo

Log Message:
py-vcrpy: update to 4.3.1

4.3.1
Support urllib3 v1 and v2. NOTE: there is an issue running urllib3 v2 on Python older than 3.10, so this is currently blocked in the requirements. Hopefully we can resolve this situation in the future. Thanks to @shifqu, hartwork, jairhenrique, pquentin, and vEpiphyte for your work on this.

4.3.0
Add support for Python 3.11 (Thanks @evgeni)
Drop support for botocore <1.11.0 and requests <2.16.2 (thanks @hartwork)
Bugfix: decode_compressed_response raises exception on empty responses. Thanks @CharString
Don't save requests from decorated tests if decorated test fails (thanks @dan-passaro)
Fix not calling all the exit stack when record_on_exception is False (thanks @Terseus)
Various CI, documentation, testing, and formatting improvements (Thanks @jairhenrique, @dan-passaro, @hartwork, and Terseus)

4.2.1
Fix a bug where the first request in a redirect chain was not being recorded with aiohttp
Various typos and small fixes, thanks @jairhenrique, @timgates42

4.2.0
Various aiohtt bigfixes (thanks @pauloromeira and boechat107)
Bugfix: filter_post_data_parameters not working with aiohttp. Thank you @vprakashplanview, @scop, @jairhenrique, and @cinemascop89
Bugfix: Some random misspellings (thanks @scop)
Migrate the CI suite to Github Actions from Travis (thanks @jairhenrique and @cclauss)
Various documentation and code misspelling fixes (thanks @scop and @Justintime50)
Bugfix: httpx support (select between allow_redirects/follow_redirects) (thanks @immerrr)
Bugfix: httpx support (select between allow_redirects/follow_redirects) (thanks @immerrr)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=33daeff1adae098e112189b4c2ede7249154aad2

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

diffstat:
 py-vcrpy/Makefile | 2 +-
 py-vcrpy/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-vcrpy/Makefile b/py-vcrpy/Makefile
index d26eb6bc0f..506aae1390 100644
--- a/py-vcrpy/Makefile
+++ b/py-vcrpy/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	vcrpy-4.1.1
+DISTNAME=	vcrpy-4.3.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PYPI:=v/vcrpy/}
diff --git a/py-vcrpy/distinfo b/py-vcrpy/distinfo
index 71a9d6c7b4..b768bedc6d 100644
--- a/py-vcrpy/distinfo
+++ b/py-vcrpy/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (vcrpy-4.1.1.tar.gz) = fdc7fc36f4e62d9cbf57549f7c78c24d4e0bd0632371ab690b47635d0b38f43a
-SHA512 (vcrpy-4.1.1.tar.gz) = 221b1fbf4c6020550b97344561adcfaa796ba09bf23625a67678ee51f7c9118c58001af61282975a094aa828dc52510e113172be142c8801b441e437fc37a512
-Size (vcrpy-4.1.1.tar.gz) = 78193 bytes
+BLAKE2s (vcrpy-4.3.1.tar.gz) = d04259c479e8793fbd813ab173de170a9cd5191d44d2b2efc11563120ae3af1e
+SHA512 (vcrpy-4.3.1.tar.gz) = a5c2de2bf165ae750df3de1c90cbd4f1087c9ab6c0cb7e2dbc6ad53b86fa96e8da45ca7d5398223d6268121d5d3cb62d659c0125962088e4c1f08e1030a6fade
+Size (vcrpy-4.3.1.tar.gz) = 81973 bytes


Home | Main Index | Thread Index | Old Index