From dde3a5c39e7e24250b876930f6d8f179967af68d7fa63da52173ce80850fa76d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 20 Nov 2024 15:17:25 +0000 Subject: [PATCH] - update to 24.9.0: * vspacing.oneline_split: fix splitting list items starting with "-key OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyaml?expand=0&rev=21 --- pyaml-24.7.0.tar.gz | 3 --- pyaml-24.9.0.tar.gz | 3 +++ python-pyaml.changes | 7 +++++++ python-pyaml.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 pyaml-24.7.0.tar.gz create mode 100644 pyaml-24.9.0.tar.gz diff --git a/pyaml-24.7.0.tar.gz b/pyaml-24.7.0.tar.gz deleted file mode 100644 index ffb7932..0000000 --- a/pyaml-24.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d0fdf9e681036fb263a783d0298fc3af580a6e2a6cf1a3314ffc48dc3d91ccb -size 27935 diff --git a/pyaml-24.9.0.tar.gz b/pyaml-24.9.0.tar.gz new file mode 100644 index 0000000..23792b3 --- /dev/null +++ b/pyaml-24.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78dee8b0d4fed56bb9fa11a8a7858e6fade1ec70a9a122cee6736efac3e69b5 +size 28111 diff --git a/python-pyaml.changes b/python-pyaml.changes index 3bd69b1..922f656 100644 --- a/python-pyaml.changes +++ b/python-pyaml.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 20 15:17:02 UTC 2024 - Dirk Müller + +- update to 24.9.0: + * vspacing.oneline_split: fix splitting list items starting with + "-key + ------------------------------------------------------------------- Sat Aug 31 12:24:46 UTC 2024 - Dirk Müller diff --git a/python-pyaml.spec b/python-pyaml.spec index 8e0f5ad..026c595 100644 --- a/python-pyaml.spec +++ b/python-pyaml.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyaml -Version: 24.7.0 +Version: 24.9.0 Release: 0 Summary: Python module to produce formatted YAML-serialized data License: WTFPL