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:           Fri Mar  6 06:23:42 UTC 2026

Modified Files:
        pkgsrc/databases/py-tortoise-orm: Makefile distinfo

Log Message:
py-tortoise-orm: updated to 1.1.6

1.1.6

Fixed

Migration generator now correctly orders AddIndex, RemoveIndex, AddConstraint, RemoveConstraint operations when adding/removing a field to a model that is used in an index or constraint.
CreateModel migrations now include DEFAULT clauses for fields with db_default set. Previously only AddField emitted defaults correctly.
AlterField migrations now detect max_length changes (e.g. VARCHAR(32) → VARCHAR(64)) and emit the correct ALTER statements across all backends.
backward_relations=False in PydanticMeta now only excludes unannotated backward relations — fields explicitly annotated with ReverseRelation in the model class body are preserved.
MySQL session time_zone now uses the configured timezone instead of always defaulting to +0:00 when use_tz=True.
Plus sign (+) in database URL passwords is no longer incorrectly decoded as a space.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/databases/py-tortoise-orm/Makefile
cvs rdiff -u -r1.37 -r1.38 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.46 pkgsrc/databases/py-tortoise-orm/Makefile:1.47
--- pkgsrc/databases/py-tortoise-orm/Makefile:1.46      Mon Feb 23 10:10:38 2026
+++ pkgsrc/databases/py-tortoise-orm/Makefile   Fri Mar  6 06:23:42 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2026/02/23 10:10:38 adam Exp $
+# $NetBSD: Makefile,v 1.47 2026/03/06 06:23:42 adam Exp $
 
-DISTNAME=      tortoise_orm-1.1.5
+DISTNAME=      tortoise_orm-1.1.6
 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.37 pkgsrc/databases/py-tortoise-orm/distinfo:1.38
--- pkgsrc/databases/py-tortoise-orm/distinfo:1.37      Mon Feb 23 10:10:38 2026
+++ pkgsrc/databases/py-tortoise-orm/distinfo   Fri Mar  6 06:23:42 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2026/02/23 10:10:38 adam Exp $
+$NetBSD: distinfo,v 1.38 2026/03/06 06:23:42 adam Exp $
 
-BLAKE2s (tortoise_orm-1.1.5.tar.gz) = ef8cce3fde4e1ec4e06d502d6bcf9d9dd584fcd2268164a16ef400f64487842c
-SHA512 (tortoise_orm-1.1.5.tar.gz) = bd0335fb23ebd68ff7f2699db4d6f9a49922a76ed1e9ceef13dbac0076ef32dc351a838c10ec83641dab1f0ba00486deee9044312c8d5e804e6b49e3b075fc55
-Size (tortoise_orm-1.1.5.tar.gz) = 375804 bytes
+BLAKE2s (tortoise_orm-1.1.6.tar.gz) = 90b4bf581d57ee8095d6b503eb70c1085d1bc7f7a889821faafb6bee29f4113d
+SHA512 (tortoise_orm-1.1.6.tar.gz) = 6149475ded6ab1b064639f7ea0fa9ceebe0dec51495e356f936fdbc152db7569f5187d348cc9406ee4438a800d8af0a34886b4529c7468d8c7c42ef729da7ca4
+Size (tortoise_orm-1.1.6.tar.gz) = 377565 bytes



Home | Main Index | Thread Index | Old Index