pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-tomli



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 11 22:12:44 UTC 2024

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

Log Message:
py-tomli: updated to 2.1.0

2.1.0

Deprecated

Instantiating TOMLDecodeError with free-form arguments. msg, doc and pos arguments should be given.

Added

msg, doc, pos, lineno and colno attributes to TOMLDecodeError


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-tomli/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-tomli/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-tomli/Makefile
diff -u pkgsrc/textproc/py-tomli/Makefile:1.13 pkgsrc/textproc/py-tomli/Makefile:1.14
--- pkgsrc/textproc/py-tomli/Makefile:1.13      Thu Oct  3 05:33:06 2024
+++ pkgsrc/textproc/py-tomli/Makefile   Mon Nov 11 22:12:44 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/10/03 05:33:06 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/11/11 22:12:44 adam Exp $
 
-DISTNAME=      tomli-2.0.2
+DISTNAME=      tomli-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tomli/}

Index: pkgsrc/textproc/py-tomli/distinfo
diff -u pkgsrc/textproc/py-tomli/distinfo:1.6 pkgsrc/textproc/py-tomli/distinfo:1.7
--- pkgsrc/textproc/py-tomli/distinfo:1.6       Thu Oct  3 05:33:06 2024
+++ pkgsrc/textproc/py-tomli/distinfo   Mon Nov 11 22:12:44 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/10/03 05:33:06 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/11/11 22:12:44 adam Exp $
 
-BLAKE2s (tomli-2.0.2.tar.gz) = 92e10777a446a3a348ccb44ba350655dd5c6dcd11642a11d806888a2f7daab15
-SHA512 (tomli-2.0.2.tar.gz) = a67430a47215b489de52ae7f4b799eae7226806e465a81064fe671e95b483bfe286666c00c7ceabe84ae31773aedb670b983769951c6987fb9441ad0adcaa460
-Size (tomli-2.0.2.tar.gz) = 16096 bytes
+BLAKE2s (tomli-2.1.0.tar.gz) = 02442984b75de191f2da9a34c73d76099724483876eeb00ee2f512bec505fe09
+SHA512 (tomli-2.1.0.tar.gz) = feb3256bade0db93789f04f05dd5e4491d1074a78c93ee71bfa307f9200e285998ba0469fa31705ceb639d8cfa739ec5d5e50c3ef1e32b4f24d4eac4e329cb23
+Size (tomli-2.1.0.tar.gz) = 16622 bytes



Home | Main Index | Thread Index | Old Index