pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-tomlkit py-tomlkit: updated to 0.10.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c32b63c23129
branches:  trunk
changeset: 376042:c32b63c23129
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 01 09:31:14 2022 +0000

description:
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.

diffstat:

 textproc/py-tomlkit/Makefile |  4 ++--
 textproc/py-tomlkit/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 93a69224cd5f -r c32b63c23129 textproc/py-tomlkit/Makefile
--- a/textproc/py-tomlkit/Makefile      Fri Apr 01 09:28:15 2022 +0000
+++ b/textproc/py-tomlkit/Makefile      Fri Apr 01 09:31:14 2022 +0000
@@ -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/}
diff -r 93a69224cd5f -r c32b63c23129 textproc/py-tomlkit/distinfo
--- a/textproc/py-tomlkit/distinfo      Fri Apr 01 09:28:15 2022 +0000
+++ b/textproc/py-tomlkit/distinfo      Fri Apr 01 09:31:14 2022 +0000
@@ -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