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.
This commit is contained in:
Po-Chuan Hsieh
2024-10-17 17:01:09 +08:00
parent 0975f41464
commit 6e5a7366c3
2 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -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} \
+6 -3
View File
@@ -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",