Date: Tue, 12 Dec 2023 08:18:57 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: 3297c00fc866 - main - databases/py-dbt-core: chase devel/py-pathspec update Message-ID: <202312120818.3BC8IvkH081458@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=3297c00fc866830ecdb0b1c0b9e95f059669b279 commit 3297c00fc866830ecdb0b1c0b9e95f059669b279 Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-12-12 08:12:57 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-12-12 08:12:57 +0000 databases/py-dbt-core: chase devel/py-pathspec update Widen the version restriction required by the py-dbt-core port -- changes to py-pathspec are non-breaking. Maintainer confirms that only the port Makefile needs updating, so omitting adding several patch files as in the original PR here: https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246997 PR: 246997 Approved by: Pat Maddox (maintainer) --- databases/py-dbt-core/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/py-dbt-core/Makefile b/databases/py-dbt-core/Makefile index 2c0f297933de..8520bccd9c78 100644 --- a/databases/py-dbt-core/Makefile +++ b/databases/py-dbt-core/Makefile @@ -1,5 +1,6 @@ PORTNAME= dbt-core PORTVERSION= 1.7.3 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.7,<2:textproc/py-agate@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}click>=8.0.2,<9:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>=2.3:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.9,<0.5:devel/py-colorama@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pathspec>=0.9,<0.12:devel/py-pathspec@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pathspec>=0.9,<0.13:devel/py-pathspec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6,<0.7:devel/py-isodate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.3,<0.5:databases/py-sqlparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dbt-extractor>=0.5:devel/py-dbt-extractor@${PY_FLAVOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312120818.3BC8IvkH081458>