forked from pool/python-vcrpy
- Update to 4.1.0:
* Add support for httpx!! (thanks @herdigiorgi) * Add the new allow_playback_repeats option (thanks @tysonholub) * Several aiohttp improvements (cookie support, multiple headers with same key) (Thanks @pauloromeira) * Use enums for record modes (thanks @aaronbannin) * Bugfix: Do not redirect on 304 in aiohttp (Thanks @royjs) * Bugfix: Fix test suite by switching to mockbin (thanks @jairhenrique) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=29
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 07:54:23 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 4.1.0:
|
||||
* Add support for httpx!! (thanks @herdigiorgi)
|
||||
* Add the new allow_playback_repeats option (thanks @tysonholub)
|
||||
* Several aiohttp improvements (cookie support, multiple headers with same
|
||||
key) (Thanks @pauloromeira)
|
||||
* Use enums for record modes (thanks @aaronbannin)
|
||||
* Bugfix: Do not redirect on 304 in aiohttp (Thanks @royjs)
|
||||
* Bugfix: Fix test suite by switching to mockbin (thanks @jairhenrique)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 07:29:44 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@@ -20,11 +20,10 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-vcrpy
|
||||
Version: 4.0.2
|
||||
Version: 4.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
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9740c5b1b63626ec55cefb415259a2c77ce00751e97b0f7f214037baaf13c7bf
|
||||
size 72385
|
3
vcrpy-4.1.0.tar.gz
Normal file
3
vcrpy-4.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4138e79eb35981ad391406cbb7227bce7eba8bad788dcf1a89c2e4a8b740debe
|
||||
size 78104
|
Reference in New Issue
Block a user