pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-tortoise-orm
Module Name: pkgsrc
Committed By: adam
Date: Mon Feb 16 18:09:02 UTC 2026
Modified Files:
pkgsrc/databases/py-tortoise-orm: Makefile distinfo
Log Message:
py-tortoise-orm: updated to 1.1.3
1.1.3
Added
RandomHex dialect-aware SqlDefault subclass for generating random hex strings across all backends.
Meta.constraints support on models — named UniqueConstraint objects are now captured by the migration autodetector, enabling AddConstraint/RemoveConstraint generation via makemigrations.
MySQL schema editor: _alter_field override using MODIFY COLUMN for NULL/NOT NULL changes; backtick-quoted ALTER_FIELD_* templates.
MSSQL schema editor: _alter_field override with ALTER COLUMN for nullability, named default constraint management via sys.default_constraints, bracket-quoted templates, and self-referencing FK
CASCADE → NO ACTION downgrade.
Fixed
MySQL migrations: ALTER COLUMN ... SET NOT NULL / DROP NOT NULL now correctly emits MODIFY COLUMN col type NOT NULL/NULL.
MSSQL migrations: DELETE_CONSTRAINT_TEMPLATE and UNIQUE_CONSTRAINT_CREATE_TEMPLATE now use bracket quoting [name] instead of double quotes.
MSSQL migrations: self-referencing foreign keys with CASCADE no longer fail with error 1785; automatically downgraded to NO ACTION.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/databases/py-tortoise-orm/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/py-tortoise-orm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-tortoise-orm/Makefile
diff -u pkgsrc/databases/py-tortoise-orm/Makefile:1.43 pkgsrc/databases/py-tortoise-orm/Makefile:1.44
--- pkgsrc/databases/py-tortoise-orm/Makefile:1.43 Sun Feb 15 12:56:08 2026
+++ pkgsrc/databases/py-tortoise-orm/Makefile Mon Feb 16 18:09:02 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2026/02/15 12:56:08 adam Exp $
+# $NetBSD: Makefile,v 1.44 2026/02/16 18:09:02 adam Exp $
-DISTNAME= tortoise_orm-1.1.2
+DISTNAME= tortoise_orm-1.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tortoise-orm/}
Index: pkgsrc/databases/py-tortoise-orm/distinfo
diff -u pkgsrc/databases/py-tortoise-orm/distinfo:1.34 pkgsrc/databases/py-tortoise-orm/distinfo:1.35
--- pkgsrc/databases/py-tortoise-orm/distinfo:1.34 Sun Feb 15 12:56:08 2026
+++ pkgsrc/databases/py-tortoise-orm/distinfo Mon Feb 16 18:09:02 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2026/02/15 12:56:08 adam Exp $
+$NetBSD: distinfo,v 1.35 2026/02/16 18:09:02 adam Exp $
-BLAKE2s (tortoise_orm-1.1.2.tar.gz) = a81514f3e5b1f265e21dcd42e29142f9b85d4d20eb46152b63fa6729a26c47c3
-SHA512 (tortoise_orm-1.1.2.tar.gz) = 24eab26c15a5102c72f9b56117aafaf3510465d4c47354849588a43ce9e33f57dac2b2723caf8155d6bfe17cd6f8506b8dc9c26e0be4fbff5895632c1d3b60de
-Size (tortoise_orm-1.1.2.tar.gz) = 357074 bytes
+BLAKE2s (tortoise_orm-1.1.3.tar.gz) = 48a526b6ad904a2540fd38b91ebc9ac6407248a1d26b8c7ef20c7ee4b4429861
+SHA512 (tortoise_orm-1.1.3.tar.gz) = 3a126d9a665e3552983f77fb6b34caa000f4d447c3340a136529a4ab11a147f2d7c3580f9422f3bbebadf00103cf06a73925fdd644a25091656e104b89a71040
+Size (tortoise_orm-1.1.3.tar.gz) = 364073 bytes
Home |
Main Index |
Thread Index |
Old Index