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:           Wed Jan 14 18:59:34 UTC 2026

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

Log Message:
py-tomlkit: updated to 0.14.0

0.14.0 - 2026-01-13

Changed

- Drop support for Python older than 3.9. Remove 3.8 from the CI matrix.

Added

- Custom encoders can now receive `_parent` and `_sort_keys` parameters to enable proper encoding of nested structures.
- Add `String.type` property to get the string type.

Fixed

- Fixed `tomlkit.boolean()` API to correctly handle boolean inputs.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/py-tomlkit/Makefile
cvs rdiff -u -r1.23 -r1.24 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.25 pkgsrc/textproc/py-tomlkit/Makefile:1.26
--- pkgsrc/textproc/py-tomlkit/Makefile:1.25    Mon Sep 22 07:44:43 2025
+++ pkgsrc/textproc/py-tomlkit/Makefile Wed Jan 14 18:59:34 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2025/09/22 07:44:43 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2026/01/14 18:59:34 adam Exp $
 
-DISTNAME=      tomlkit-0.13.3
+DISTNAME=      tomlkit-0.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tomlkit/}
 

Index: pkgsrc/textproc/py-tomlkit/distinfo
diff -u pkgsrc/textproc/py-tomlkit/distinfo:1.23 pkgsrc/textproc/py-tomlkit/distinfo:1.24
--- pkgsrc/textproc/py-tomlkit/distinfo:1.23    Thu Jun  5 17:35:46 2025
+++ pkgsrc/textproc/py-tomlkit/distinfo Wed Jan 14 18:59:34 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2025/06/05 17:35:46 adam Exp $
+$NetBSD: distinfo,v 1.24 2026/01/14 18:59:34 adam Exp $
 
-BLAKE2s (tomlkit-0.13.3.tar.gz) = 144ed995b6b9cd5ec5c1623982e993fb723cae9ef1df294128d32e523c0a03be
-SHA512 (tomlkit-0.13.3.tar.gz) = bdb679d64ad09f89b8ae8c6b8406d24b805562e4d80a1a0644a533b15eafe8bf5b3451754d71d453ca581d43bcc598473499dab29176d52b2ff0589ff59bbec9
-Size (tomlkit-0.13.3.tar.gz) = 185207 bytes
+BLAKE2s (tomlkit-0.14.0.tar.gz) = ac7ca4a47e64cd9ac73eb7a38a53c184c1c4395c75e57ff77bf276bacd079a77
+SHA512 (tomlkit-0.14.0.tar.gz) = 0abdf1a57c90895e1dd3972d18d2b9cd24fac12d7e59b26a8a88784695403b990598ebe806a232fefc0d769a0f606bcdcf78930a19f91935c0c0165512238d8d
+Size (tomlkit-0.14.0.tar.gz) = 187167 bytes



Home | Main Index | Thread Index | Old Index