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 Apr 2 18:58:27 UTC 2023
Modified Files:
pkgsrc/textproc/py-tomlkit: Makefile PLIST distinfo
Log Message:
py-tomlkit: updated to 0.11.7
0.11.7
Fixed
- Parse empty table name if it is quoted.
- Fix a bug that remove last element of an Inline Table leaves a comma.
- Parse datetime when it is followed by a space.
- Fix the `unwrap()` method for `Container` children values which sometimes returns an internal object if the table is an out-of-order table.
- Fix the wrong return type when doing arithmetic operations between integers and floats.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-tomlkit/Makefile \
pkgsrc/textproc/py-tomlkit/distinfo
cvs rdiff -u -r1.1 -r1.2 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.12 pkgsrc/textproc/py-tomlkit/Makefile:1.13
--- pkgsrc/textproc/py-tomlkit/Makefile:1.12 Fri Oct 28 10:34:31 2022
+++ pkgsrc/textproc/py-tomlkit/Makefile Sun Apr 2 18:58:27 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2022/10/28 10:34:31 adam Exp $
+# $NetBSD: Makefile,v 1.13 2023/04/02 18:58:27 adam Exp $
-DISTNAME= tomlkit-0.11.6
+DISTNAME= tomlkit-0.11.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tomlkit/}
@@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/sdispater/t
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
@@ -20,5 +21,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-tomlkit/distinfo
diff -u pkgsrc/textproc/py-tomlkit/distinfo:1.12 pkgsrc/textproc/py-tomlkit/distinfo:1.13
--- pkgsrc/textproc/py-tomlkit/distinfo:1.12 Fri Oct 28 10:34:31 2022
+++ pkgsrc/textproc/py-tomlkit/distinfo Sun Apr 2 18:58:27 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/10/28 10:34:31 adam Exp $
+$NetBSD: distinfo,v 1.13 2023/04/02 18:58:27 adam Exp $
-BLAKE2s (tomlkit-0.11.6.tar.gz) = e0302f0615f356db07a402b3487d201bedd1100b37245b5d1a6a5190ac3cd4d7
-SHA512 (tomlkit-0.11.6.tar.gz) = 692f2facb18440609b63995f690f4ba29e82d696f5ce612f872499b4a42bb0ab33fcbf52abf36057c25448b3e29f30955dbc7e0ba34f10d21cb9b5d36e9ad9bf
-Size (tomlkit-0.11.6.tar.gz) = 188290 bytes
+BLAKE2s (tomlkit-0.11.7.tar.gz) = 41c8805276dd9253b796759d00dfcb398be6ac55b8df4e204254f54950c69e89
+SHA512 (tomlkit-0.11.7.tar.gz) = 456de2047fe1da1905ebf6eed99bdbd7d565fab2ecb50b9c06655188271d52b3680882ce0db2beb69fa9e7d18548b8045a99c4897e12e1d92d9cf92a937864ab
+Size (tomlkit-0.11.7.tar.gz) = 188555 bytes
Index: pkgsrc/textproc/py-tomlkit/PLIST
diff -u pkgsrc/textproc/py-tomlkit/PLIST:1.1 pkgsrc/textproc/py-tomlkit/PLIST:1.2
--- pkgsrc/textproc/py-tomlkit/PLIST:1.1 Tue Jan 11 19:17:22 2022
+++ pkgsrc/textproc/py-tomlkit/PLIST Sun Apr 2 18:58:27 2023
@@ -1,42 +1,33 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/11 19:17:22 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2023/04/02 18:58:27 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
${PYSITELIB}/tomlkit/__init__.py
${PYSITELIB}/tomlkit/__init__.pyc
-${PYSITELIB}/tomlkit/__init__.pyo
${PYSITELIB}/tomlkit/_compat.py
${PYSITELIB}/tomlkit/_compat.pyc
-${PYSITELIB}/tomlkit/_compat.pyo
${PYSITELIB}/tomlkit/_utils.py
${PYSITELIB}/tomlkit/_utils.pyc
-${PYSITELIB}/tomlkit/_utils.pyo
${PYSITELIB}/tomlkit/api.py
${PYSITELIB}/tomlkit/api.pyc
-${PYSITELIB}/tomlkit/api.pyo
${PYSITELIB}/tomlkit/container.py
${PYSITELIB}/tomlkit/container.pyc
-${PYSITELIB}/tomlkit/container.pyo
${PYSITELIB}/tomlkit/exceptions.py
${PYSITELIB}/tomlkit/exceptions.pyc
-${PYSITELIB}/tomlkit/exceptions.pyo
${PYSITELIB}/tomlkit/items.py
${PYSITELIB}/tomlkit/items.pyc
-${PYSITELIB}/tomlkit/items.pyo
${PYSITELIB}/tomlkit/parser.py
${PYSITELIB}/tomlkit/parser.pyc
-${PYSITELIB}/tomlkit/parser.pyo
${PYSITELIB}/tomlkit/py.typed
${PYSITELIB}/tomlkit/source.py
${PYSITELIB}/tomlkit/source.pyc
-${PYSITELIB}/tomlkit/source.pyo
${PYSITELIB}/tomlkit/toml_char.py
${PYSITELIB}/tomlkit/toml_char.pyc
-${PYSITELIB}/tomlkit/toml_char.pyo
${PYSITELIB}/tomlkit/toml_document.py
${PYSITELIB}/tomlkit/toml_document.pyc
-${PYSITELIB}/tomlkit/toml_document.pyo
${PYSITELIB}/tomlkit/toml_file.py
${PYSITELIB}/tomlkit/toml_file.pyc
-${PYSITELIB}/tomlkit/toml_file.pyo
Home |
Main Index |
Thread Index |
Old Index