pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-tomli py-tomli: updated to 2.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5efe8adcd74
branches:  trunk
changeset: 375998:c5efe8adcd74
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Mar 31 08:40:49 2022 +0000

description:
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.

diffstat:

 textproc/py-tomli/Makefile |  4 ++--
 textproc/py-tomli/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 07858af38533 -r c5efe8adcd74 textproc/py-tomli/Makefile
--- a/textproc/py-tomli/Makefile        Thu Mar 31 07:30:32 2022 +0000
+++ b/textproc/py-tomli/Makefile        Thu Mar 31 08:40:49 2022 +0000
@@ -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/}
diff -r 07858af38533 -r c5efe8adcd74 textproc/py-tomli/distinfo
--- a/textproc/py-tomli/distinfo        Thu Mar 31 07:30:32 2022 +0000
+++ b/textproc/py-tomli/distinfo        Thu Mar 31 08:40:49 2022 +0000
@@ -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