From 99bb13a2934978380327a358a5a3614b678df34c58d6f46d5a767010fd971229 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 29 May 2025 08:18:27 +0000 Subject: [PATCH] - update to 25.5.0: * Fix repr_unknown logic for not splitting long values affecting all plain strings Only intended to keep e.g. " # 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 --- pyaml-25.1.0.tar.gz | 3 --- pyaml-25.5.0.tar.gz | 3 +++ python-pyaml.changes | 10 ++++++++++ python-pyaml.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 pyaml-25.1.0.tar.gz create mode 100644 pyaml-25.5.0.tar.gz diff --git a/pyaml-25.1.0.tar.gz b/pyaml-25.1.0.tar.gz deleted file mode 100644 index 91c85ff..0000000 --- a/pyaml-25.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33a93ac49218f57e020b81e280d2706cea554ac5a76445ac79add760d019c709 -size 29469 diff --git a/pyaml-25.5.0.tar.gz b/pyaml-25.5.0.tar.gz new file mode 100644 index 0000000..8ba7f09 --- /dev/null +++ b/pyaml-25.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5799560c7b1c9daf35a7a4535f53e2c30323f74cbd7cb4f2e715b16dd681a58a +size 29812 diff --git a/python-pyaml.changes b/python-pyaml.changes index 1d342f0..a87ba39 100644 --- a/python-pyaml.changes +++ b/python-pyaml.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu May 29 08:16:08 UTC 2025 - Dirk Müller + +- update to 25.5.0: + * Fix repr_unknown logic for not splitting long values affecting + all plain strings + Only intended to keep e.g. " # python SomeType" + values that have comments in them oneline, not all plain + strings. + ------------------------------------------------------------------- Tue Apr 22 12:19:15 UTC 2025 - ecsos diff --git a/python-pyaml.spec b/python-pyaml.spec index 84353b4..d967d89 100644 --- a/python-pyaml.spec +++ b/python-pyaml.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyaml -Version: 25.1.0 +Version: 25.5.0 Release: 0 Summary: Python module to produce formatted YAML-serialized data License: WTFPL