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:           Thu Oct  3 05:33:07 UTC 2024

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

Log Message:
py-tomli: updated to 2.0.2

2.0.2

Removed

Python 3.7 support

Improved

Make loads raise TypeError not AttributeError on bad input types that do not have the replace attribute. Improve error message when bytes is received.
Type annotations
Type annotate load input as typing.IO[bytes] (previously typing.BinaryIO).


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-tomli/Makefile
cvs rdiff -u -r1.5 -r1.6 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.12 pkgsrc/textproc/py-tomli/Makefile:1.13
--- pkgsrc/textproc/py-tomli/Makefile:1.12      Wed Oct 25 22:23:03 2023
+++ pkgsrc/textproc/py-tomli/Makefile   Thu Oct  3 05:33:06 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2023/10/25 22:23:03 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/10/03 05:33:06 adam Exp $
 
-DISTNAME=      tomli-2.0.1
+DISTNAME=      tomli-2.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tomli/}
 
@@ -13,7 +12,5 @@ LICENSE=      mit
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/bootstrap.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-tomli/distinfo
diff -u pkgsrc/textproc/py-tomli/distinfo:1.5 pkgsrc/textproc/py-tomli/distinfo:1.6
--- pkgsrc/textproc/py-tomli/distinfo:1.5       Wed Oct 25 22:04:23 2023
+++ pkgsrc/textproc/py-tomli/distinfo   Thu Oct  3 05:33:06 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/10/25 22:04:23 wiz Exp $
+$NetBSD: distinfo,v 1.6 2024/10/03 05:33:06 adam Exp $
 
-BLAKE2s (tomli-2.0.1.tar.gz) = 69c139caee13e13b12627ba996d9fb339fa39c4b809e8666796b8fc95a50280a
-SHA512 (tomli-2.0.1.tar.gz) = fd410039e255e2b3359e999d69a5a2d38b9b89b77e8557f734f2621dfbd5e1207e13aecc11589197ec22594c022f07f41b4cfe486a3a719281a595c95fd19ecf
-Size (tomli-2.0.1.tar.gz) = 15164 bytes
+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



Home | Main Index | Thread Index | Old Index