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.9.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7295538b9eb9
branches:  trunk
changeset: 372966:7295538b9eb9
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Feb 03 09:15:47 2022 +0000

description:
py-tomlkit: updated to 0.9.0

0.9.0

Added

Add a new argument to table API to allow it to be a super table.
Support adding item to Table and Container with dotted key.

Fixed

Fix a bug of value() API that parses string incompletely.

diffstat:

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

diffs (33 lines):

diff -r 9b5d8fa1dadb -r 7295538b9eb9 textproc/py-tomlkit/Makefile
--- a/textproc/py-tomlkit/Makefile      Thu Feb 03 09:10:12 2022 +0000
+++ b/textproc/py-tomlkit/Makefile      Thu Feb 03 09:15:47 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/01/11 19:17:22 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/02/03 09:15:47 adam Exp $
 
-DISTNAME=      tomlkit-0.8.0
+DISTNAME=      tomlkit-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tomlkit/}
@@ -11,6 +11,7 @@
 LICENSE=       mit
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-yaml>=5.0:../../textproc/py-yaml
 
 USE_LANGUAGES= # none
 
diff -r 9b5d8fa1dadb -r 7295538b9eb9 textproc/py-tomlkit/distinfo
--- a/textproc/py-tomlkit/distinfo      Thu Feb 03 09:10:12 2022 +0000
+++ b/textproc/py-tomlkit/distinfo      Thu Feb 03 09:15:47 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/01/11 19:17:22 adam Exp $
+$NetBSD: distinfo,v 1.2 2022/02/03 09:15:47 adam Exp $
 
-BLAKE2s (tomlkit-0.8.0.tar.gz) = 0d8c9dd5f649b7266e1ff76c19d2e3733417508b69eb1a3bdc4b94a6bbf9269d
-SHA512 (tomlkit-0.8.0.tar.gz) = 77b267201021e740d8134d0d5edfbef2cf077adac0b320d80887fdedda3f63f74df1957e8230976f16c80fcc58fd4cfabb195cccf0eda7d6cd29f5f65d362147
-Size (tomlkit-0.8.0.tar.gz) = 179067 bytes
+BLAKE2s (tomlkit-0.9.0.tar.gz) = 8b5b27de3a7ced082af222ba67ae58ed471d1f41c85f21db1d1d6014b0d4403d
+SHA512 (tomlkit-0.9.0.tar.gz) = 36cb7fd683b4dc6e82a4828db76ad997de79302ed485751b14375e7483400adbce8e9b8bf913a6f404ffc16a06cf90158caca20c4419bd032a7d27a8790573db
+Size (tomlkit-0.9.0.tar.gz) = 176037 bytes



Home | Main Index | Thread Index | Old Index