14
0
forked from pool/python-pytoml

- 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
This commit is contained in:
2019-08-09 13:32:04 +00:00
committed by Git OBS Bridge
parent 87a7671bd6
commit 5057ab2097
4 changed files with 14 additions and 4 deletions

View File

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