14
0
forked from pool/python-requre

- 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.
  * class shortcut decorators

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requre?expand=0&rev=9
This commit is contained in:
2024-02-26 12:43:08 +00:00
committed by Git OBS Bridge
parent 0784e7b8b2
commit 6446325a9b
4 changed files with 18 additions and 14 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>
@@ -12,7 +21,7 @@ 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
* class shortcut decorators
* python tuple support as base type
* Fix a performance issue when detecting cassettes following the old
naming format.