14
0
forked from pool/python-requre

Accepting request 1254380 from home:glaubitz:branches:devel:languages:python

- Update to 0.9.0
  * Supports recording of the requests done by `httpx` via
    `record_httpx()` and `recording_httpx()` decorators. (#297)
- from version 0.8.6
  * Trigger a new release to fix the PyPI upload action.
- from version 0.8.5
  * Trigger a new release to confirm the correct SPDX licence.
- Update BuildRequires and Requires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1254380
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requre?expand=0&rev=12
This commit is contained in:
2025-03-19 12:29:39 +00:00
committed by Git OBS Bridge
parent ecd5ddcaac
commit 85a84eb1e9
4 changed files with 19 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-requre
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-requre
Version: 0.8.4
Version: 0.9.0
Release: 0
Summary: Python libray for storing and using objects for testing
License: MIT
@@ -32,6 +32,7 @@ BuildRequires: python-rpm-macros
Requires: python-GitPython
Requires: python-PyYAML
Requires: python-click
Requires: python-httpx
Requires: python-requests
Suggests: python-pytest
Requires(post): update-alternatives
@@ -41,6 +42,7 @@ BuildArch: noarch
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module GitPython}
BuildRequires: %{python_module click}
BuildRequires: %{python_module httpx}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
# /SECTION