pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-tomlkit



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 27 08:33:44 UTC 2024

Modified Files:
        pkgsrc/textproc/py-tomlkit: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-tomlkit/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/py-tomlkit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-tomlkit/Makefile
diff -u pkgsrc/textproc/py-tomlkit/Makefile:1.18 pkgsrc/textproc/py-tomlkit/Makefile:1.19
--- pkgsrc/textproc/py-tomlkit/Makefile:1.18    Wed Nov 15 08:22:42 2023
+++ pkgsrc/textproc/py-tomlkit/Makefile Tue Feb 27 08:33:44 2024
@@ -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/}

Index: pkgsrc/textproc/py-tomlkit/distinfo
diff -u pkgsrc/textproc/py-tomlkit/distinfo:1.17 pkgsrc/textproc/py-tomlkit/distinfo:1.18
--- pkgsrc/textproc/py-tomlkit/distinfo:1.17    Wed Nov 15 08:22:42 2023
+++ pkgsrc/textproc/py-tomlkit/distinfo Tue Feb 27 08:33:44 2024
@@ -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



Home | Main Index | Thread Index | Old Index