Date: Mon, 02 Feb 2026 20:48:25 +0000 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: 061045392847 - main - devel/py-yamllint: update to 1.38.0 Message-ID: <69810d99.3d94d.7e31c772@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=06104539284796e103f732bce18cd4566d42aabe commit 06104539284796e103f732bce18cd4566d42aabe Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2026-02-02 20:46:17 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2026-02-02 20:46:17 +0000 devel/py-yamllint: update to 1.38.0 Add patches around our lack of a recent py-setuptools Changes: https://github.com/adrienverge/yamllint/blob/v1.38.0/CHANGELOG.rst Reported by: repology --- devel/py-yamllint/Makefile | 2 +- devel/py-yamllint/distinfo | 6 +++--- devel/py-yamllint/files/patch-pyproject.toml | 20 ++++++++++++++++++++ 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/devel/py-yamllint/Makefile b/devel/py-yamllint/Makefile index b159cda58c5c..421ebf77bcfa 100644 --- a/devel/py-yamllint/Makefile +++ b/devel/py-yamllint/Makefile @@ -1,5 +1,5 @@ PORTNAME= yamllint -PORTVERSION= 1.37.1 +PORTVERSION= 1.38.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-yamllint/distinfo b/devel/py-yamllint/distinfo index 19a5a460e14c..d91eaecdf314 100644 --- a/devel/py-yamllint/distinfo +++ b/devel/py-yamllint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746423699 -SHA256 (yamllint-1.37.1.tar.gz) = 81f7c0c5559becc8049470d86046b36e96113637bcbe4753ecef06977c00245d -SIZE (yamllint-1.37.1.tar.gz) = 141613 +TIMESTAMP = 1770064179 +SHA256 (yamllint-1.38.0.tar.gz) = 09e5f29531daab93366bb061e76019d5e91691ef0a40328f04c927387d1d364d +SIZE (yamllint-1.38.0.tar.gz) = 142446 diff --git a/devel/py-yamllint/files/patch-pyproject.toml b/devel/py-yamllint/files/patch-pyproject.toml new file mode 100644 index 000000000000..81cf7456400c --- /dev/null +++ b/devel/py-yamllint/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2026-01-13 07:47:21 UTC ++++ pyproject.toml +@@ -3,7 +3,7 @@ requires-python = ">=3.10" + description = "A linter for YAML files." + readme = {file = "README.rst", content-type = "text/x-rst"} + requires-python = ">=3.10" +-license = "GPL-3.0-or-later" ++license = { text = "GPL-3.0-or-later" } + authors = [{name = "Adrien Vergé"}] + keywords = ["yaml", "lint", "linter", "syntax", "checker"] + classifiers = [ +@@ -42,7 +42,7 @@ build-backend = "setuptools.build_meta" + + [build-system] + build-backend = "setuptools.build_meta" +-requires = ["setuptools >= 77.0.3"] ++requires = ["setuptools >= 61"] + + [tool.setuptools] + packages = ["yamllint", "yamllint.conf", "yamllint.rules"]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69810d99.3d94d.7e31c772>
