diff options
Diffstat (limited to '')
-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 | ||||
-rw-r--r-- | databases/py-sqlglotrs/Makefile | 1 |
4 files changed, 16 insertions, 4 deletions
diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile index cf511dfac9b1..59b1af8452ce 100644 --- a/databases/py-sqlglot/Makefile +++ b/databases/py-sqlglot/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlglot -PORTVERSION= 26.31.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 fb751280939a..3254cce9d6cd 100644 --- a/databases/py-sqlglot/distinfo +++ b/databases/py-sqlglot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751208152 -SHA256 (sqlglot-26.31.0.tar.gz) = e9b8f52d02e21636cd7e463af29db0b86707437b9d468b7b2166b67fa96cdd87 -SIZE (sqlglot-26.31.0.tar.gz) = 5341968 +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 93e64667b26c..adc9924f6754 100644 --- a/databases/py-sqlglotrs/Makefile +++ b/databases/py-sqlglotrs/Makefile @@ -1,5 +1,6 @@ PORTNAME= sqlglotrs PORTVERSION= 0.6.1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |