14
0
forked from pool/python-pyaml

- update to 25.5.0:

* Fix repr_unknown logic for not splitting long values affecting
    all plain strings
    Only intended to keep e.g. "<SomeClass ...> # python SomeType"
    values that have comments in them oneline, not all plain
    strings.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyaml?expand=0&rev=27
This commit is contained in:
2025-05-29 08:18:27 +00:00
committed by Git OBS Bridge
parent 18d67d78f7
commit 99bb13a293
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu May 29 08:16:08 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 25.5.0:
* Fix repr_unknown logic for not splitting long values affecting
all plain strings
Only intended to keep e.g. "<SomeClass ...> # python SomeType"
values that have comments in them oneline, not all plain
strings.
-------------------------------------------------------------------
Tue Apr 22 12:19:15 UTC 2025 - ecsos <ecsos@opensuse.org>