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:           Fri Oct 28 10:34:31 UTC 2022

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

Log Message:
py-tomlkit: updated to 0.11.6

0.11.6

Fixed
- Allow broader type for toml file path value
- Auto-determine if a table is a super table if not specified explicitly.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/textproc/py-tomlkit/Makefile:1.12
--- pkgsrc/textproc/py-tomlkit/Makefile:1.11    Wed Sep 28 13:28:10 2022
+++ pkgsrc/textproc/py-tomlkit/Makefile Fri Oct 28 10:34:31 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2022/09/28 13:28:10 adam Exp $
+# $NetBSD: Makefile,v 1.12 2022/10/28 10:34:31 adam Exp $
 
-DISTNAME=      tomlkit-0.11.5
+DISTNAME=      tomlkit-0.11.6
 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.11 pkgsrc/textproc/py-tomlkit/distinfo:1.12
--- pkgsrc/textproc/py-tomlkit/distinfo:1.11    Wed Sep 28 13:28:10 2022
+++ pkgsrc/textproc/py-tomlkit/distinfo Fri Oct 28 10:34:31 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/09/28 13:28:10 adam Exp $
+$NetBSD: distinfo,v 1.12 2022/10/28 10:34:31 adam Exp $
 
-BLAKE2s (tomlkit-0.11.5.tar.gz) = a47affd868e57f7f8f918e51d8ffd865b5990fcd77affabf7d9346807239e309
-SHA512 (tomlkit-0.11.5.tar.gz) = 71225787e3543f995358b288bf459256632a8cd72a52aae2a1c6ea04e7c0978fb9ccfa856fa5e96e6d6c9d416abcefccec3e94985421ea14e31a755ee85a3dec
-Size (tomlkit-0.11.5.tar.gz) = 188079 bytes
+BLAKE2s (tomlkit-0.11.6.tar.gz) = e0302f0615f356db07a402b3487d201bedd1100b37245b5d1a6a5190ac3cd4d7
+SHA512 (tomlkit-0.11.6.tar.gz) = 692f2facb18440609b63995f690f4ba29e82d696f5ce612f872499b4a42bb0ab33fcbf52abf36057c25448b3e29f30955dbc7e0ba34f10d21cb9b5d36e9ad9bf
+Size (tomlkit-0.11.6.tar.gz) = 188290 bytes



Home | Main Index | Thread Index | Old Index