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 Aug 14 06:19:45 UTC 2024

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

Log Message:
py-tomlkit: updated to 0.13.1

0.13.1

Fixed

- Fix the `Table.is_super_table()` check for tables with dotted key as the only child.
- Count table as a super table if it has children and all children are either tables or arrays of tables.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/py-tomlkit/Makefile
cvs rdiff -u -r1.20 -r1.21 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.21 pkgsrc/textproc/py-tomlkit/Makefile:1.22
--- pkgsrc/textproc/py-tomlkit/Makefile:1.21    Sat Jul 13 21:36:37 2024
+++ pkgsrc/textproc/py-tomlkit/Makefile Wed Aug 14 06:19:45 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/07/13 21:36:37 adam Exp $
+# $NetBSD: Makefile,v 1.22 2024/08/14 06:19:45 adam Exp $
 
-DISTNAME=      tomlkit-0.13.0
+DISTNAME=      tomlkit-0.13.1
 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.20 pkgsrc/textproc/py-tomlkit/distinfo:1.21
--- pkgsrc/textproc/py-tomlkit/distinfo:1.20    Sat Jul 13 21:36:37 2024
+++ pkgsrc/textproc/py-tomlkit/distinfo Wed Aug 14 06:19:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2024/07/13 21:36:37 adam Exp $
+$NetBSD: distinfo,v 1.21 2024/08/14 06:19:45 adam Exp $
 
-BLAKE2s (tomlkit-0.13.0.tar.gz) = 4ee9676ff549b5fd1a8479d1379479fe8777c7ac15cb9533e7b5387d7a54ec46
-SHA512 (tomlkit-0.13.0.tar.gz) = 46c5a771ff401e0b300dbd13708d78b63415653b87eb649898bf0bd58cedeb110622ff2f0ade0ad1cd517610229ba0f59b4d520cf2fa1eea6522ea0bc042317e
-Size (tomlkit-0.13.0.tar.gz) = 191792 bytes
+BLAKE2s (tomlkit-0.13.1.tar.gz) = 6587750ea50492786b4ad5276046decf45bdfd8738420dfe8e2a950277565072
+SHA512 (tomlkit-0.13.1.tar.gz) = 32023020de48d0eacd0ce886870b9a53defdb403b396eb03d0c026c221460eeede1f018586ae141d690722485446be0215582182809c590d1af9825e840b58ad
+Size (tomlkit-0.13.1.tar.gz) = 192625 bytes



Home | Main Index | Thread Index | Old Index