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