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:           Thu Nov  2 19:36:17 UTC 2023

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

Log Message:
py-tomlkit: updated to 0.12.2

0.12.2

Fixed

- Fixed a bug that overwriting a sub table with a plain value raises an error.
- Correct the return type of integer division.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-tomlkit/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-tomlkit/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-tomlkit/Makefile
diff -u pkgsrc/textproc/py-tomlkit/Makefile:1.16 pkgsrc/textproc/py-tomlkit/Makefile:1.17
--- pkgsrc/textproc/py-tomlkit/Makefile:1.16    Sat Oct 28 19:57:21 2023
+++ pkgsrc/textproc/py-tomlkit/Makefile Thu Nov  2 19:36:17 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2023/10/28 19:57:21 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2023/11/02 19:36:17 adam Exp $
 
-DISTNAME=      tomlkit-0.12.1
+DISTNAME=      tomlkit-0.12.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tomlkit/}
 
@@ -12,15 +11,11 @@ COMMENT=    Style preserving TOML library
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.1:../../devel/py-poetry-core
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-yaml>=6.0:../../textproc/py-yaml
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-tomlkit/distinfo
diff -u pkgsrc/textproc/py-tomlkit/distinfo:1.15 pkgsrc/textproc/py-tomlkit/distinfo:1.16
--- pkgsrc/textproc/py-tomlkit/distinfo:1.15    Sun Jul 30 08:00:34 2023
+++ pkgsrc/textproc/py-tomlkit/distinfo Thu Nov  2 19:36:17 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/07/30 08:00:34 adam Exp $
+$NetBSD: distinfo,v 1.16 2023/11/02 19:36:17 adam Exp $
 
-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
+BLAKE2s (tomlkit-0.12.2.tar.gz) = c7e8d6cf96e1326620a8f37218ac1806e77cee5354e50e80d098638032043b3a
+SHA512 (tomlkit-0.12.2.tar.gz) = c36405e95ab42e1e728b4344dd71d183c2e8c174b3524d3337af2456e141f5a54fed82c1f613d5493efef50170f2985f74b1e5859790e865379fab7f90f03c65
+Size (tomlkit-0.12.2.tar.gz) = 190725 bytes



Home | Main Index | Thread Index | Old Index