diff --git a/python-vcrpy.changes b/python-vcrpy.changes index b23c152..c6fb2a2 100644 --- a/python-vcrpy.changes +++ b/python-vcrpy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 26 12:15:11 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 4.1.1: + * Fix HTTPX support for versions greater than 0.15 (thanks @jairhenrique) + * Include a trailing newline on json cassettes (thanks @AaronRobson) + ------------------------------------------------------------------- Fri Aug 28 07:54:23 UTC 2020 - Steve Kowalik diff --git a/python-vcrpy.spec b/python-vcrpy.spec index 4897ba8..0393ba4 100644 --- a/python-vcrpy.spec +++ b/python-vcrpy.spec @@ -1,7 +1,7 @@ # # spec file for package python-vcrpy # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-vcrpy -Version: 4.1.0 +Version: 4.1.1 Release: 0 Summary: Python module to mock and replay HTTP interactions License: MIT diff --git a/vcrpy-4.1.0.tar.gz b/vcrpy-4.1.0.tar.gz deleted file mode 100644 index 021043c..0000000 --- a/vcrpy-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4138e79eb35981ad391406cbb7227bce7eba8bad788dcf1a89c2e4a8b740debe -size 78104 diff --git a/vcrpy-4.1.1.tar.gz b/vcrpy-4.1.1.tar.gz new file mode 100644 index 0000000..02977ff --- /dev/null +++ b/vcrpy-4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57095bf22fc0a2d99ee9674cdafebed0f3ba763018582450706f7d3a74fff599 +size 78193