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:           Sun May 26 18:57:14 UTC 2024

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

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

0.21.2

Added

- Add `create_unique_index` argument to M2M field and default if it is true

0.21.1

Fixed

- Fix error on using old style `pk=True`


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/py-tortoise-orm/Makefile
cvs rdiff -u -r1.15 -r1.16 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.20 pkgsrc/databases/py-tortoise-orm/Makefile:1.21
--- pkgsrc/databases/py-tortoise-orm/Makefile:1.20      Fri May 24 07:58:52 2024
+++ pkgsrc/databases/py-tortoise-orm/Makefile   Sun May 26 18:57:14 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/05/24 07:58:52 adam Exp $
+# $NetBSD: Makefile,v 1.21 2024/05/26 18:57:14 adam Exp $
 
-DISTNAME=      tortoise_orm-0.21.0
+DISTNAME=      tortoise_orm-0.21.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.15 pkgsrc/databases/py-tortoise-orm/distinfo:1.16
--- pkgsrc/databases/py-tortoise-orm/distinfo:1.15      Fri May 24 07:58:52 2024
+++ pkgsrc/databases/py-tortoise-orm/distinfo   Sun May 26 18:57:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/05/24 07:58:52 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/05/26 18:57:14 adam Exp $
 
-BLAKE2s (tortoise_orm-0.21.0.tar.gz) = 742e35489f2059cae92f2dc08d6dec9dcf91de8c95da8ed561a692a230c75880
-SHA512 (tortoise_orm-0.21.0.tar.gz) = da7dd0c3997d851ce7560c456078b17da8bbd9e4fd7643bdbde3f6954162ba54919b9a4418659a4b325f3e3c0a035c1f21348d2be4fd960dc7b13a3e404187b9
-Size (tortoise_orm-0.21.0.tar.gz) = 135126 bytes
+BLAKE2s (tortoise_orm-0.21.2.tar.gz) = 167e1bff890ef5c5a958472f711c5f05abdf7a4de16cc785843d214fb9ce44ec
+SHA512 (tortoise_orm-0.21.2.tar.gz) = 433fca2e38b719bc889372ba4aef27c7f2301f8050f543c45b62bbdffc848320ee4732d1aaabba5cc1c1d27b036fc91b8c2df81d93d92db4b66d8ab092f0f775
+Size (tortoise_orm-0.21.2.tar.gz) = 135542 bytes



Home | Main Index | Thread Index | Old Index