git: 67dde8fc4396 - main - databases/py-snowddl: Update 0.36.2 => 0.58.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Oct 2025 19:03:14 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=67dde8fc4396a99beb526a99fb4d0c9bf1c98e50
commit 67dde8fc4396a99beb526a99fb4d0c9bf1c98e50
Author: Pat Maddox <pat@patmaddox.com>
AuthorDate: 2025-10-18 19:02:00 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-10-18 19:02:00 +0000
databases/py-snowddl: Update 0.36.2 => 0.58.2
Changelog:
https://github.com/littleK0i/SnowDDL/blob/033c88a/CHANGELOG.md
PR: 290339
---
databases/py-snowddl/Makefile | 2 +-
databases/py-snowddl/distinfo | 6 +++---
databases/py-snowddl/files/patch-pyproject.toml | 11 +++++++++++
3 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/databases/py-snowddl/Makefile b/databases/py-snowddl/Makefile
index c4f5cd58eae1..e05f53b54b63 100644
--- a/databases/py-snowddl/Makefile
+++ b/databases/py-snowddl/Makefile
@@ -1,5 +1,5 @@
PORTNAME= snowddl
-DISTVERSION= 0.36.2
+DISTVERSION= 0.58.2
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/databases/py-snowddl/distinfo b/databases/py-snowddl/distinfo
index 1062a6b2951b..835eb80810c1 100644
--- a/databases/py-snowddl/distinfo
+++ b/databases/py-snowddl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1733305083
-SHA256 (snowddl-0.36.2.tar.gz) = d4db663566c5b7c68c98bade3904e6c36741468e9dfe6f484ff4083f839fb61e
-SIZE (snowddl-0.36.2.tar.gz) = 134162
+TIMESTAMP = 1760766674
+SHA256 (snowddl-0.58.2.tar.gz) = 8fd65d3839b18f798746ade49f922bf60618352fdd1775206e0bf2e953e28886
+SIZE (snowddl-0.58.2.tar.gz) = 150428
diff --git a/databases/py-snowddl/files/patch-pyproject.toml b/databases/py-snowddl/files/patch-pyproject.toml
new file mode 100644
index 000000000000..aa6c05a2c4ab
--- /dev/null
+++ b/databases/py-snowddl/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2025-10-18 07:44:17 UTC
++++ pyproject.toml
+@@ -9,7 +9,7 @@ keywords = ["snowflake", "database", "schema", "object
+ ]
+ description = "Object management automation tool for Snowflake"
+ keywords = ["snowflake", "database", "schema", "object", "change", "ddl", "sql", "create", "alter", "drop", "grant", "table", "view"]
+-license = "MIT AND (Apache-2.0 OR BSD-2-Clause)"
++license = {text = "MIT AND (Apache-2.0 OR BSD-2-Clause)"}
+ classifiers = [
+ "Development Status :: 4 - Beta",
+ "Operating System :: OS Independent",