SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python310-vcrpy-6.0.1-42.10.noarch.rpm :

* Tue Feb 06 2024 Markéta Machová - Update to 6.0.1
* BREAKING: Fix issue with httpx support (thanks AATTparkerhancock) in #784.
* BREAKING: Drop support for `boto` (vcrpy still supports boto3, but is dropping the deprecated `boto` support in this release. (thanks AATTjairhenrique)
* Fix compatibility issue with Python 3.12 (thanks AATThartwork)
* Drop simplejson (fixes some compatibility issues) (thanks AATTjairhenrique)
* Run CI on Python 3.12 and PyPy 3.9-3.10 (thanks AATTmgorny)
* Various linting and docs improvements (thanks AATTjairhenrique)
* Tornado fixes (thanks AATTgraingert)
* Mon Sep 18 2023 pgajdosAATTsuse.com- version update to 5.1.0
* Use ruff for linting (instead of current flake8/isort/pyflakes) - thanks AATTjairhenrique
* Enable rule B (flake8-bugbear) on ruff - thanks AATTjairhenrique
* Configure read the docs V2 - thanks AATTjairhenrique
* Fix typo in docs - thanks AATTquasimik
* Make json.loads of Python >=3.6 decode bytes by itself - thanks AATThartwork
* Fix body matcher for chunked requests (fixes #734) - thanks AATThartwork
* Fix query param filter for aiohttp (fixes #517) - thanks AATThartwork and AATTsalomvary
* Remove unnecessary dependency on six. - thanks AATTcharettes
* build(deps): update sphinx requirement from <7 to <8 - thanks AATTjairhenrique
* Add action to validate docs - thanks AATTjairhenrique
* Add editorconfig file - thanks AATTjairhenrique
* Drop iscoroutinefunction fallback function for unsupported python thanks AATTjairhenrique- for changelog for older releases refer to https://github.com/kevin1024/vcrpy/releases- six is not required
* Thu Jun 15 2023 Andreas Schneider - Use sle15_python_module_pythons
* Tue May 23 2023 Ben Greiner - Restrict urllib3 < 2 -- gh#kevin1024/vcrpy#688
* Tue Oct 11 2022 Yogalakshmi Arunachalam - Update to version 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 AATTjairhenrique, AATTtimgates42
* Thu Aug 26 2021 John Paul Adrian Glaubitz - Update to 4.1.1:
* Fix HTTPX support for versions greater than 0.15 (thanks AATTjairhenrique)
* Include a trailing newline on json cassettes (thanks AATTAaronRobson)
* Fri Aug 28 2020 Steve Kowalik - Update to 4.1.0:
* Add support for httpx!! (thanks AATTherdigiorgi)
* Add the new allow_playback_repeats option (thanks AATTtysonholub)
* Several aiohttp improvements (cookie support, multiple headers with same key) (Thanks AATTpauloromeira)
* Use enums for record modes (thanks AATTaaronbannin)
* Bugfix: Do not redirect on 304 in aiohttp (Thanks AATTroyjs)
* Bugfix: Fix test suite by switching to mockbin (thanks AATTjairhenrique)
* Mon Apr 20 2020 Tomáš Chvátal - Remove patch 0001-Revert-v4.0.x-Remove-legacy-python-and-add-python3.8.patch as we dropped py2 integration support on Tumbleweed
* Mon Feb 24 2020 Marketa Calabkova - Added patch 0001-Revert-v4.0.x-Remove-legacy-python-and-add-python3.8.patch
* Enable python2 again since it breaks many packages- Fix locale on Leap
* Fri Feb 07 2020 Marketa Calabkova - update to version 4.0.2
* Remove Python2 support
* Add Python 3.8 TravisCI support
* Correct mock imports
 
ICM