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,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 19 10:57:19 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Mon Feb 26 16:32:40 UTC 2024 - Dirk Müller <dmueller@suse.com>