Accepting request 1218797 from devel:languages:python
- update to 0.13.2: * Fix deleting keys from an out-of-order table does not remove all table parts. * Fix the `Table.is_super_table()` check for tables with dotted key as the only child. * Count table as a super table if it has children and all children are either tables or arrays of tables. * Expect a tomlkit-specific error instead of `TypeError` from a custom encoder. * Drop support for Python older than 3.8. Remove 3.7 from the CI matrix. * Fix the incompatiblity with 3.13 because of the `datetime.replace()` change. * Revert the change of parsing out-of-order tables. * Keep the nested out-of-order table. OBS-URL: https://build.opensuse.org/request/show/1218797 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomlkit?expand=0&rev=19
This commit is contained in:
commit
37ca610a88
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 28 11:49:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.13.2:
|
||||||
|
* Fix deleting keys from an out-of-order table does not remove
|
||||||
|
all table parts.
|
||||||
|
* Fix the `Table.is_super_table()` check for tables with dotted
|
||||||
|
key as the only child.
|
||||||
|
* Count table as a super table if it has children and all
|
||||||
|
children are either tables or arrays of tables.
|
||||||
|
* Expect a tomlkit-specific error instead of `TypeError` from a
|
||||||
|
custom encoder.
|
||||||
|
* Drop support for Python older than 3.8. Remove 3.7 from the
|
||||||
|
CI matrix.
|
||||||
|
* Fix the incompatiblity with 3.13 because of the
|
||||||
|
`datetime.replace()` change.
|
||||||
|
* Revert the change of parsing out-of-order tables.
|
||||||
|
* Keep the nested out-of-order table.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 10 08:51:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Mon Jun 10 08:51:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-tomlkit
|
Name: python-tomlkit
|
||||||
Version: 0.12.5
|
Version: 0.13.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Style preserving TOML library
|
Summary: Style preserving TOML library
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eef34fba39834d4d6b73c9ba7f3e4d1c417a4e56f89a7e96e090dd0d24b8fb3c
|
|
||||||
size 191420
|
|
BIN
tomlkit-0.13.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
tomlkit-0.13.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user