summaryrefslogtreecommitdiff
path: root/databases/py-sqlglot/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-11-22 04:53:21 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-11-22 04:53:21 +0800
commit35a65a45930399a1aed9afdfc02d3659542ff82d (patch)
tree157e56d3dae4f5461dcfef77c3d223cf067c48a1 /databases/py-sqlglot/Makefile
parentdatabases/py-psycopg-pool: Update to 3.2.4 (diff)
databases/py-sqlglot: Update to 25.31.0
Changes: https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md
Diffstat (limited to 'databases/py-sqlglot/Makefile')
-rw-r--r--databases/py-sqlglot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile
index ae98a655c10a..d23463f11bd1 100644
--- a/databases/py-sqlglot/Makefile
+++ b/databases/py-sqlglot/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sqlglot
-PORTVERSION= 25.30.0
+PORTVERSION= 25.31.0
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,6 +24,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= RS
RS_DESC= SQL parser and transpiler in Rust
-RS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlglotrs>=0.2.13<0.2.13_99:databases/py-sqlglotrs@${PY_FLAVOR}
+RS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlglotrs>=0.2.14<0.2.14_99:databases/py-sqlglotrs@${PY_FLAVOR}
.include <bsd.port.mk>