pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-tomlkit
Module Name: pkgsrc
Committed By: adam
Date: Sun Jul 30 08:00:34 UTC 2023
Modified Files:
pkgsrc/textproc/py-tomlkit: Makefile PLIST distinfo
Log Message:
py-tomlkit: updated to 0.12.1
0.12.1
Fixed
- Make float and int hashable.
0.12.0
Added
- Allow users to specify encoders for custom types.
Fixed
- Fix the incorrect sort when building a table with dotted keys.
- Complete the methods required for integer and float items.
- Replace the deprecated usage of `datetime.utcnow()`.
- Minor performance improvements when iterating over the escape sequences.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-tomlkit/Makefile \
pkgsrc/textproc/py-tomlkit/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-tomlkit/PLIST
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-tomlkit/Makefile
diff -u pkgsrc/textproc/py-tomlkit/Makefile:1.14 pkgsrc/textproc/py-tomlkit/Makefile:1.15
--- pkgsrc/textproc/py-tomlkit/Makefile:1.14 Thu Apr 27 17:49:20 2023
+++ pkgsrc/textproc/py-tomlkit/Makefile Sun Jul 30 08:00:34 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2023/04/27 17:49:20 adam Exp $
+# $NetBSD: Makefile,v 1.15 2023/07/30 08:00:34 adam Exp $
-DISTNAME= tomlkit-0.11.8
+DISTNAME= tomlkit-0.12.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tomlkit/}
@@ -11,8 +11,8 @@ COMMENT= Style preserving TOML library
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.1:../../devel/py-poetry-core
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-yaml>=5.0:../../textproc/py-yaml
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-yaml>=6.0:../../textproc/py-yaml
USE_LANGUAGES= # none
Index: pkgsrc/textproc/py-tomlkit/distinfo
diff -u pkgsrc/textproc/py-tomlkit/distinfo:1.14 pkgsrc/textproc/py-tomlkit/distinfo:1.15
--- pkgsrc/textproc/py-tomlkit/distinfo:1.14 Thu Apr 27 17:49:20 2023
+++ pkgsrc/textproc/py-tomlkit/distinfo Sun Jul 30 08:00:34 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/04/27 17:49:20 adam Exp $
+$NetBSD: distinfo,v 1.15 2023/07/30 08:00:34 adam Exp $
-BLAKE2s (tomlkit-0.11.8.tar.gz) = 3418465936523be8b08d7df6aa145266efb6c81621645de457efe029cd20832b
-SHA512 (tomlkit-0.11.8.tar.gz) = 538851d5460770000a1263fb2384dc8283f9fe56364ccebac2cef31be85c51056bbaf59c96134ceae624b978334c29b54653c28838567cd2806e70ec6e3e5856
-Size (tomlkit-0.11.8.tar.gz) = 188825 bytes
+BLAKE2s (tomlkit-0.12.1.tar.gz) = 186ef4f9e4cbe6f175adf09af190437b07f687069ae716148333bbca879c4f44
+SHA512 (tomlkit-0.12.1.tar.gz) = 1f82023cbb8168f847bfa0211ee5c4d6870973ee1f51f4b60deb34ae6e0e930fe299c939b6c157811d16a73c68225a468e8312ca2731e1bbdcc5541fde2e2360
+Size (tomlkit-0.12.1.tar.gz) = 190535 bytes
Index: pkgsrc/textproc/py-tomlkit/PLIST
diff -u pkgsrc/textproc/py-tomlkit/PLIST:1.2 pkgsrc/textproc/py-tomlkit/PLIST:1.3
--- pkgsrc/textproc/py-tomlkit/PLIST:1.2 Sun Apr 2 18:58:27 2023
+++ pkgsrc/textproc/py-tomlkit/PLIST Sun Jul 30 08:00:34 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/04/02 18:58:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/07/30 08:00:34 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -10,6 +10,8 @@ ${PYSITELIB}/tomlkit/__init__.py
${PYSITELIB}/tomlkit/__init__.pyc
${PYSITELIB}/tomlkit/_compat.py
${PYSITELIB}/tomlkit/_compat.pyc
+${PYSITELIB}/tomlkit/_types.py
+${PYSITELIB}/tomlkit/_types.pyc
${PYSITELIB}/tomlkit/_utils.py
${PYSITELIB}/tomlkit/_utils.pyc
${PYSITELIB}/tomlkit/api.py
Home |
Main Index |
Thread Index |
Old Index