From 5057ab209746a2fbc3b10ac5a8083dec9d1bbc07acea3fef5df244d9e7336f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 9 Aug 2019 13:32:04 +0000 Subject: [PATCH] - update to 0.1.21 - add "deprecation notice" to summary * Fix incorrectly stripped new-lines at the beginning of strings OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytoml?expand=0&rev=9 --- python-pytoml.changes | 7 +++++++ python-pytoml.spec | 5 ++++- pytoml-0.1.20.tar.gz | 3 --- pytoml-0.1.21.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 pytoml-0.1.20.tar.gz create mode 100644 pytoml-0.1.21.tar.gz 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