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 Feb  3 09:15:47 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/textproc/py-tomlkit/Makefile:1.2
--- pkgsrc/textproc/py-tomlkit/Makefile:1.1     Tue Jan 11 19:17:22 2022
+++ pkgsrc/textproc/py-tomlkit/Makefile Thu Feb  3 09:15:47 2022
@@ -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 @@ COMMENT=      Style preserving TOML library
 LICENSE=       mit
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-yaml>=5.0:../../textproc/py-yaml
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/textproc/py-tomlkit/distinfo
diff -u pkgsrc/textproc/py-tomlkit/distinfo:1.1 pkgsrc/textproc/py-tomlkit/distinfo:1.2
--- pkgsrc/textproc/py-tomlkit/distinfo:1.1     Tue Jan 11 19:17:22 2022
+++ pkgsrc/textproc/py-tomlkit/distinfo Thu Feb  3 09:15:47 2022
@@ -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