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 Apr 27 17:49:20 UTC 2023

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

Log Message:
py-tomlkit: updated to 0.11.8

0.11.8

Fixed
- Remove the extra indentations added when parsing nested sub-tables.
- Ignore the CRLF immediately following a multiple basic string opening.
- Stringifying subtables and nested tables in arrays of tables.
- Messed table structure when building a table with dotted keys.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-tomlkit/Makefile \
    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.13 pkgsrc/textproc/py-tomlkit/Makefile:1.14
--- pkgsrc/textproc/py-tomlkit/Makefile:1.13    Sun Apr  2 18:58:27 2023
+++ pkgsrc/textproc/py-tomlkit/Makefile Thu Apr 27 17:49:20 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2023/04/02 18:58:27 adam Exp $
+# $NetBSD: Makefile,v 1.14 2023/04/27 17:49:20 adam Exp $
 
-DISTNAME=      tomlkit-0.11.7
+DISTNAME=      tomlkit-0.11.8
 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.13 pkgsrc/textproc/py-tomlkit/distinfo:1.14
--- pkgsrc/textproc/py-tomlkit/distinfo:1.13    Sun Apr  2 18:58:27 2023
+++ pkgsrc/textproc/py-tomlkit/distinfo Thu Apr 27 17:49:20 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2023/04/02 18:58:27 adam Exp $
+$NetBSD: distinfo,v 1.14 2023/04/27 17:49:20 adam Exp $
 
-BLAKE2s (tomlkit-0.11.7.tar.gz) = 41c8805276dd9253b796759d00dfcb398be6ac55b8df4e204254f54950c69e89
-SHA512 (tomlkit-0.11.7.tar.gz) = 456de2047fe1da1905ebf6eed99bdbd7d565fab2ecb50b9c06655188271d52b3680882ce0db2beb69fa9e7d18548b8045a99c4897e12e1d92d9cf92a937864ab
-Size (tomlkit-0.11.7.tar.gz) = 188555 bytes
+BLAKE2s (tomlkit-0.11.8.tar.gz) = 3418465936523be8b08d7df6aa145266efb6c81621645de457efe029cd20832b
+SHA512 (tomlkit-0.11.8.tar.gz) = 538851d5460770000a1263fb2384dc8283f9fe56364ccebac2cef31be85c51056bbaf59c96134ceae624b978334c29b54653c28838567cd2806e70ec6e3e5856
+Size (tomlkit-0.11.8.tar.gz) = 188825 bytes



Home | Main Index | Thread Index | Old Index