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 2023-09-20 13:27:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vcrpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-vcrpy.new.16627 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vcrpy"

Wed Sep 20 13:27:03 2023 rev:15 rq:1112019 version:5.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vcrpy/python-vcrpy.changes        
2023-06-16 16:56:07.222159150 +0200
+++ /work/SRC/openSUSE:Factory/.python-vcrpy.new.16627/python-vcrpy.changes     
2023-09-20 13:28:55.602080291 +0200
@@ -1,0 +2,19 @@
+Mon Sep 18 11:25:25 UTC 2023 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  vcrpy-4.2.1.tar.gz

New:
----
  vcrpy-5.1.0.tar.gz

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

Other differences:
------------------
++++++ python-vcrpy.spec ++++++
--- /var/tmp/diff_new_pack.PxT72G/_old  2023-09-20 13:28:57.034131596 +0200
+++ /var/tmp/diff_new_pack.PxT72G/_new  2023-09-20 13:28:57.034131596 +0200
@@ -19,7 +19,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-vcrpy
-Version:        4.2.1
+Version:        5.1.0
 Release:        0
 Summary:        Python module to mock and replay HTTP interactions
 License:        MIT
@@ -30,7 +30,6 @@
 BuildRequires:  %{python_module pytest-httpbin}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six >= 1.5}
 # gh#kevin1024/vcrpy#688
 BuildRequires:  %{python_module urllib3 < 2}
 BuildRequires:  %{python_module wheel}
@@ -39,7 +38,6 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-PyYAML
-Requires:       python-six >= 1.5
 Requires:       python-urllib3 < 2
 Requires:       python-wrapt
 BuildArch:      noarch
@@ -67,10 +65,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/vcr
 
 %check
-# Skip TestVCRConnection.testing_connect. Attempts
-# a real connection.
+# Skip online tests
 export LANG=en_US.UTF-8
-%pytest -k "not testing_connect"
+%pytest -k "not (testing_connect or test_get_vcr_with_matcher or 
test_testcase_playback)"
 
 %files %{python_files}
 %license LICENSE.txt

++++++ vcrpy-4.2.1.tar.gz -> vcrpy-5.1.0.tar.gz ++++++
++++ 4850 lines of diff (skipped)

Reply via email to