Commit Graph

29 Commits

Author SHA256 Message Date
24f14753bd - Add missing BuildRequires on pytest-asyncio.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=51
2026-01-23 01:19:03 +00:00
97f5e41d8c fix the name of the patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=49
2026-01-13 14:45:17 +00:00
ade34d10b0 Accepting request 1326326 from home:nkrapp:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1326326
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=48
2026-01-12 09:26:15 +00:00
8d86d0f716 - Add patch use-inspect-iscorountinefunction.patch:
* Use inspect.iscorountinefunction rather than asyncio.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=46
2025-11-07 01:52:41 +00:00
072484f9bf Accepting request 1235147 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1235147
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=44
2025-01-06 12:44:06 +00:00
d2f45d181b Accepting request 1219021 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1219021
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=42
2024-10-29 17:04:48 +00:00
f84dc7f8c9 Accepting request 1144515 from home:mcalabkova:branches:devel:languages:python
- Update to 6.0.1
  * BREAKING: Fix issue with httpx support (thanks @parkerhancock) in #784.
  * BREAKING: Drop support for `boto` (vcrpy still supports boto3, but is dropping the deprecated `boto` support in this release. (thanks @jairhenrique)
  * Fix compatibility issue with Python 3.12 (thanks @hartwork)
  * Drop simplejson (fixes some compatibility issues) (thanks @jairhenrique)
  * Run CI on Python 3.12 and PyPy 3.9-3.10 (thanks @mgorny)
  * Various linting and docs improvements (thanks @jairhenrique)
  * Tornado fixes (thanks @graingert)

OBS-URL: https://build.opensuse.org/request/show/1144515
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=40
2024-02-07 08:50:48 +00:00
d223dc53b9 Accepting request 1111951 from home:pgajdos:python
- version update to 5.1.0
  * Use ruff for linting (instead of current flake8/isort/pyflakes) - thanks @jairhenrique
  * Enable rule B (flake8-bugbear) on ruff - thanks @jairhenrique
  * Configure read the docs V2 - thanks @jairhenrique
  * Fix typo in docs - thanks @quasimik
  * Make json.loads of Python >=3.6 decode bytes by itself - thanks @hartwork
  * Fix body matcher for chunked requests (fixes #734) - thanks @hartwork
  * Fix query param filter for aiohttp (fixes #517) - thanks @hartwork and @salomvary
  * Remove unnecessary dependency on six. - thanks @charettes
  * build(deps): update sphinx requirement from <7 to <8 - thanks @jairhenrique
  * Add action to validate docs - thanks @jairhenrique
  * Add editorconfig file - thanks @jairhenrique
  * Drop iscoroutinefunction fallback function for unsupported python thanks @jairhenrique
- for changelog for older releases refer to https://github.com/kevin1024/vcrpy/releases
- six is not required

OBS-URL: https://build.opensuse.org/request/show/1111951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=38
2023-09-18 15:12:51 +00:00
d701ef5c3d Accepting request 1093289 from devel:languages:python:mailman:backports
- Use sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1093289
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=36
2023-06-15 20:02:53 +00:00
7c566a2792 Accepting request 1088692 from home:bnavigator:branches:devel:languages:python
- Restrict urllib3 < 2 -- gh#kevin1024/vcrpy#688

OBS-URL: https://build.opensuse.org/request/show/1088692
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=34
2023-05-23 14:44:33 +00:00
8b81d353e2 Accepting request 1009857 from home:yarunachalam:branches:devel:languages:python
- 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 @jairhenrique, @timgates42

OBS-URL: https://build.opensuse.org/request/show/1009857
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=32
2022-10-11 18:09:14 +00:00
35bcab8989 Accepting request 914399 from home:glaubitz:branches:devel:languages:python
- Update to 4.1.1:
  * Fix HTTPX support for versions greater than 0.15 (thanks @jairhenrique)
  * Include a trailing newline on json cassettes (thanks @AaronRobson)

OBS-URL: https://build.opensuse.org/request/show/914399
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=31
2021-08-26 21:44:30 +00:00
5bb3c7a709 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=29
2020-08-28 07:55:14 +00:00
Tomáš Chvátal
d7a1d81030 - Remove patch 0001-Revert-v4.0.x-Remove-legacy-python-and-add-python3.8.patch
as we dropped py2 integration support on Tumbleweed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=26
2020-04-20 07:51:47 +00:00
Tomáš Chvátal
79662f3ae3 Accepting request 778778 from home:mcalabkova:branches:devel:languages:python
* Enable python2 again since it breaks many packages
- Fix locale on Leap

OBS-URL: https://build.opensuse.org/request/show/778778
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=24
2020-02-24 14:45:05 +00:00
Tomáš Chvátal
9c9e532907 Accepting request 778703 from home:mcalabkova:branches:devel:languages:python
- Added patch 0001-Revert-v4.0.x-Remove-legacy-python-and-add-python3.8.patch
  * Enable python2 again since it breaks many packages.

OBS-URL: https://build.opensuse.org/request/show/778703
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=22
2020-02-24 09:27:05 +00:00
c5af5831c5 Accepting request 772119 from home:mcalabkova:branches:devel:languages:python
- update to version 4.0.2
  * Remove Python2 support
  * Add Python 3.8 TravisCI support
  * Correct mock imports

OBS-URL: https://build.opensuse.org/request/show/772119
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=20
2020-02-08 11:01:08 +00:00
Tomáš Chvátal
2fd766e9cc Accepting request 744999 from home:mnhauke
- Update to version 2.1.1
  * Format code with black
  * Improve documentation about custom matchers
  * Fix exception when body is empty
  * Fix yarl and python3.5 version issue
  * Fix header matcher for boto3

OBS-URL: https://build.opensuse.org/request/show/744999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=18
2019-11-04 08:23:15 +00:00
Tomáš Chvátal
c4e99cab76 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=16
2019-09-16 10:53:19 +00:00
942c3e8c2b Accepting request 695150 from home:mcepl:branches:devel:languages:python
- Test suite just doesn't work. gh#kevin1024/vcrpy#427

OBS-URL: https://build.opensuse.org/request/show/695150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=14
2019-04-17 12:23:43 +00:00
c6c011dfeb Accepting request 661969 from home:mnhauke
- Add patch:
  * python-vcrpy-fix-tunnel-uri-generation.patch
    Needed for python-pyvmomi

OBS-URL: https://build.opensuse.org/request/show/661969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=12
2018-12-30 08:43:29 +00:00
Tomáš Chvátal
723eb9df15 Accepting request 644377 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary and adjust descriptions.

OBS-URL: https://build.opensuse.org/request/show/644377
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=10
2018-10-24 18:01:16 +00:00
Tomáš Chvátal
c4dbb204f1 - Version update to 2.0.1:
* Support python 3.7 (fix httplib2 and urllib2, thanks @felixonmars)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=9
2018-10-24 13:32:46 +00:00
2109804ab7 Accepting request 510418 from home:seanmarlow:branches:devel:languages:python
Convert to single spec.

OBS-URL: https://build.opensuse.org/request/show/510418
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=6
2017-07-17 05:03:38 +00:00
96568b26e9 Accepting request 508400 from home:seanmarlow:branches:devel:languages:python
Update version to 1.11.1

OBS-URL: https://build.opensuse.org/request/show/508400
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=5
2017-07-06 11:31:44 +00:00
8b18980d36 Accepting request 428455 from home:mnhauke
- Fix Source-URL
- Update to version 1.10.2

OBS-URL: https://build.opensuse.org/request/show/428455
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=4
2016-09-21 11:08:59 +00:00
b19a605ddc Accepting request 356126 from home:bear454:branches:devel:languages:python
Update to v1.7.4

OBS-URL: https://build.opensuse.org/request/show/356126
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=3
2016-01-27 13:57:19 +00:00
Denisart Benjamin
c2c6074239 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=2 2015-02-09 15:57:39 +00:00
Denisart Benjamin
dfbe3675d0 Accepting request 284884 from home:frispete:python
cleaned up spec

OBS-URL: https://build.opensuse.org/request/show/284884
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=1
2015-02-09 15:55:41 +00:00