From 9300d107007d046f64aea65fe2aba2c29691d58c3730025cf71ba5200f680e71 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Feb 2025 18:55:42 +0000 Subject: [PATCH] - update to 25.1.0: * https://github.com/mk-fg/pretty-yaml/compare/24.9.0...25.1.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyaml?expand=0&rev=23 --- pyaml-24.9.0.tar.gz | 3 --- pyaml-25.1.0.tar.gz | 3 +++ python-pyaml.changes | 6 ++++++ python-pyaml.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pyaml-24.9.0.tar.gz create mode 100644 pyaml-25.1.0.tar.gz diff --git a/pyaml-24.9.0.tar.gz b/pyaml-24.9.0.tar.gz deleted file mode 100644 index 23792b3..0000000 --- a/pyaml-24.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e78dee8b0d4fed56bb9fa11a8a7858e6fade1ec70a9a122cee6736efac3e69b5 -size 28111 diff --git a/pyaml-25.1.0.tar.gz b/pyaml-25.1.0.tar.gz new file mode 100644 index 0000000..91c85ff --- /dev/null +++ b/pyaml-25.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a93ac49218f57e020b81e280d2706cea554ac5a76445ac79add760d019c709 +size 29469 diff --git a/python-pyaml.changes b/python-pyaml.changes index 922f656..7318344 100644 --- a/python-pyaml.changes +++ b/python-pyaml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 4 18:55:29 UTC 2025 - Dirk Müller + +- update to 25.1.0: + * https://github.com/mk-fg/pretty-yaml/compare/24.9.0...25.1.0 + ------------------------------------------------------------------- Wed Nov 20 15:17:02 UTC 2024 - Dirk Müller diff --git a/python-pyaml.spec b/python-pyaml.spec index 026c595..84b6099 100644 --- a/python-pyaml.spec +++ b/python-pyaml.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyaml # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyaml -Version: 24.9.0 +Version: 25.1.0 Release: 0 Summary: Python module to produce formatted YAML-serialized data License: WTFPL