py-tomlkit: updated to 0.12.4

0.12.4

Fixed

- Support `|` and `|=` operator for tables, and support `+` and `+=` operator for arrays.
- Fix an index error when setting dotted keys in a table.
This commit is contained in:
adam 2024-02-27 08:33:44 +00:00
parent 22cba3b8dd
commit 4b1a36d865
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2023/11/15 08:22:42 adam Exp $
# $NetBSD: Makefile,v 1.19 2024/02/27 08:33:44 adam Exp $
DISTNAME= tomlkit-0.12.3
DISTNAME= tomlkit-0.12.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tomlkit/}

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.17 2023/11/15 08:22:42 adam Exp $
$NetBSD: distinfo,v 1.18 2024/02/27 08:33:44 adam Exp $
BLAKE2s (tomlkit-0.12.3.tar.gz) = f5dfffa7a69301255837dd5190653dc64e62c3fd3bf0b2320472249f74542ac9
SHA512 (tomlkit-0.12.3.tar.gz) = f89b1fdcbefcd511bbc5e22a1cc57d8c4593fc1353e901de31c69ac99ed3c685f042d71205c747bd5d20df246dd19b5402393df81231f12d18414d85c0a0000c
Size (tomlkit-0.12.3.tar.gz) = 190967 bytes
BLAKE2s (tomlkit-0.12.4.tar.gz) = f95de8a56e740f3d00d3cc91514a000d1e24f3bd12b2d0499a9141728d3b5959
SHA512 (tomlkit-0.12.4.tar.gz) = b6b1cbb954202a256411388eea46852964bbdd02026086a42eab9107c55b961718398ec504f0289560894e9b46cf1c2f4b7e943267454509f6212e899e161d05
Size (tomlkit-0.12.4.tar.gz) = 191162 bytes