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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d70634c1e700
branches:  trunk
changeset: 385883:d70634c1e700
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 28 13:28:10 2022 +0000

description:
py-tomlkit: updated to 0.11.5

0.11.5

Fixed
- Fix the type annotation of `unwrap()` and datetime parsing.
- Clear the existing table header when it is adding to another table.
- Fix a bug that escape chars are lost after concat with another string.
- Fix a rendering issue of tables inside arrays or inline tables.

diffstat:

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

diffs (25 lines):

diff -r d1d59cef017f -r d70634c1e700 textproc/py-tomlkit/Makefile
--- a/textproc/py-tomlkit/Makefile      Wed Sep 28 13:25:57 2022 +0000
+++ b/textproc/py-tomlkit/Makefile      Wed Sep 28 13:28:10 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/08/17 17:44:12 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/09/28 13:28:10 adam Exp $
 
-DISTNAME=      tomlkit-0.11.4
+DISTNAME=      tomlkit-0.11.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tomlkit/}
diff -r d1d59cef017f -r d70634c1e700 textproc/py-tomlkit/distinfo
--- a/textproc/py-tomlkit/distinfo      Wed Sep 28 13:25:57 2022 +0000
+++ b/textproc/py-tomlkit/distinfo      Wed Sep 28 13:28:10 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/08/17 17:44:12 wiz Exp $
+$NetBSD: distinfo,v 1.11 2022/09/28 13:28:10 adam Exp $
 
-BLAKE2s (tomlkit-0.11.4.tar.gz) = f3da250caba5b7404829b176f9a2c8b43b33efbdbcd13ac906b2f9694c2572e9
-SHA512 (tomlkit-0.11.4.tar.gz) = b68b5d2c5f2ad7aa2cbeac308008467f22c0c9975862506bcabbfdf1de677dbaab1c5cead17c68f4bf2977a7077ddcc46ef6383bd8a87e2ac1252641ae463335
-Size (tomlkit-0.11.4.tar.gz) = 187608 bytes
+BLAKE2s (tomlkit-0.11.5.tar.gz) = a47affd868e57f7f8f918e51d8ffd865b5990fcd77affabf7d9346807239e309
+SHA512 (tomlkit-0.11.5.tar.gz) = 71225787e3543f995358b288bf459256632a8cd72a52aae2a1c6ea04e7c0978fb9ccfa856fa5e96e6d6c9d416abcefccec3e94985421ea14e31a755ee85a3dec
+Size (tomlkit-0.11.5.tar.gz) = 188079 bytes



Home | Main Index | Thread Index | Old Index