pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-tomlkit



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Apr 24 16:52:27 UTC 2022

Modified Files:
        pkgsrc/textproc/py-tomlkit: Makefile distinfo

Log Message:
py-tomlkit: updated to 0.10.2

0.10.2

Fixed

- Use the plain python string representation of `Key` in `KeyAlreadyPresent` error message.
- Fix the `astimezone()` and `replace()` methods of datetime objects.
- Add type definitions for `items()` function.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-tomlkit/Makefile \
    pkgsrc/textproc/py-tomlkit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-tomlkit/Makefile
diff -u pkgsrc/textproc/py-tomlkit/Makefile:1.4 pkgsrc/textproc/py-tomlkit/Makefile:1.5
--- pkgsrc/textproc/py-tomlkit/Makefile:1.4     Fri Apr  1 09:31:14 2022
+++ pkgsrc/textproc/py-tomlkit/Makefile Sun Apr 24 16:52:27 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/04/01 09:31:14 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/24 16:52:27 adam Exp $
 
-DISTNAME=      tomlkit-0.10.1
+DISTNAME=      tomlkit-0.10.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tomlkit/}
Index: pkgsrc/textproc/py-tomlkit/distinfo
diff -u pkgsrc/textproc/py-tomlkit/distinfo:1.4 pkgsrc/textproc/py-tomlkit/distinfo:1.5
--- pkgsrc/textproc/py-tomlkit/distinfo:1.4     Fri Apr  1 09:31:14 2022
+++ pkgsrc/textproc/py-tomlkit/distinfo Sun Apr 24 16:52:27 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/04/01 09:31:14 adam Exp $
+$NetBSD: distinfo,v 1.5 2022/04/24 16:52:27 adam Exp $
 
-BLAKE2s (tomlkit-0.10.1.tar.gz) = 35dc23f67da9f19fcd2affba06c1e62b680330ab4e132a8fec507289f4729955
-SHA512 (tomlkit-0.10.1.tar.gz) = a5082b88a9b3832393d860258dd7584ed05788777d4c1dd98415bfb7c64acf8f77eaf18c3fcf824913d999ffa37b4481675b3fce9b8af8ef9c1be0712ad622a9
-Size (tomlkit-0.10.1.tar.gz) = 183650 bytes
+BLAKE2s (tomlkit-0.10.2.tar.gz) = 20546fbe6e553d17205f6ae10d90b2132d8b030e3060ba700a366076e6f0b8e7
+SHA512 (tomlkit-0.10.2.tar.gz) = e1d5353659f9a0f4ba2f6a0b82980f0b50b012e3b299c2c6b12aa8a63fc4772649bdc2b5a755c21acc46fe2d226241918fb09a4202cca596b6e9633be95e79d8
+Size (tomlkit-0.10.2.tar.gz) = 184537 bytes



Home | Main Index | Thread Index | Old Index