update to py3-tomli-2.0.1

This commit is contained in:
sthen 2022-08-15 16:27:38 +00:00
parent 777e65a2fc
commit 2fa7bf8cc0
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
COMMENT = lil' TOML parser
MODPY_EGG_VERSION = 1.2.3
REVISION = 1
MODPY_EGG_VERSION = 2.0.1
# generally won't be needed with Python 3.11+ as this will then essentially
# provide a backport of tomllib.
DISTNAME = tomli-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}

View File

@ -1,2 +1,2 @@
SHA256 (tomli-1.2.3.tar.gz) = BbYWa/9IfcBo0yJYXH6k73je7VAcwSQGDg8jjompIx8=
SIZE (tomli-1.2.3.tar.gz) = 15094
SHA256 (tomli-2.0.1.tar.gz) = 3lJsEpFPDFUNFZJMYtcqvEjW/nNkqocygzejEAf+ik8=
SIZE (tomli-2.0.1.tar.gz) = 15164