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