Thu Jul 7 10:43:20 2022 UTC ()
py-tomlkit: updated to 0.11.1

0.11.1

Changed

- Keep consistent line endings when changing files.
- Make `KeyAlreadyPresent` and `InvalidStringError` subclasses of `ParseError`.
- Remove empty table from `OutOfOrderTableProxy` when deleting items.
- Raise errors when trying to access unsupported methods on `OutOfOrderTableProxy`.

Fixed
- Fix `unwrap()` for String values to remove the quotes.


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

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

--- pkgsrc/textproc/py-tomlkit/Makefile 2022/06/04 18:56:16 1.6
+++ pkgsrc/textproc/py-tomlkit/Makefile 2022/07/07 10:43:20 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2022/06/04 18:56:16 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2022/07/07 10:43:20 adam Exp $
2 2
3DISTNAME= tomlkit-0.11.0 3DISTNAME= tomlkit-0.11.1
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.6 -r1.7 pkgsrc/textproc/py-tomlkit/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-tomlkit/distinfo 2022/06/04 18:56:16 1.6
+++ pkgsrc/textproc/py-tomlkit/distinfo 2022/07/07 10:43:20 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2022/06/04 18:56:16 adam Exp $ 1$NetBSD: distinfo,v 1.7 2022/07/07 10:43:20 adam Exp $
2 2
3BLAKE2s (tomlkit-0.11.0.tar.gz) = 20d315f912d2bef0de644593283c9d88d75abd40f77329eef53a6acda3ad4e10 3BLAKE2s (tomlkit-0.11.1.tar.gz) = f23528afb4aec5c10972adc768d534c783f077d672bd10076722b8e1ef03fc84
4SHA512 (tomlkit-0.11.0.tar.gz) = 2e89748140cfdae217ac3ac999f0b718414d28218d61fb5219adc503ede2ea1f4003be9ef4453f189b0ee86df463c59520244b9fd26553bd4d8047674cba61c9 4SHA512 (tomlkit-0.11.1.tar.gz) = 04e8c05ce6ce41a7040fdd02274bebc7ad363f54da9525af06ce39e842d4e7548395dca90a3d1f60956d29d051108719847bebfe6a9db0842a19f400e75481ac
5Size (tomlkit-0.11.0.tar.gz) = 185695 bytes 5Size (tomlkit-0.11.1.tar.gz) = 186422 bytes