diff --git a/python-vcrpy.changes b/python-vcrpy.changes index cdb50e2..193b440 100644 --- a/python-vcrpy.changes +++ b/python-vcrpy.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 6 09:30:05 UTC 2024 - Markéta Machová + +- Update to 6.0.1 + * BREAKING: Fix issue with httpx support (thanks @parkerhancock) in #784. + * BREAKING: Drop support for `boto` (vcrpy still supports boto3, but is dropping the deprecated `boto` support in this release. (thanks @jairhenrique) + * Fix compatibility issue with Python 3.12 (thanks @hartwork) + * Drop simplejson (fixes some compatibility issues) (thanks @jairhenrique) + * Run CI on Python 3.12 and PyPy 3.9-3.10 (thanks @mgorny) + * Various linting and docs improvements (thanks @jairhenrique) + * Tornado fixes (thanks @graingert) + ------------------------------------------------------------------- Mon Sep 18 11:25:25 UTC 2023 - pgajdos@suse.com diff --git a/python-vcrpy.spec b/python-vcrpy.spec index 01bd6aa..0ffc517 100644 --- a/python-vcrpy.spec +++ b/python-vcrpy.spec @@ -1,7 +1,7 @@ # # spec file for package python-vcrpy # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-vcrpy -Version: 5.1.0 +Version: 6.0.1 Release: 0 Summary: Python module to mock and replay HTTP interactions License: MIT @@ -31,15 +31,17 @@ BuildRequires: %{python_module pytest-httpbin} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} # gh#kevin1024/vcrpy#688 -BuildRequires: %{python_module urllib3 < 2} +BuildRequires: %{python_module urllib3 < 2 if %python-base < 3.10} BuildRequires: %{python_module wheel} BuildRequires: %{python_module wrapt} BuildRequires: %{python_module yarl} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyYAML -Requires: python-urllib3 < 2 Requires: python-wrapt +%if 0%{python_version_nodots} < 310 +Requires: python-urllib3 < 2 +%endif BuildArch: noarch Requires: python-yarl %python_subpackages diff --git a/vcrpy-5.1.0.tar.gz b/vcrpy-5.1.0.tar.gz deleted file mode 100644 index 0437a0e..0000000 --- a/vcrpy-5.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbf1532f2618a04f11bce2a99af3a9647a32c880957293ff91e0a5f187b6b3d2 -size 84576 diff --git a/vcrpy-6.0.1.tar.gz b/vcrpy-6.0.1.tar.gz new file mode 100644 index 0000000..97feb73 --- /dev/null +++ b/vcrpy-6.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e023fee7f892baa0bbda2f7da7c8ac51165c1c6e38ff8688683a12a4bde9278 +size 84836