pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-tomli_w



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct 10 12:26:06 UTC 2024

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

Log Message:
py-tomli_w: updated to 1.1.0

1.1.0

Removed

Support for Python 3.7 and 3.8

Added

Accept generic collections.abc.Mapping, not just dict, as input. Thank you Watal M. Iwasaki for the PR.
indent keyword argument for customizing indent width of arrays. Thank you Wim Jeantine-Glenn for the PR.
Type annotations
Type annotate dump function's output stream object as typing.IO[bytes] (previously typing.BinaryIO)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-tomli_w/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-tomli_w/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_w/Makefile
diff -u pkgsrc/textproc/py-tomli_w/Makefile:1.5 pkgsrc/textproc/py-tomli_w/Makefile:1.6
--- pkgsrc/textproc/py-tomli_w/Makefile:1.5     Sat Oct 28 19:57:20 2023
+++ pkgsrc/textproc/py-tomli_w/Makefile Thu Oct 10 12:26:06 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/10/28 19:57:20 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/10/10 12:26:06 adam Exp $
 
-DISTNAME=      tomli_w-1.0.0
+DISTNAME=      tomli_w-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tomli-w/}
 
@@ -11,11 +10,9 @@ HOMEPAGE=    https://github.com/hukkin/toml
 COMMENT=       Lil' TOML writer
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2.0:../../devel/py-flit_core
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-tomli_w/distinfo
diff -u pkgsrc/textproc/py-tomli_w/distinfo:1.1 pkgsrc/textproc/py-tomli_w/distinfo:1.2
--- pkgsrc/textproc/py-tomli_w/distinfo:1.1     Mon Jan 10 19:14:58 2022
+++ pkgsrc/textproc/py-tomli_w/distinfo Thu Oct 10 12:26:06 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/01/10 19:14:58 adam Exp $
+$NetBSD: distinfo,v 1.2 2024/10/10 12:26:06 adam Exp $
 
-BLAKE2s (tomli_w-1.0.0.tar.gz) = 2eabbfe95e1196157b0cb3ac739f6a17ca986193de55297e16048e14ad9a88ac
-SHA512 (tomli_w-1.0.0.tar.gz) = f785e12650d563ab40421ae061decb1c66a5ffc027a25846f71939643db2b423a7d8b3a4c03d8ad5c0c9a24f0c60bc665032487e9776a67f015bda81e39b841d
-Size (tomli_w-1.0.0.tar.gz) = 6531 bytes
+BLAKE2s (tomli_w-1.1.0.tar.gz) = cad49ac65006380b8f1f15337ad80a127b631c554ba1d12be0c6b28adbd35346
+SHA512 (tomli_w-1.1.0.tar.gz) = 2be5c15966bddc6e1a91011e0783cf85105cdee4bd81c26f61ad5d4066d1ff646b76d3d152c67920a80a569188976f1e2dbaef6def95a5611dfc9a905f544ff9
+Size (tomli_w-1.1.0.tar.gz) = 6929 bytes



Home | Main Index | Thread Index | Old Index