diff options
Diffstat (limited to 'databases/py-sqlglot')
-rw-r--r-- | databases/py-sqlglot/Makefile | 2 | ||||
-rw-r--r-- | databases/py-sqlglot/distinfo | 6 | ||||
-rw-r--r-- | databases/py-sqlglot/files/patch-pyproject.toml | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile index e65f392ff62d..59b1af8452ce 100644 --- a/databases/py-sqlglot/Makefile +++ b/databases/py-sqlglot/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlglot -PORTVERSION= 27.1.0 +PORTVERSION= 27.6.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlglot/distinfo b/databases/py-sqlglot/distinfo index df2b91385afe..3254cce9d6cd 100644 --- a/databases/py-sqlglot/distinfo +++ b/databases/py-sqlglot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753265742 -SHA256 (sqlglot-27.1.0.tar.gz) = be8f5fde14a49744ab8c519ab1ea955668c1895b759ab18a7065b4e5d6de1c8e -SIZE (sqlglot-27.1.0.tar.gz) = 5379716 +TIMESTAMP = 1755062486 +SHA256 (sqlglot-27.6.0.tar.gz) = 413bc6c9978710bd97110e9a4363c517dfb92954d0a9fd2922e87c5707395deb +SIZE (sqlglot-27.6.0.tar.gz) = 5409152 diff --git a/databases/py-sqlglot/files/patch-pyproject.toml b/databases/py-sqlglot/files/patch-pyproject.toml new file mode 100644 index 000000000000..f70406accde9 --- /dev/null +++ b/databases/py-sqlglot/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-08-01 16:02:21 UTC ++++ pyproject.toml +@@ -4,7 +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-files = ["LICENSE"] ++license = { file = "LICENSE" } + requires-python = ">= 3.9" + classifiers = [ + "Development Status :: 5 - Production/Stable", |