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 | 12 |
3 files changed, 16 insertions, 4 deletions
diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile index e65f392ff62d..f143034b638d 100644 --- a/databases/py-sqlglot/Makefile +++ b/databases/py-sqlglot/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlglot -PORTVERSION= 27.1.0 +PORTVERSION= 27.9.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-sqlglot/distinfo b/databases/py-sqlglot/distinfo index df2b91385afe..3d85fe248030 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 = 1757120618 +SHA256 (sqlglot-27.9.0.tar.gz) = c286c7acbfe567c35e71a263ff9ac6149bce94e03dc6c7fe981cdd8c0c64e31d +SIZE (sqlglot-27.9.0.tar.gz) = 5430361 diff --git a/databases/py-sqlglot/files/patch-pyproject.toml b/databases/py-sqlglot/files/patch-pyproject.toml new file mode 100644 index 000000000000..ca65a06f5489 --- /dev/null +++ b/databases/py-sqlglot/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-08-27 21:09:31 UTC ++++ pyproject.toml +@@ -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 = { text = "MIT" } + requires-python = ">= 3.9" + classifiers = [ + "Development Status :: 5 - Production/Stable", |