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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user