6f4b5fb00d
- Update to 8.1.1 * Fix sync requests in async contexts for HTTPX * CI: bump peter-evans/create-pull-request from 7 to 8 - Update to 8.1.0 * Enable brotli decompression if available (via brotli, brotlipy or brotlicffi) * Fix aiohttp allowing both data and json arguments when one is None * Fix usage of io-like interface with VCR.py * Migrate to declarative Python package config * Various linting fixes * CI: bump actions/checkout from 5 to 6 - Update top 8.0.0 * Drop support for Python 3.9 * Drop support for urllib3 < 2 - fixes CVE warnings from urllib3 1.x * New drop_unused_requests option to remove unused interactions from cassettes * Rewrite httpx support to patch httpcore instead of httpx * Fix HTTPS proxy handling - proxy address no longer ends up in cassette URIs * Fix iscoroutinefunction deprecation warning on Python 3.14 * Only log message if response is appended * Optimize urllib.parse calls * Fix CI for Ubuntu 24.04 * Various CI improvements: migrate to uv, update GitHub Actions * Various linting and test improvements - drop use-inspect-isocorountinefunction.patch, merged upstream
Markéta Machová2026-01-12 09:26:15 +00:00
25cee5a0c6
Accepting request 1316361 from devel:languages:python
Ana Guerrero2025-11-07 17:22:38 +00:00
6b36643742
- Add patch use-inspect-iscorountinefunction.patch: * Use inspect.iscorountinefunction rather than asyncio.
Steve Kowalik2025-11-07 01:52:41 +00:00
e7fc728490
- Update to 7.0.0 * Drop support for python 3.8 (major version bump) - thanks @jairhenrique * Various linting and test fixes - thanks @jairhenrique * Bugfix for urllib2>=2.3.0 - missing version_string (#888) * Bugfix for asyncio.run - thanks @alekeik1
Markéta Machová2025-01-06 12:44:06 +00:00
2c1f516f15
- Update to 6.0.2 * Ensure body is consumed only once (#846) - thanks @sathieu * Permit urllib3 2.x for non-PyPy Python >=3.10 * Fix typos in test commands - thanks @chuckwondo * Several test and workflow improvements - thanks @hartwork and @graingert
Dirk Mueller2024-10-29 17:04:48 +00:00
eb75391a5b
Accepting request 1144835 from devel:languages:python
Ana Guerrero2024-02-07 17:50:22 +00:00
a87a926746
Accepting request 1144515 from home:mcalabkova:branches:devel:languages:python
Dirk Mueller2024-02-07 08:50:48 +00:00
e9b47c09a5
- Update to 4.1.0: * Add support for httpx!! (thanks @herdigiorgi) * Add the new allow_playback_repeats option (thanks @tysonholub) * Several aiohttp improvements (cookie support, multiple headers with same key) (Thanks @pauloromeira) * Use enums for record modes (thanks @aaronbannin) * Bugfix: Do not redirect on 304 in aiohttp (Thanks @royjs) * Bugfix: Fix test suite by switching to mockbin (thanks @jairhenrique)
Steve Kowalik2020-08-28 07:55:14 +00:00
044a9f3b51
- Remove patch 0001-Revert-v4.0.x-Remove-legacy-python-and-add-python3.8.patch as we dropped py2 integration support on Tumbleweed
Tomáš Chvátal
2020-04-20 07:51:47 +00:00
043186f91d
Accepting request 744999 from home:mnhauke
Tomáš Chvátal
2019-11-04 08:23:15 +00:00
551f25012d
Accepting request 731252 from devel:languages:python
Yuchen Lin2019-09-17 11:38:56 +00:00
de2b6ee921
- Update to 2.1.0: * Add a rewind method to reset a cassette (thanks @khamidou) * New error message with more details on why the cassette failed to play a request (thanks @arthurHamon2, @neozenith) * Handle connect tunnel URI (thanks @jeking3) * Drop support to python 3.4 * Add deprecation warning on python 2.7, next major release will drop python 2.7 support - Drop merged patch python-vcrpy-fix-tunnel-uri-generation.patch
Tomáš Chvátal
2019-09-16 10:53:19 +00:00