14
0

- update to 1.33.0:

* Add support for Python 3.12, drop support for Python 3.7
  * Rule ``document-end``: fix spurious "missing document end"
  * Rule ``empty-values``: add ``forbid-in-block-sequences``
    option

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yamllint?expand=0&rev=38
This commit is contained in:
2023-12-15 22:11:22 +00:00
committed by Git OBS Bridge
parent 4e2ea240a9
commit 1d1a55f831
4 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Dec 15 22:11:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.33.0:
* Add support for Python 3.12, drop support for Python 3.7
* Rule ``document-end``: fix spurious "missing document end"
* Rule ``empty-values``: add ``forbid-in-block-sequences``
option
-------------------------------------------------------------------
Thu Jun 1 05:40:16 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>