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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d429219dda7
branches:  trunk
changeset: 381441:0d429219dda7
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 07 10:43:20 2022 +0000

description:
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:

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

diffs (25 lines):

diff -r eea8e003b606 -r 0d429219dda7 textproc/py-tomlkit/Makefile
--- a/textproc/py-tomlkit/Makefile      Thu Jul 07 10:41:40 2022 +0000
+++ b/textproc/py-tomlkit/Makefile      Thu Jul 07 10:43:20 2022 +0000
@@ -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 -r eea8e003b606 -r 0d429219dda7 textproc/py-tomlkit/distinfo
--- a/textproc/py-tomlkit/distinfo      Thu Jul 07 10:41:40 2022 +0000
+++ b/textproc/py-tomlkit/distinfo      Thu Jul 07 10:43:20 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index