Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2024 09:01:48 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6e5a7366c35f - main - databases/py-dbt-core: Allow build with py-isodate 0.7.0+
Message-ID:  <202410170901.49H91mbo066946@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6e5a7366c35fd37d406d74fee2fffe9487bb8122

commit 6e5a7366c35fd37d406d74fee2fffe9487bb8122
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-17 09:01:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-17 09:01:09 +0000

    databases/py-dbt-core: Allow build with py-isodate 0.7.0+
    
    - Bump PORTREVISION for package change
    
    isodate.parse_datetime is unchanged in isodate 0.7.0 update.
---
 databases/py-dbt-core/Makefile             | 4 ++--
 databases/py-dbt-core/files/patch-setup.py | 9 ++++++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/databases/py-dbt-core/Makefile b/databases/py-dbt-core/Makefile
index c9e89582d3b8..83d98fad367e 100644
--- a/databases/py-dbt-core/Makefile
+++ b/databases/py-dbt-core/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dbt-core
 DISTVERSION=	1.7.11
-PORTREVISION=	1
+PORTREVISION=	3
 CATEGORIES=	databases python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}agate>=1.7<2:textproc/py-agate@${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.13:devel/py-pathspec@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}isodate>=0.6<0.7:devel/py-isodate@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}isodate>=0.6:devel/py-isodate@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.3<0.6:databases/py-sqlparse@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dbt-extractor>=0.5:devel/py-dbt-extractor@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}minimal-snowplow-tracker>=0.0.2<0.1:devel/py-minimal-snowplow-tracker@${PY_FLAVOR} \
diff --git a/databases/py-dbt-core/files/patch-setup.py b/databases/py-dbt-core/files/patch-setup.py
index 986026cad15e..74a69b902f7b 100644
--- a/databases/py-dbt-core/files/patch-setup.py
+++ b/databases/py-dbt-core/files/patch-setup.py
@@ -1,8 +1,11 @@
---- setup.py.orig	2023-11-29 15:45:26 UTC
+--- setup.py.orig	2024-03-28 03:30:09 UTC
 +++ setup.py
-@@ -68,7 +68,7 @@ setup(
+@@ -66,9 +66,9 @@ setup(
+         # and check compatibility / bump in each new minor version of dbt-core.
+         "colorama>=0.3.9,<0.5",
          "pathspec>=0.9,<0.12",
-         "isodate>=0.6,<0.7",
+-        "isodate>=0.6,<0.7",
++        "isodate>=0.6",
          # ----
 -        "sqlparse>=0.2.3,<0.5",
 +        "sqlparse>=0.2.3,<0.6",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410170901.49H91mbo066946>