From 0b11601cdf40d8c83a27cd0bc28505b4d276d8223185af19a41f93b1b1108886 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 29 Oct 2024 17:04:48 +0000 Subject: [PATCH] Accepting request 1219021 from home:glaubitz:branches:devel:languages:python - Update to 6.0.2 * Ensure body is consumed only once (#846) - thanks @sathieu * Permit urllib3 2.x for non-PyPy Python >=3.10 * Fix typos in test commands - thanks @chuckwondo * Several test and workflow improvements - thanks @hartwork and @graingert OBS-URL: https://build.opensuse.org/request/show/1219021 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=42 --- python-vcrpy.changes | 9 +++++++++ python-vcrpy.spec | 2 +- vcrpy-6.0.1.tar.gz | 3 --- vcrpy-6.0.2.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 vcrpy-6.0.1.tar.gz create mode 100644 vcrpy-6.0.2.tar.gz diff --git a/python-vcrpy.changes b/python-vcrpy.changes index 193b440..3a93df3 100644 --- a/python-vcrpy.changes +++ b/python-vcrpy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 29 12:01:26 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 6.0.2 + * Ensure body is consumed only once (#846) - thanks @sathieu + * Permit urllib3 2.x for non-PyPy Python >=3.10 + * Fix typos in test commands - thanks @chuckwondo + * Several test and workflow improvements - thanks @hartwork and @graingert + ------------------------------------------------------------------- Tue Feb 6 09:30:05 UTC 2024 - Markéta Machová diff --git a/python-vcrpy.spec b/python-vcrpy.spec index 0ffc517..45a5049 100644 --- a/python-vcrpy.spec +++ b/python-vcrpy.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-vcrpy -Version: 6.0.1 +Version: 6.0.2 Release: 0 Summary: Python module to mock and replay HTTP interactions License: MIT diff --git a/vcrpy-6.0.1.tar.gz b/vcrpy-6.0.1.tar.gz deleted file mode 100644 index 97feb73..0000000 --- a/vcrpy-6.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e023fee7f892baa0bbda2f7da7c8ac51165c1c6e38ff8688683a12a4bde9278 -size 84836 diff --git a/vcrpy-6.0.2.tar.gz b/vcrpy-6.0.2.tar.gz new file mode 100644 index 0000000..755b255 --- /dev/null +++ b/vcrpy-6.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e13d9111846745898411dbc74a75ce85870af96dd320d75f1ee33158addc09 +size 85472