forked from pool/python-requre
- 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
62 lines
2.4 KiB
Plaintext
62 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- restrict to new python stack in sle15
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 26 12:27:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.8.4:
|
|
* Provide `__version__` of the package so it can be easily
|
|
checked when installed on the system.
|
|
* Fix an issue of clashing with the _coverage_.
|
|
* Packaging has been modernized.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 17 07:00:01 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Remove BuildRequires on setuptools_scm_git_archive.
|
|
- Switch to pyproject macros.
|
|
- Add missing Requires on update-alternatives.
|
|
- Stop using greedy globs in %files.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 20 06:04:36 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 0.8.2:
|
|
* default decorator if not given
|
|
* guess output decorator class
|
|
* class shortcut decorators
|
|
* python tuple support as base type
|
|
* Fix a performance issue when detecting cassettes following the old
|
|
naming format.
|
|
* New decorators for handling temporary files (MkTemp) and directories
|
|
(MkDTemp) in a more transparent way. The old implementation based on
|
|
static paths and counter has been deprecated.
|
|
* Fix the problem with kwarg decorators that causes the function body
|
|
not to be executed.
|
|
- Change skipped tests expression due to reorganization.
|
|
- Add GitPython to {Build,}Requires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 18 00:26:30 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v0.4.0
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 9 09:32:59 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.2.4
|