diff options
Diffstat (limited to 'databases/py-sqlglot')
| -rw-r--r-- | databases/py-sqlglot/Makefile | 4 | ||||
| -rw-r--r-- | databases/py-sqlglot/distinfo | 6 | ||||
| -rw-r--r-- | databases/py-sqlglot/files/patch-pyproject.toml | 7 |
3 files changed, 9 insertions, 8 deletions
diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile index 59b1af8452ce..60e783e74951 100644 --- a/databases/py-sqlglot/Makefile +++ b/databases/py-sqlglot/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlglot -PORTVERSION= 27.6.0 +PORTVERSION= 27.29.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.6.1<0.6.1_99:databases/py-sqlglotrs@${PY_FLAVOR} +RS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlglotrs>=0.7.3<0.7.3_99:databases/py-sqlglotrs@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/databases/py-sqlglot/distinfo b/databases/py-sqlglot/distinfo index 3254cce9d6cd..d08809aa3513 100644 --- a/databases/py-sqlglot/distinfo +++ b/databases/py-sqlglot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755062486 -SHA256 (sqlglot-27.6.0.tar.gz) = 413bc6c9978710bd97110e9a4363c517dfb92954d0a9fd2922e87c5707395deb -SIZE (sqlglot-27.6.0.tar.gz) = 5409152 +TIMESTAMP = 1762586774 +SHA256 (sqlglot-27.29.0.tar.gz) = 2270899694663acef94fa93497971837e6fadd712f4a98b32aee1e980bc82722 +SIZE (sqlglot-27.29.0.tar.gz) = 5503507 diff --git a/databases/py-sqlglot/files/patch-pyproject.toml b/databases/py-sqlglot/files/patch-pyproject.toml index f70406accde9..ca65a06f5489 100644 --- a/databases/py-sqlglot/files/patch-pyproject.toml +++ b/databases/py-sqlglot/files/patch-pyproject.toml @@ -1,11 +1,12 @@ ---- pyproject.toml.orig 2025-08-01 16:02:21 UTC +--- pyproject.toml.orig 2025-08-27 21:09:31 UTC +++ pyproject.toml -@@ -4,7 +4,7 @@ authors = [{ name = "Toby Mao", email = "toby.mao@gmai +@@ -4,8 +4,7 @@ authors = [{ name = "Toby Mao", email = "toby.mao@gmai description = "An easily customizable SQL parser and transpiler" readme = "README.md" authors = [{ name = "Toby Mao", email = "toby.mao@gmail.com" }] +-license = "MIT" -license-files = ["LICENSE"] -+license = { file = "LICENSE" } ++license = { text = "MIT" } requires-python = ">= 3.9" classifiers = [ "Development Status :: 5 - Production/Stable", |
