14
0
forked from pool/python-pyaml

- 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
This commit is contained in:
2024-04-21 08:44:26 +00:00
committed by Git OBS Bridge
parent f64360087a
commit 3a9d3523ab
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce6f648efdfb1b3a5579f8cedb04facf0fa1e8f64846b639309b585bb322b4e5
size 26308

3
pyaml-24.4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e483d9289010e747a325dc43171bcc39d6562dd1dd4719e8cc7e7c96c99fce6
size 27204

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Apr 21 08:43:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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