diff --git a/pyaml-16.12.2.tar.gz b/pyaml-16.12.2.tar.gz deleted file mode 100644 index 3cb6167..0000000 --- a/pyaml-16.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b865e4f53a85f4d8a092e7701f759a3237fb3ee8a928627401914aafadc00907 -size 18705 diff --git a/pyaml-17.10.0.tar.gz b/pyaml-17.10.0.tar.gz new file mode 100644 index 0000000..3b54dc5 --- /dev/null +++ b/pyaml-17.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a3e83372072fc7dc1aebcab37d6f2e08fb8066f553f31d6fc9cb2ad0b515d3 +size 15677 diff --git a/python-pyaml.changes b/python-pyaml.changes index e81113d..e329129 100644 --- a/python-pyaml.changes +++ b/python-pyaml.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Nov 10 04:23:04 UTC 2017 - arun@gmx.de + +- update to version 17.10.0: + * README: add link to ruamel.yaml module as a parser counterpart + +- changes from version 17.8.0: + * Represent numpy arrays as lists, as per #24 + +- changes from version 17.7.2: + * allow line width to be passed in throguh cli + ------------------------------------------------------------------- Thu May 18 15:04:04 UTC 2017 - toddrme2178@gmail.com diff --git a/python-pyaml.spec b/python-pyaml.spec index f875f4f..bbe4643 100644 --- a/python-pyaml.spec +++ b/python-pyaml.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-pyaml -Version: 16.12.2 +Version: 17.10.0 Release: 0 Summary: Produce pretty and readable YAML-serialized data License: WTFPL