pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-ini2toml
Module Name: pkgsrc
Committed By: adam
Date: Mon Apr 17 09:38:10 UTC 2023
Modified Files:
pkgsrc/textproc/py-ini2toml: Makefile PLIST distinfo
Log Message:
py-ini2toml: updated to 0.12
Version 0.12
* Fix logging in case of early errors while loading plugins, :pr:`69`
* Log warning if ``flake8`` and ``devpi`` sections are translation,
prompting the user to review the output, :issue:`72`
* ``pytest`` plugin:
* Fix parsing of ``filterwarnings``, issue:`74`
Version 0.11.3
* Fix dependency problems by requiring ``pyproject-fmt>=0.4.0``
Version 0.11.2
* Adapt to changes in ``pyproject-fmt`` 0.4.0
Version 0.11.1
* Internal test fixes, minor CI and doc improvements
* Only list ``pyproject-fmt`` as an experimental dependency on Python 3.7+
Version 0.11
* ``setuptools`` plugin:
* Add minimum version of ``setuptools`` implementing :pep:`621` to ``[build-system] requires``, :pr:`42`
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-ini2toml/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-ini2toml/PLIST \
pkgsrc/textproc/py-ini2toml/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-ini2toml/Makefile
diff -u pkgsrc/textproc/py-ini2toml/Makefile:1.3 pkgsrc/textproc/py-ini2toml/Makefile:1.4
--- pkgsrc/textproc/py-ini2toml/Makefile:1.3 Wed Apr 13 10:42:32 2022
+++ pkgsrc/textproc/py-ini2toml/Makefile Mon Apr 17 09:38:10 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/04/13 10:42:32 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/04/17 09:38:10 adam Exp $
-DISTNAME= ini2toml-0.10
+DISTNAME= ini2toml-0.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ini2toml/}
@@ -10,11 +10,12 @@ HOMEPAGE= https://github.com/abravalheri
COMMENT= Automatically conversion of .ini/.cfg files to TOML equivalents
LICENSE= mpl-2.0
-BUILD_DEPENDS+= ${PYPKGPREFIX}-packaging>=20.7:../../devel/py-packaging
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+DEPENDS+= ${PYPKGPREFIX}-packaging>=20.7:../../devel/py-packaging
TEST_DEPENDS+= ${PYPKGPREFIX}-configupdater>=3.0.1:../../devel/py-configupdater
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>0:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-tomlkit>=0.10.0:../../textproc/py-tomlkit
TEST_DEPENDS+= ${PYPKGPREFIX}-validate-pyproject>=0.6:../../textproc/py-validate-pyproject
USE_LANGUAGES= # none
Index: pkgsrc/textproc/py-ini2toml/PLIST
diff -u pkgsrc/textproc/py-ini2toml/PLIST:1.1 pkgsrc/textproc/py-ini2toml/PLIST:1.2
--- pkgsrc/textproc/py-ini2toml/PLIST:1.1 Tue Apr 5 07:15:09 2022
+++ pkgsrc/textproc/py-ini2toml/PLIST Mon Apr 17 09:38:10 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/04/05 07:15:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/04/17 09:38:10 adam Exp $
bin/ini2toml-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -70,6 +70,9 @@ ${PYSITELIB}/ini2toml/plugins/pytest.pyo
${PYSITELIB}/ini2toml/plugins/setuptools_pep621.py
${PYSITELIB}/ini2toml/plugins/setuptools_pep621.pyc
${PYSITELIB}/ini2toml/plugins/setuptools_pep621.pyo
+${PYSITELIB}/ini2toml/plugins/toml_incompatibilities.py
+${PYSITELIB}/ini2toml/plugins/toml_incompatibilities.pyc
+${PYSITELIB}/ini2toml/plugins/toml_incompatibilities.pyo
${PYSITELIB}/ini2toml/profile.py
${PYSITELIB}/ini2toml/profile.pyc
${PYSITELIB}/ini2toml/profile.pyo
Index: pkgsrc/textproc/py-ini2toml/distinfo
diff -u pkgsrc/textproc/py-ini2toml/distinfo:1.1 pkgsrc/textproc/py-ini2toml/distinfo:1.2
--- pkgsrc/textproc/py-ini2toml/distinfo:1.1 Tue Apr 5 07:15:09 2022
+++ pkgsrc/textproc/py-ini2toml/distinfo Mon Apr 17 09:38:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/04/05 07:15:09 adam Exp $
+$NetBSD: distinfo,v 1.2 2023/04/17 09:38:10 adam Exp $
-BLAKE2s (ini2toml-0.10.tar.gz) = baca119db7f2987a15b146c00fff99ddab7575591b9e911714be587f3ca06eec
-SHA512 (ini2toml-0.10.tar.gz) = 2c11e48e77dc0cdf852e9a42cb3a0b4e404dd17a9dd6742476b814e777442e9a44bc4086513f83edea8d428f7902e105804685cf5d4d14134f2dde415eb1e646
-Size (ini2toml-0.10.tar.gz) = 99836 bytes
+BLAKE2s (ini2toml-0.12.tar.gz) = ef772e4eebbe7aab9717b61f7981a0b8beedbe716e4fbc4b8d8413bd33562f1b
+SHA512 (ini2toml-0.12.tar.gz) = c324a65fa20af880f2731b740dbf041ef7673d7ab817a9ee1947bf781d39bc000fcd8a725a546fc6af0dbecd0ec0534b2f9b83f3d8ab4afc0239d94acca06df5
+Size (ini2toml-0.12.tar.gz) = 101098 bytes
Home |
Main Index |
Thread Index |
Old Index