14
0
forked from pool/python-vcrpy

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal
2019-09-16 10:53:19 +00:00
committed by Git OBS Bridge
parent 163b59d63e
commit de2b6ee921
5 changed files with 18 additions and 83 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Sep 16 10:48:31 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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
-------------------------------------------------------------------
Wed Apr 17 14:09:32 CEST 2019 - Matej Cepl <mcepl@suse.com>