Mon Aug 8 07:23:51 2022 UTC ()
py-tomlkit: updated to 0.11.2

0.11.2

Fixed
- Fix adding float to an integer value.
- Keep the end-of-array style when adding items to or removing items from an array.
- Fix a bug of redundant table header shown when removing children from a super table.


(adam)
diff -r1.7 -r1.8 pkgsrc/textproc/py-tomlkit/Makefile
diff -r1.7 -r1.8 pkgsrc/textproc/py-tomlkit/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/textproc/py-tomlkit/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-tomlkit/Makefile 2022/07/07 10:43:20 1.7
+++ pkgsrc/textproc/py-tomlkit/Makefile 2022/08/08 07:23:51 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2022/07/07 10:43:20 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2022/08/08 07:23:51 adam Exp $
2 2
3DISTNAME= tomlkit-0.11.1 3DISTNAME= tomlkit-0.11.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=t/tomlkit/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=t/tomlkit/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/sdispater/tomlkit 9HOMEPAGE= https://github.com/sdispater/tomlkit
10COMMENT= Style preserving TOML library 10COMMENT= Style preserving TOML library
11LICENSE= mit 11LICENSE= mit
12 12
13TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0:../../devel/py-test 13TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0:../../devel/py-test
14TEST_DEPENDS+= ${PYPKGPREFIX}-yaml>=5.0:../../textproc/py-yaml 14TEST_DEPENDS+= ${PYPKGPREFIX}-yaml>=5.0:../../textproc/py-yaml
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none

cvs diff -r1.7 -r1.8 pkgsrc/textproc/py-tomlkit/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-tomlkit/distinfo 2022/07/07 10:43:20 1.7
+++ pkgsrc/textproc/py-tomlkit/distinfo 2022/08/08 07:23:51 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2022/07/07 10:43:20 adam Exp $ 1$NetBSD: distinfo,v 1.8 2022/08/08 07:23:51 adam Exp $
2 2
3BLAKE2s (tomlkit-0.11.1.tar.gz) = f23528afb4aec5c10972adc768d534c783f077d672bd10076722b8e1ef03fc84 3BLAKE2s (tomlkit-0.11.2.tar.gz) = b4684ed48bc24041b39ae3e0f0bc8640e981ed733df0389a23d5d13f3eb59d34
4SHA512 (tomlkit-0.11.1.tar.gz) = 04e8c05ce6ce41a7040fdd02274bebc7ad363f54da9525af06ce39e842d4e7548395dca90a3d1f60956d29d051108719847bebfe6a9db0842a19f400e75481ac 4SHA512 (tomlkit-0.11.2.tar.gz) = 9f8e5f85ae9f408c10a1c64d1ab649db7b42c1b19eb0162a5edcfe894f0a179a0ba39ac7f478eb7bb14267f610169bea1d4e96cde8b9cf62df91218c989d5a2a
5Size (tomlkit-0.11.1.tar.gz) = 186422 bytes 5Size (tomlkit-0.11.2.tar.gz) = 187584 bytes