3 Commits

Author SHA256 Message Date
cf16486120 Accepting request 1327039 from 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-iscorountinefunction.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1327039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=20
2026-01-13 20:36:14 +00:00
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

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
6b36643742 - 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