14
0
forked from pool/python-pyaml

- update to 24.7.0:

* cli.vspacing: add optional "s" flag for oneline_split=True
  * vspacing: keep long all-oneliner blocks together by default,
    unless oneline_split is specified

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyaml?expand=0&rev=19
This commit is contained in:
2024-08-31 12:25:34 +00:00
committed by Git OBS Bridge
parent 3a9d3523ab
commit 840a33689e
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Aug 31 12:24:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 24.7.0:
* cli.vspacing: add optional "s" flag for oneline_split=True
* vspacing: keep long all-oneliner blocks together by default,
unless oneline_split is specified
-------------------------------------------------------------------
Sun Apr 21 08:43:20 UTC 2024 - Dirk Müller <dmueller@suse.com>