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.
This commit is contained in:
adam 2023-04-02 18:58:27 +00:00
parent b2be6f427e
commit 96b94014ed
3 changed files with 16 additions and 24 deletions

View file

@ -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/tomlkit
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"

View file

@ -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

View file

@ -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