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 Mar 31 08:40:49 UTC 2022
Modified Files:
pkgsrc/textproc/py-tomli: Makefile distinfo
Log Message:
py-tomli: updated to 2.0.1
2.0.1
Improve
Make bundling easier by using relative imports internally and adding license and copyright notice to source files.
Make error messages more uniform
Raise a friendly TypeError for wrong file mode
Allow parse_float to return objects having the append attr
Eagerly raise an error if parse_float returns an illegal type
Packaging
Move from pytest testing framework to unittest and remove python-dateutil test dependency. Tests now only require Python interpreter.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-tomli/Makefile
cvs rdiff -u -r1.3 -r1.4 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.8 pkgsrc/textproc/py-tomli/Makefile:1.9
--- pkgsrc/textproc/py-tomli/Makefile:1.8 Tue Jan 25 21:48:11 2022
+++ pkgsrc/textproc/py-tomli/Makefile Thu Mar 31 08:40:49 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/01/25 21:48:11 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/03/31 08:40:49 adam Exp $
-DISTNAME= tomli-2.0.0
+DISTNAME= tomli-2.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_WHEEL:=tomli/}
Index: pkgsrc/textproc/py-tomli/distinfo
diff -u pkgsrc/textproc/py-tomli/distinfo:1.3 pkgsrc/textproc/py-tomli/distinfo:1.4
--- pkgsrc/textproc/py-tomli/distinfo:1.3 Thu Jan 13 09:47:04 2022
+++ pkgsrc/textproc/py-tomli/distinfo Thu Mar 31 08:40:49 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2022/01/13 09:47:04 wiz Exp $
+$NetBSD: distinfo,v 1.4 2022/03/31 08:40:49 adam Exp $
-BLAKE2s (tomli-2.0.0-py3-none-any.whl) = a20dc518d81a24d9f378abb39d170de29a9ad604d4a15bca85c5bf2c3becb656
-SHA512 (tomli-2.0.0-py3-none-any.whl) = 6191981e9771dedc5dc225734295774c75a272d03edfbea7415d2b4c09531d5022dba53affc47baf817ff9cc5945d8d62ea3eb67bd69e146a07eaa35dec5acc0
-Size (tomli-2.0.0-py3-none-any.whl) = 12127 bytes
+BLAKE2s (tomli-2.0.1-py3-none-any.whl) = 11d422c7bfa378cf76fc399c2dd3a15cd3835e1ea65e8d49c03dc1e5d63b94b1
+SHA512 (tomli-2.0.1-py3-none-any.whl) = b6164b03d3db360093f92e644e87a37a0ce20d63d7e9e271fcafd727f4fdb73ad6b301aaf32b3d2839f6eedbc8ea499dafba7335b8fdfc4667e30ed50c9805b4
+Size (tomli-2.0.1-py3-none-any.whl) = 12757 bytes
Home |
Main Index |
Thread Index |
Old Index