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: Thu Jun 5 17:35:46 UTC 2025
Modified Files:
pkgsrc/textproc/py-tomlkit: Makefile distinfo
Log Message:
py-tomlkit: updated to 0.13.3
0.13.3
Added
- Add `.item()` method to array and tables to retrieve an item by key.
Fixed
- Fix missing newline when parsing a separated array of tables without trailing new line.
- Fix non-existing key error when deleting an item from an out-of-order table.
- Ensure newline is added between the plain values and the first table.
- Fix repeated whitespace when removing an array item.
- Fix invalid serialization after removing array item if the comma is on its own line.
- Fix serialization of a nested dotted key table.
- Refine the error message when use non-string as single key.
- Fix invalid serialization after overwriting a key of a out-of-order table.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/py-tomlkit/Makefile
cvs rdiff -u -r1.22 -r1.23 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.23 pkgsrc/textproc/py-tomlkit/Makefile:1.24
--- pkgsrc/textproc/py-tomlkit/Makefile:1.23 Sun Aug 18 20:35:13 2024
+++ pkgsrc/textproc/py-tomlkit/Makefile Thu Jun 5 17:35:46 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2024/08/18 20:35:13 adam Exp $
+# $NetBSD: Makefile,v 1.24 2025/06/05 17:35:46 adam Exp $
-DISTNAME= tomlkit-0.13.2
+DISTNAME= tomlkit-0.13.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tomlkit/}
@@ -15,7 +15,5 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-yaml>=6.0:
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-tomlkit/distinfo
diff -u pkgsrc/textproc/py-tomlkit/distinfo:1.22 pkgsrc/textproc/py-tomlkit/distinfo:1.23
--- pkgsrc/textproc/py-tomlkit/distinfo:1.22 Sun Aug 18 20:35:13 2024
+++ pkgsrc/textproc/py-tomlkit/distinfo Thu Jun 5 17:35:46 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2024/08/18 20:35:13 adam Exp $
+$NetBSD: distinfo,v 1.23 2025/06/05 17:35:46 adam Exp $
-BLAKE2s (tomlkit-0.13.2.tar.gz) = c679afe4840493478e53de0afb97781ab74b935fdb6e81030ac5afad0ae9d017
-SHA512 (tomlkit-0.13.2.tar.gz) = 65b45468de25a6b9f22c3fe3468301902e1e439de580e74f15f5a24985546a4bfe47642b6014a25590eb176fedbe468828d7bc84c9c3b65ab418c071f0902957
-Size (tomlkit-0.13.2.tar.gz) = 192885 bytes
+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
Home |
Main Index |
Thread Index |
Old Index