- update to 0.11.8:
* Remove the extra indentations added when parsing nested sub- tables. * Ignore the CRLF immediately following a multiple basic string opening. * Stringifying subtables and nested tables in arrays of tables. * Messed table structure when building a table with dotted keys. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=31
This commit is contained in:
parent
576f42b42a
commit
b9335682c0
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 14 09:47:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.11.8:
|
||||
* Remove the extra indentations added when parsing nested sub-
|
||||
tables.
|
||||
* Ignore the CRLF immediately following a multiple basic string
|
||||
opening.
|
||||
* Stringifying subtables and nested tables in arrays of tables.
|
||||
* Messed table structure when building a table with dotted
|
||||
keys.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 15:22:47 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-tomlkit
|
||||
Version: 0.11.7
|
||||
Version: 0.11.8
|
||||
Release: 0
|
||||
Summary: Style preserving TOML library
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f392ef70ad87a672f02519f99967d28a4d3047133e2d1df936511465fbb3791d
|
||||
size 188555
|
3
tomlkit-0.11.8.tar.gz
Normal file
3
tomlkit-0.11.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9330fc7faa1db67b541b28e62018c17d20be733177d290a13b24c62d1614e0c3
|
||||
size 188825
|
Loading…
Reference in New Issue
Block a user