diff --git a/python-vcrpy.changes b/python-vcrpy.changes index eef8c6d..b23c152 100644 --- a/python-vcrpy.changes +++ b/python-vcrpy.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Aug 28 07:54:23 UTC 2020 - Steve Kowalik + +- 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 diff --git a/python-vcrpy.spec b/python-vcrpy.spec index aa775d5..4897ba8 100644 --- a/python-vcrpy.spec +++ b/python-vcrpy.spec @@ -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} diff --git a/vcrpy-4.0.2.tar.gz b/vcrpy-4.0.2.tar.gz deleted file mode 100644 index 44dcfd5..0000000 --- a/vcrpy-4.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9740c5b1b63626ec55cefb415259a2c77ce00751e97b0f7f214037baaf13c7bf -size 72385 diff --git a/vcrpy-4.1.0.tar.gz b/vcrpy-4.1.0.tar.gz new file mode 100644 index 0000000..021043c --- /dev/null +++ b/vcrpy-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4138e79eb35981ad391406cbb7227bce7eba8bad788dcf1a89c2e4a8b740debe +size 78104