- Update to 0.5.0:

* Migrate to jsonschema 4.18
  * Drop support for Python 3.7 due to lack of support under jsonschema>=4.18
  * Drop support for jsonschema<4.18 due to breaking changes in that
    libraries interfaces
- Migrate to pyproject macros
- Stop using greedy globs in %files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jsonschema-objects?expand=0&rev=13
This commit is contained in:
2023-09-20 02:49:18 +00:00
committed by Git OBS Bridge
parent 5fec6e7e32
commit 8e4f46a3b5
4 changed files with 24 additions and 10 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Sep 20 02:46:59 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.5.0:
* Migrate to jsonschema 4.18
* Drop support for Python 3.7 due to lack of support under jsonschema>=4.18
* Drop support for jsonschema<4.18 due to breaking changes in that
libraries interfaces
- Migrate to pyproject macros
- Stop using greedy globs in %files
-------------------------------------------------------------------
Tue Jul 11 13:18:57 UTC 2023 - Markéta Machová <mmachova@suse.com>