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:           Sat Jul 13 21:36:37 UTC 2024

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

Log Message:
py-tomlkit: updated to 0.13.0

0.13.0

Changed

- Expect a tomlkit-specific error instead of `TypeError` from a custom encoder.
- Drop support for Python older than 3.8. Remove 3.7 from the CI matrix.

Fixed

- Fix the incompatiblity with 3.13 because of the `datetime.replace()` change.
- Revert the change of parsing out-of-order tables.
- Keep the nested out-of-order table.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/py-tomlkit/Makefile
cvs rdiff -u -r1.19 -r1.20 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.20 pkgsrc/textproc/py-tomlkit/Makefile:1.21
--- pkgsrc/textproc/py-tomlkit/Makefile:1.20    Wed May  8 15:13:36 2024
+++ pkgsrc/textproc/py-tomlkit/Makefile Sat Jul 13 21:36:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/05/08 15:13:36 adam Exp $
+# $NetBSD: Makefile,v 1.21 2024/07/13 21:36:37 adam Exp $
 
-DISTNAME=      tomlkit-0.12.5
+DISTNAME=      tomlkit-0.13.0
 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.19 pkgsrc/textproc/py-tomlkit/distinfo:1.20
--- pkgsrc/textproc/py-tomlkit/distinfo:1.19    Wed May  8 15:13:36 2024
+++ pkgsrc/textproc/py-tomlkit/distinfo Sat Jul 13 21:36:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2024/05/08 15:13:36 adam Exp $
+$NetBSD: distinfo,v 1.20 2024/07/13 21:36:37 adam Exp $
 
-BLAKE2s (tomlkit-0.12.5.tar.gz) = 548e447620adab08f657f54f4ab113c4fcd27df2cc8fdcb3724989a9fb136a8c
-SHA512 (tomlkit-0.12.5.tar.gz) = 85fba0018059c72f483251e53c039ede4ed630dd31afc58a1555705281a42c090aee2d8c25234b8700ff5f3a766313d7c9c716d7224f608f22f836c9e701c251
-Size (tomlkit-0.12.5.tar.gz) = 191420 bytes
+BLAKE2s (tomlkit-0.13.0.tar.gz) = 4ee9676ff549b5fd1a8479d1379479fe8777c7ac15cb9533e7b5387d7a54ec46
+SHA512 (tomlkit-0.13.0.tar.gz) = 46c5a771ff401e0b300dbd13708d78b63415653b87eb649898bf0bd58cedeb110622ff2f0ade0ad1cd517610229ba0f59b4d520cf2fa1eea6522ea0bc042317e
+Size (tomlkit-0.13.0.tar.gz) = 191792 bytes



Home | Main Index | Thread Index | Old Index