From 3a9d3523abbcec228e902dc14983854894b9ba0fbf44fdd1d73a0a3b5d864b6f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 21 Apr 2024 08:44:26 +0000 Subject: [PATCH] - update to 24.4.0: * cli: suppress BrokenPipe tracebacks for closed stdout * cli: support multi-doc input/output, add -l/--lines option to pretty-print json logs and such * README: correct simplier -> simpler misspelling OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyaml?expand=0&rev=17 --- pyaml-23.12.0.tar.gz | 3 --- pyaml-24.4.0.tar.gz | 3 +++ python-pyaml.changes | 9 +++++++++ python-pyaml.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pyaml-23.12.0.tar.gz create mode 100644 pyaml-24.4.0.tar.gz diff --git a/pyaml-23.12.0.tar.gz b/pyaml-23.12.0.tar.gz deleted file mode 100644 index 4d90266..0000000 --- a/pyaml-23.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce6f648efdfb1b3a5579f8cedb04facf0fa1e8f64846b639309b585bb322b4e5 -size 26308 diff --git a/pyaml-24.4.0.tar.gz b/pyaml-24.4.0.tar.gz new file mode 100644 index 0000000..865d74f --- /dev/null +++ b/pyaml-24.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e483d9289010e747a325dc43171bcc39d6562dd1dd4719e8cc7e7c96c99fce6 +size 27204 diff --git a/python-pyaml.changes b/python-pyaml.changes index 01c551e..5a88582 100644 --- a/python-pyaml.changes +++ b/python-pyaml.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 21 08:43:20 UTC 2024 - Dirk Müller + +- update to 24.4.0: + * cli: suppress BrokenPipe tracebacks for closed stdout + * cli: support multi-doc input/output, add -l/--lines option + to pretty-print json logs and such + * README: correct simplier -> simpler misspelling + ------------------------------------------------------------------- Tue Jan 9 21:48:48 UTC 2024 - Dirk Müller diff --git a/python-pyaml.spec b/python-pyaml.spec index 024eb13..bcfaa04 100644 --- a/python-pyaml.spec +++ b/python-pyaml.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyaml -Version: 23.12.0 +Version: 24.4.0 Release: 0 Summary: Python module to produce formatted YAML-serialized data License: WTFPL @@ -34,7 +34,7 @@ BuildRequires: python-rpm-macros Requires: python-PyYAML Recommends: python-Unidecode Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages