Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 48cf29e3c6 | |||
| 00cee37773 | |||
| d26d06b96b | |||
| a6af3219b5 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:979a7849e758ed1d6ba17056533c75ac901f30a420d8229342bf4c5043cb86fb
|
||||
size 24993
|
||||
3
pytest-recording-0.13.4.tar.gz
Normal file
3
pytest-recording-0.13.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c86e695e95acbe0ad2576410397950193a78de65be0c91c98f4ba7fa8e705a3e
|
||||
size 26339
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 21:25:22 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.13.4:
|
||||
* AttributeError on Windows. `#172`_
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 16:47:45 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.13.3:
|
||||
* Limit generated cassette names to prevent OSError. `#172`_
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 13:20:45 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-recording
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2024, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# 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.4
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user