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 Oct 26 09:06:53 UTC 2020

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

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

0.16.17
Add on_delete in ManyToManyField.
Support F expression in annotate.
Fix QuerySet.select_related in case of join same table twice.
Integrate Aerich into the install.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/py-tortoise-orm/Makefile
cvs rdiff -u -r1.5 -r1.6 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.9 pkgsrc/databases/py-tortoise-orm/Makefile:1.10
--- pkgsrc/databases/py-tortoise-orm/Makefile:1.9       Tue Sep 29 09:54:38 2020
+++ pkgsrc/databases/py-tortoise-orm/Makefile   Mon Oct 26 09:06:53 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/09/29 09:54:38 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/10/26 09:06:53 adam Exp $
 
-DISTNAME=      tortoise-orm-0.16.16
+DISTNAME=      tortoise-orm-0.16.17
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 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.5 pkgsrc/databases/py-tortoise-orm/distinfo:1.6
--- pkgsrc/databases/py-tortoise-orm/distinfo:1.5       Tue Sep 29 09:54:38 2020
+++ pkgsrc/databases/py-tortoise-orm/distinfo   Mon Oct 26 09:06:53 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/09/29 09:54:38 adam Exp $
+$NetBSD: distinfo,v 1.6 2020/10/26 09:06:53 adam Exp $
 
-SHA1 (tortoise-orm-0.16.16.tar.gz) = 79e83a2e6fdfa0c09ede01a9a1bf4dd8f9fb55d5
-RMD160 (tortoise-orm-0.16.16.tar.gz) = 26ab03b119e7299a13b8e205205ec9ae6199ca8d
-SHA512 (tortoise-orm-0.16.16.tar.gz) = a1f63956023d07beaedc0055a7941208dd2324a3568fa9dfc3fa67a78636b5f36352d961fc3d15bd5379efe552124d644fadfaf8b74878dea8905b0b2fa0f392
-Size (tortoise-orm-0.16.16.tar.gz) = 93710 bytes
+SHA1 (tortoise-orm-0.16.17.tar.gz) = 6741032650a13967d7b52f304d5a46f2986f7b47
+RMD160 (tortoise-orm-0.16.17.tar.gz) = f0ec67ab5b715a5c5fa4f2bc42eb2ef616129e37
+SHA512 (tortoise-orm-0.16.17.tar.gz) = 4a6b87204932cbf6085ce2e4ba26954a12528e6f9495d6534324375f2f8ebf5115b4abbed2ab16ed624cbfc3b74ddf58098fdf927b5e55c0636c3c9b25fb1cd2
+Size (tortoise-orm-0.16.17.tar.gz) = 94196 bytes



Home | Main Index | Thread Index | Old Index