From a6af3219b5f4b184d21ba5ddd45dc661f2617a254021ed84b5798ad1629b7cad Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Apr 2025 16:47:49 +0000 Subject: [PATCH] - update to 0.13.3: * Limit generated cassette names to prevent OSError. `#172`_ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-recording?expand=0&rev=3 --- pytest-recording-0.13.2.tar.gz | 3 --- pytest-recording-0.13.3.tar.gz | 3 +++ python-pytest-recording.changes | 6 ++++++ python-pytest-recording.spec | 9 +++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 pytest-recording-0.13.2.tar.gz create mode 100644 pytest-recording-0.13.3.tar.gz diff --git a/pytest-recording-0.13.2.tar.gz b/pytest-recording-0.13.2.tar.gz deleted file mode 100644 index 7e9e9d9..0000000 --- a/pytest-recording-0.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:979a7849e758ed1d6ba17056533c75ac901f30a420d8229342bf4c5043cb86fb -size 24993 diff --git a/pytest-recording-0.13.3.tar.gz b/pytest-recording-0.13.3.tar.gz new file mode 100644 index 0000000..d2af847 --- /dev/null +++ b/pytest-recording-0.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15eac5aa24bf04d166fba85809029eee74d62113952ba3f132aa2eb760cb157 +size 25920 diff --git a/python-pytest-recording.changes b/python-pytest-recording.changes index 2bed6a3..58d02f9 100644 --- a/python-pytest-recording.changes +++ b/python-pytest-recording.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 28 16:47:45 UTC 2025 - Dirk Müller + +- update to 0.13.3: + * Limit generated cassette names to prevent OSError. `#172`_ + ------------------------------------------------------------------- Tue Nov 12 13:20:45 UTC 2024 - Martin Hauke diff --git a/python-pytest-recording.spec b/python-pytest-recording.spec index 7a45af5..46c3da1 100644 --- a/python-pytest-recording.spec +++ b/python-pytest-recording.spec @@ -1,6 +1,7 @@ # # spec file for package python-pytest-recording # +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2024, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -17,21 +18,21 @@ Name: python-pytest-recording -Version: 0.13.2 +Version: 0.13.3 Release: 0 Summary: A pytest plugin that allows you recording of network interactions via VCRpy License: MIT URL: https://github.com/kiwicom/pytest-recording Source: https://github.com/kiwicom/pytest-recording/archive/refs/tags/v%{version}.tar.gz#/pytest-recording-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest >= 3.5.0} -BuildRequires: %{python_module vcrpy >= 2.0.1} -BuildRequires: %{python_module requests} BuildRequires: %{python_module pytest-httpbin} BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module requests} +BuildRequires: %{python_module vcrpy >= 2.0.1} # /SECTION BuildRequires: fdupes Requires: python-pytest >= 3.5.0