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 Apr  1 09:31:14 UTC 2022

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

Log Message:
py-tomlkit: updated to 0.10.1

0.10.1

Fixed
- Preserve the newlines before super tables when rendering.
- Fix the bug that comments are appended with comma when rendering a multiline array.

0.10.0

Fixed
- Fix the only child detection when creating tables.
- Include the `docs/` directory and `CHANGELOG.md` in sdist tarball.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/textproc/py-tomlkit/Makefile:1.4
--- pkgsrc/textproc/py-tomlkit/Makefile:1.3     Tue Feb  8 08:56:23 2022
+++ pkgsrc/textproc/py-tomlkit/Makefile Fri Apr  1 09:31:14 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/02/08 08:56:23 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/01 09:31:14 adam Exp $
 
-DISTNAME=      tomlkit-0.9.1
+DISTNAME=      tomlkit-0.10.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.3 pkgsrc/textproc/py-tomlkit/distinfo:1.4
--- pkgsrc/textproc/py-tomlkit/distinfo:1.3     Tue Feb  8 08:56:23 2022
+++ pkgsrc/textproc/py-tomlkit/distinfo Fri Apr  1 09:31:14 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2022/02/08 08:56:23 adam Exp $
+$NetBSD: distinfo,v 1.4 2022/04/01 09:31:14 adam Exp $
 
-BLAKE2s (tomlkit-0.9.1.tar.gz) = 14117172ef711823c1910c3076df3a1fc6e9743278aee5f0d7982bafeca1e1b4
-SHA512 (tomlkit-0.9.1.tar.gz) = 7c9a8d5fd9550cb23f90f6ed627f957fdfe29397be0a99b4b0f68767cee268343ebd8a4f8977b9a0f84573ce7e49116874ad1d1af419b86ee41bab0efbfdf400
-Size (tomlkit-0.9.1.tar.gz) = 176273 bytes
+BLAKE2s (tomlkit-0.10.1.tar.gz) = 35dc23f67da9f19fcd2affba06c1e62b680330ab4e132a8fec507289f4729955
+SHA512 (tomlkit-0.10.1.tar.gz) = a5082b88a9b3832393d860258dd7584ed05788777d4c1dd98415bfb7c64acf8f77eaf18c3fcf824913d999ffa37b4481675b3fce9b8af8ef9c1be0712ad622a9
+Size (tomlkit-0.10.1.tar.gz) = 183650 bytes



Home | Main Index | Thread Index | Old Index