Date: Sun, 5 Mar 2023 00:38:26 GMT From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: caabc04b6dc8 - main - sysutils/py-ansible-lint: update to 6.14.0 Message-ID: <202303050038.3250cQwm086790@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=caabc04b6dc8c81641215744aa2c06dfa8feb6fc commit caabc04b6dc8c81641215744aa2c06dfa8feb6fc Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-03-05 00:09:12 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-03-05 00:38:21 +0000 sysutils/py-ansible-lint: update to 6.14.0 Changes: https://github.com/ansible/ansible-lint/releases/tag/v6.14.0 --- sysutils/py-ansible-lint/Makefile | 21 +++++++++++++++------ sysutils/py-ansible-lint/distinfo | 6 +++--- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/sysutils/py-ansible-lint/Makefile b/sysutils/py-ansible-lint/Makefile index 36621d9a7bdc..376866477233 100644 --- a/sysutils/py-ansible-lint/Makefile +++ b/sysutils/py-ansible-lint/Makefile @@ -1,5 +1,5 @@ PORTNAME= ansible-lint -PORTVERSION= 6.13.1 +PORTVERSION= 6.14.0 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,13 +24,22 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible-compat>=3.0.1:sysutils/py-ansible-co ${PYTHON_PKGNAMEPREFIX}yamllint>=1.26.3:devel/py-yamllint@${PY_FLAVOR} BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.0.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.4.2:devel/py-setuptools_scm@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>=3.7.0:devel/py-flaky@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=7.2.0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.10.1:devel/py-pytest-cov@${PY_FLAVOR} \ + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage_enable_subprocess>0:devel/py-coverage_enable_subprocess@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}coverage>-6.4.4:devel/py-coverage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flake8-future-annotations>0:devel/py-flake8-future-annotations@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mypy>0:devel/py-mypy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ + pylint${PYTHON_PKGNAMESUFFIX}>0:devel/pylint@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>7.2.0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-plus>=0.2:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=2.1.0:devel/py-pytest-xdist@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}spdx-tools>0:misc/py-spdx-tools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}types-PyYAML>0:devel/py-types-PyYAML@${PY_FLAVOR} -USES= python:3.8+ +USES= python:3.9+ USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes diff --git a/sysutils/py-ansible-lint/distinfo b/sysutils/py-ansible-lint/distinfo index 02273be536f8..38749e9bc397 100644 --- a/sysutils/py-ansible-lint/distinfo +++ b/sysutils/py-ansible-lint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676658802 -SHA256 (ansible-lint-6.13.1.tar.gz) = 435c12b4fd88da815af6821f3bf8b04ebb651811da89a11c9d190baff21badaa -SIZE (ansible-lint-6.13.1.tar.gz) = 488778 +TIMESTAMP = 1677963896 +SHA256 (ansible-lint-6.14.0.tar.gz) = e55157ac18bb3e3dfef424381c0299c67aac633de5aa11f7f80fe0a508041d7a +SIZE (ansible-lint-6.14.0.tar.gz) = 472203
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303050038.3250cQwm086790>