Hello community,

here is the log from the commit of package python-vcrpy for openSUSE:Leap:15.2 
checked in at 2020-02-25 12:18:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-vcrpy (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-vcrpy.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vcrpy"

Tue Feb 25 12:18:25 2020 rev:13 rq:778885 version:2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-vcrpy/python-vcrpy.changes      
2020-01-15 15:54:03.127618840 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-vcrpy.new.26092/python-vcrpy.changes   
2020-02-25 12:18:26.276588491 +0100
@@ -1,0 +2,21 @@
+Sun Nov  3 14:00:28 UTC 2019 - Martin Hauke <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
+Mon Sep 16 10:48:31 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  python-vcrpy-fix-tunnel-uri-generation.patch
  vcrpy-2.0.1.tar.gz

New:
----
  vcrpy-2.1.1.tar.gz

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

Other differences:
------------------
++++++ python-vcrpy.spec ++++++
--- /var/tmp/diff_new_pack.rSRbIY/_old  2020-02-25 12:18:26.596589154 +0100
+++ /var/tmp/diff_new_pack.rSRbIY/_new  2020-02-25 12:18:26.600589162 +0100
@@ -19,14 +19,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-vcrpy
-Version:        2.0.1
+Version:        2.1.1
 Release:        0
 Summary:        Python module to mock and replay HTTP interactions
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/kevin1024/vcrpy
 Source:         
https://files.pythonhosted.org/packages/source/v/vcrpy/vcrpy-%{version}.tar.gz
-Patch0:         python-vcrpy-fix-tunnel-uri-generation.patch
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module pytest-httpbin}
 BuildRequires:  %{python_module pytest}
@@ -59,7 +58,8 @@
 
 %prep
 %setup -q -n vcrpy-%{version}
-%patch0 -p1
+# online integration tests
+rm -r tests/integration
 
 %build
 %python_build
@@ -71,8 +71,7 @@
 %check
 # Skip TestVCRConnection.testing_connect. Attempts
 # a real connection.
-# This just doesn't work gh#kevin1024/vcrpy#427
-# %%python_exec -m pytest -k "not testing_connect" tests
+%pytest -k "not testing_connect"
 
 %files %{python_files}
 %license LICENSE.txt

++++++ vcrpy-2.0.1.tar.gz -> vcrpy-2.1.1.tar.gz ++++++
++++ 8729 lines of diff (skipped)


Reply via email to