summaryrefslogtreecommitdiff
path: root/databases/py-sqlglot
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--databases/py-sqlglot/Makefile2
-rw-r--r--databases/py-sqlglot/distinfo6
-rw-r--r--databases/py-sqlglot/files/patch-pyproject.toml11
-rw-r--r--databases/py-sqlglotrs/Makefile2
4 files changed, 16 insertions, 5 deletions
diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile
index d023c7cd67f0..59b1af8452ce 100644
--- a/databases/py-sqlglot/Makefile
+++ b/databases/py-sqlglot/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sqlglot
-PORTVERSION= 26.33.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 d1b4c41b8cc8..3254cce9d6cd 100644
--- a/databases/py-sqlglot/distinfo
+++ b/databases/py-sqlglot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752266058
-SHA256 (sqlglot-26.33.0.tar.gz) = 2817278779fa51d6def43aa0d70690b93a25c83eb18ec97130fdaf707abc0d73
-SIZE (sqlglot-26.33.0.tar.gz) = 5353340
+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",
diff --git a/databases/py-sqlglotrs/Makefile b/databases/py-sqlglotrs/Makefile
index db0f1bd63426..adc9924f6754 100644
--- a/databases/py-sqlglotrs/Makefile
+++ b/databases/py-sqlglotrs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sqlglotrs
PORTVERSION= 0.6.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}