diff --git a/python-pytoml.changes b/python-pytoml.changes index 22506d6..af10ff4 100644 --- a/python-pytoml.changes +++ b/python-pytoml.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 9 13:30:32 UTC 2019 - Ondřej Súkup + +- update to 0.1.21 +- add "deprecation notice" to summary + * Fix incorrectly stripped new-lines at the beginning of strings + ------------------------------------------------------------------- Thu Mar 7 11:15:41 UTC 2019 - Tomáš Chvátal diff --git a/python-pytoml.spec b/python-pytoml.spec index 78df567..255cc66 100644 --- a/python-pytoml.spec +++ b/python-pytoml.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytoml -Version: 0.1.20 +Version: 0.1.21 Release: 0 Summary: TOML-0.4.0 parser/writer for Python License: MIT @@ -38,6 +38,9 @@ BuildArch: noarch A specs-conforming and strict parser and writer for TOML files. The library currently supports version 0.4.0 of the specs. +The pytoml project is no longer being actively maintained. +Consider using the toml package instead. + %prep %setup -q -n pytoml-%{version} tar -C test -xzf%{SOURCE1} diff --git a/pytoml-0.1.20.tar.gz b/pytoml-0.1.20.tar.gz deleted file mode 100644 index 3f8881e..0000000 --- a/pytoml-0.1.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca2d0cb127c938b8b76a9a0d0f855cf930c1d50cc3a0af6d3595b566519a1013 -size 8491 diff --git a/pytoml-0.1.21.tar.gz b/pytoml-0.1.21.tar.gz new file mode 100644 index 0000000..3c57d2e --- /dev/null +++ b/pytoml-0.1.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eecf7c8d0adcff3b375b09fe403407aa9b645c499e5ab8cac670ac4a35f61e7 +size 8783