Hello community,

here is the log from the commit of package python-vcrpy for openSUSE:Factory 
checked in at 2019-09-17 13:38:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vcrpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-vcrpy.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vcrpy"

Tue Sep 17 13:38:56 2019 rev:5 rq:731252 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vcrpy/python-vcrpy.changes        
2019-04-18 09:56:53.409358867 +0200
+++ /work/SRC/openSUSE:Factory/.python-vcrpy.new.7948/python-vcrpy.changes      
2019-09-17 13:38:58.401827895 +0200
@@ -1,0 +2,11 @@
+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.0.tar.gz

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

Other differences:
------------------
++++++ python-vcrpy.spec ++++++
--- /var/tmp/diff_new_pack.f8obPs/_old  2019-09-17 13:38:59.801827672 +0200
+++ /var/tmp/diff_new_pack.f8obPs/_new  2019-09-17 13:38:59.805827671 +0200
@@ -19,14 +19,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-vcrpy
-Version:        2.0.1
+Version:        2.1.0
 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.0.tar.gz ++++++
++++ 2174 lines of diff (skipped)


Reply via email to