1
0

- update to 0.15:

* Update ``setuptools`` schema definitions, #112
  * Add ``__repr__`` to plugin wrapper
  * Fix standard ``$schema`` ending ``#``
  * Ensure reporting show more detailed error messages for
    ``RedefiningStaticFieldAsDynamic``
  * Add support for ``repo-review``

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validate-pyproject?expand=0&rev=9
This commit is contained in:
2023-12-15 19:56:12 +00:00
committed by Git OBS Bridge
parent 28de1f4945
commit 14535f0f5f
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Dec 15 19:55:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.15:
* Update ``setuptools`` schema definitions, #112
* Add ``__repr__`` to plugin wrapper
* Fix standard ``$schema`` ending ``#``
* Ensure reporting show more detailed error messages for
``RedefiningStaticFieldAsDynamic``
* Add support for ``repo-review``
-------------------------------------------------------------------
Tue May 30 10:17:06 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>