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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33a93ac49218f57e020b81e280d2706cea554ac5a76445ac79add760d019c709
size 29469

3
pyaml-25.5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5799560c7b1c9daf35a7a4535f53e2c30323f74cbd7cb4f2e715b16dd681a58a
size 29812

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> Tue Apr 22 12:19:15 UTC 2025 - ecsos <ecsos@opensuse.org>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pyaml Name: python-pyaml
Version: 25.1.0 Version: 25.5.0
Release: 0 Release: 0
Summary: Python module to produce formatted YAML-serialized data Summary: Python module to produce formatted YAML-serialized data
License: WTFPL License: WTFPL