Skip to content

Commit

Permalink
py-vcrpy: update to 4.3.1
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Matthew Danielson committed Jun 3, 2023
1 parent 849f772 commit 33daeff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion py-vcrpy/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
6 changes: 3 additions & 3 deletions py-vcrpy/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 33daeff

Please sign in to comment.