Accepting request 1157519 from devel:languages:python
- update to 0.12.4: * Support `|` and `|=` operator for tables, and support `+` and `+=` operator for arrays. * Fix an index error when setting dotted keys in a table. OBS-URL: https://build.opensuse.org/request/show/1157519 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomlkit?expand=0&rev=17
This commit is contained in:
commit
8cf5ec4c27
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 10:17:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.12.4:
|
||||
* Support `|` and `|=` operator for tables, and support `+` and
|
||||
`+=` operator for arrays.
|
||||
* Fix an index error when setting dotted keys in a table.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 16:10:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-tomlkit
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-tomlkit
|
||||
Version: 0.12.3
|
||||
Version: 0.12.4
|
||||
Release: 0
|
||||
Summary: Style preserving TOML library
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75baf5012d06501f07bee5bf8e801b9f343e7aac5a92581f20f80ce632e6b5a4
|
||||
size 190967
|
3
tomlkit-0.12.4.tar.gz
Normal file
3
tomlkit-0.12.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ca1cfc12232806517a8515047ba66a19369e71edf2439d0f5824f91032b6cc3
|
||||
size 191162
|
Loading…
Reference in New Issue
Block a user