Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-vcrpy for openSUSE:Factory 
checked in at 2026-01-13 21:36:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vcrpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-vcrpy.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vcrpy"

Tue Jan 13 21:36:14 2026 rev:20 rq:1327039 version:8.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vcrpy/python-vcrpy.changes        
2025-11-07 18:24:48.517371583 +0100
+++ /work/SRC/openSUSE:Factory/.python-vcrpy.new.1928/python-vcrpy.changes      
2026-01-13 21:37:30.075298094 +0100
@@ -1,0 +2,29 @@
+Fri Jan  9 10:22:55 UTC 2026 - Nico Krapp <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  use-inspect-iscorountinefunction.patch
  vcrpy-7.0.0.tar.gz

New:
----
  vcrpy-8.1.1.tar.gz

----------(Old B)----------
  Old:  * Various linting and test improvements
- drop use-inspect-iscorountinefunction.patch, merged upstream
----------(Old E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-vcrpy.spec ++++++
--- /var/tmp/diff_new_pack.hwCEP2/_old  2026-01-13 21:37:30.931333691 +0100
+++ /var/tmp/diff_new_pack.hwCEP2/_new  2026-01-13 21:37:30.935333858 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-vcrpy
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 # Copyright (c) 2015 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,33 +19,25 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-vcrpy
-Version:        7.0.0
+Version:        8.1.1
 Release:        0
 Summary:        Python module to mock and replay HTTP interactions
 License:        MIT
 URL:            https://github.com/kevin1024/vcrpy
 Source:         
https://files.pythonhosted.org/packages/source/v/vcrpy/vcrpy-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gh#kevin1024/vcrpy#910
-Patch0:         use-inspect-iscorountinefunction.patch
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest-httpbin}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-# gh#kevin1024/vcrpy#688
-BuildRequires:  %{python_module urllib3 < 2 if %python-base < 3.10}
+BuildRequires:  %{python_module urllib3}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  %{python_module wrapt}
-BuildRequires:  %{python_module yarl}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-PyYAML
 Requires:       python-wrapt
-%if 0%{python_version_nodots} < 310
-Requires:       python-urllib3 < 2
-%endif
 BuildArch:      noarch
-Requires:       python-yarl
 %python_subpackages
 
 %description

++++++ vcrpy-7.0.0.tar.gz -> vcrpy-8.1.1.tar.gz ++++++
++++ 2601 lines of diff (skipped)

Reply via email to