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:
@@ -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
3
pyaml-24.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e483d9289010e747a325dc43171bcc39d6562dd1dd4719e8cc7e7c96c99fce6
|
||||
size 27204
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user