mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
@@ -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} \
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user