diff options
author | adam <adam@pkgsrc.org> | 2022-07-07 10:43:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-07-07 10:43:20 +0000 |
commit | e0648c3ecfe65e25e397ea2557ab4f51cfa69d93 (patch) | |
tree | 4daf3e64309eba166123903f6f3747c3b0b4ecc1 /textproc | |
parent | 8f37c6fda1f12cbc539d3922cc695c6307482709 (diff) | |
download | pkgsrc-e0648c3ecfe65e25e397ea2557ab4f51cfa69d93.tar.gz |
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-tomlkit/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-tomlkit/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/py-tomlkit/Makefile b/textproc/py-tomlkit/Makefile index 1c80108066f..87546c5f6f1 100644 --- a/textproc/py-tomlkit/Makefile +++ b/textproc/py-tomlkit/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2022/06/04 18:56:16 adam Exp $ +# $NetBSD: Makefile,v 1.7 2022/07/07 10:43:20 adam Exp $ -DISTNAME= tomlkit-0.11.0 +DISTNAME= tomlkit-0.11.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tomlkit/} diff --git a/textproc/py-tomlkit/distinfo b/textproc/py-tomlkit/distinfo index 5354b312c47..b80ddd3cc65 100644 --- a/textproc/py-tomlkit/distinfo +++ b/textproc/py-tomlkit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/06/04 18:56:16 adam Exp $ +$NetBSD: distinfo,v 1.7 2022/07/07 10:43:20 adam Exp $ -BLAKE2s (tomlkit-0.11.0.tar.gz) = 20d315f912d2bef0de644593283c9d88d75abd40f77329eef53a6acda3ad4e10 -SHA512 (tomlkit-0.11.0.tar.gz) = 2e89748140cfdae217ac3ac999f0b718414d28218d61fb5219adc503ede2ea1f4003be9ef4453f189b0ee86df463c59520244b9fd26553bd4d8047674cba61c9 -Size (tomlkit-0.11.0.tar.gz) = 185695 bytes +BLAKE2s (tomlkit-0.11.1.tar.gz) = f23528afb4aec5c10972adc768d534c783f077d672bd10076722b8e1ef03fc84 +SHA512 (tomlkit-0.11.1.tar.gz) = 04e8c05ce6ce41a7040fdd02274bebc7ad363f54da9525af06ce39e842d4e7548395dca90a3d1f60956d29d051108719847bebfe6a9db0842a19f400e75481ac +Size (tomlkit-0.11.1.tar.gz) = 186422 bytes |