Date: Tue, 10 Feb 2026 20:19:42 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: b545961fff3d - 2026Q1 - devel/py-pydantic-yaml: Allow build with py-ruamel.yaml 0.19.0+ Message-ID: <698b92de.3d87c.332f9108@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch 2026Q1 has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b545961fff3da1f0594b986fbeb7a6e3260170cb commit b545961fff3da1f0594b986fbeb7a6e3260170cb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-01-15 11:37:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-02-10 20:18:56 +0000 devel/py-pydantic-yaml: Allow build with py-ruamel.yaml 0.19.0+ - Bump PORTREVISION for package change It fixes build after 7e7493383b5e027b27e9136282856b66b1d2fa3d. Reported by: pkg-fallout (cherry picked from commit 7ed18480dcc71a1aaea178f8010aff94404e98d4) --- devel/py-pydantic-yaml/Makefile | 3 ++- devel/py-pydantic-yaml/files/patch-pyproject.toml | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/devel/py-pydantic-yaml/Makefile b/devel/py-pydantic-yaml/Makefile index d7f958a748ed..8df2e2bc76c6 100644 --- a/devel/py-pydantic-yaml/Makefile +++ b/devel/py-pydantic-yaml/Makefile @@ -1,5 +1,6 @@ PORTNAME= pydantic-yaml PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${P ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.0.0:devel/py-pydantic2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.17.0<0.19.0:devel/py-ruamel.yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.17.0<0.20.0:devel/py-ruamel.yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python diff --git a/devel/py-pydantic-yaml/files/patch-pyproject.toml b/devel/py-pydantic-yaml/files/patch-pyproject.toml new file mode 100644 index 000000000000..0c3cd790ede5 --- /dev/null +++ b/devel/py-pydantic-yaml/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-08-08 21:00:34 UTC ++++ pyproject.toml +@@ -28,7 +28,7 @@ dependencies = [ + ] + dependencies = [ + "pydantic>=1.8", # including pydantic>=2.0.0! +- "ruamel.yaml>=0.17.0,<0.19.0", # recommended ~=0.18.x ++ "ruamel.yaml>=0.17.0,<0.20.0", # recommended ~=0.18.x + "typing_extensions>=4.5.0", + ] +home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698b92de.3d87c.332f9108>
