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:           Tue Mar  4 06:07:26 UTC 2025

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

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

0.24.2

Fixed

Fix model with multi m2m fields generates wrong references name
Fix using reserved words in order_by
Fix installing tortoise-orm with poetry 2

Changed

Use 'unique' instead of 'create_unique_index' for m2m field


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/databases/py-tortoise-orm/Makefile
cvs rdiff -u -r1.26 -r1.27 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.32 pkgsrc/databases/py-tortoise-orm/Makefile:1.33
--- pkgsrc/databases/py-tortoise-orm/Makefile:1.32      Wed Feb 26 08:15:14 2025
+++ pkgsrc/databases/py-tortoise-orm/Makefile   Tue Mar  4 06:07:25 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2025/02/26 08:15:14 adam Exp $
+# $NetBSD: Makefile,v 1.33 2025/03/04 06:07:25 adam Exp $
 
-DISTNAME=      tortoise_orm-0.24.1
+DISTNAME=      tortoise_orm-0.24.2
 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.26 pkgsrc/databases/py-tortoise-orm/distinfo:1.27
--- pkgsrc/databases/py-tortoise-orm/distinfo:1.26      Wed Feb 26 08:15:14 2025
+++ pkgsrc/databases/py-tortoise-orm/distinfo   Tue Mar  4 06:07:25 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2025/02/26 08:15:14 adam Exp $
+$NetBSD: distinfo,v 1.27 2025/03/04 06:07:25 adam Exp $
 
-BLAKE2s (tortoise_orm-0.24.1.tar.gz) = 82c0a29ff67579c35a876f32303ed14904585b4e6226e923fe7a2b49c2255a52
-SHA512 (tortoise_orm-0.24.1.tar.gz) = bb4e3f2d73de85cd0eb92896a5e23361849f8311b8c9d0756285361972a93873105f50fd7e5f7ae807e2b730f4aea2e749fe3897086bdecc3fed9ac9a6058d3f
-Size (tortoise_orm-0.24.1.tar.gz) = 144340 bytes
+BLAKE2s (tortoise_orm-0.24.2.tar.gz) = 0a66f10f08ee15e333e94ecff10cdc1f409bceb02e57635ab50a23870fbcb1b3
+SHA512 (tortoise_orm-0.24.2.tar.gz) = dcee1df05967d70b580174572d1d3e3bffb6f1d5c8ef79460f5878ddb942ecf62539c43290bf4fc03729a829b70e1ed95f6972b69efb0cdace8c3864bf90ab70
+Size (tortoise_orm-0.24.2.tar.gz) = 126496 bytes



Home | Main Index | Thread Index | Old Index