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


(adam)
diff -r1.9 -r1.10 pkgsrc/databases/py-tortoise-orm/Makefile
diff -r1.5 -r1.6 pkgsrc/databases/py-tortoise-orm/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/databases/py-tortoise-orm/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/py-tortoise-orm/Makefile 2020/09/29 09:54:38 1.9
+++ pkgsrc/databases/py-tortoise-orm/Makefile 2020/10/26 09:06:53 1.10
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2020/09/29 09:54:38 adam Exp $ 1# $NetBSD: Makefile,v 1.10 2020/10/26 09:06:53 adam Exp $
2 2
3DISTNAME= tortoise-orm-0.16.16 3DISTNAME= tortoise-orm-0.16.17
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= databases python 5CATEGORIES= databases python
6MASTER_SITES= ${MASTER_SITE_PYPI:=t/tortoise-orm/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=t/tortoise-orm/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/tortoise/tortoise-orm 9HOMEPAGE= https://github.com/tortoise/tortoise-orm
10COMMENT= Easy async ORM for Python, built with relations in mind 10COMMENT= Easy async ORM for Python, built with relations in mind
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-aiosqlite>=0.11.0:../../databases/py-aiosqlite 13DEPENDS+= ${PYPKGPREFIX}-aiosqlite>=0.11.0:../../databases/py-aiosqlite
14DEPENDS+= ${PYPKGPREFIX}-iso8601>=0.1.12:../../time/py-iso8601 14DEPENDS+= ${PYPKGPREFIX}-iso8601>=0.1.12:../../time/py-iso8601
15DEPENDS+= ${PYPKGPREFIX}-pypika>=0.39.0:../../databases/py-pypika 15DEPENDS+= ${PYPKGPREFIX}-pypika>=0.39.0:../../databases/py-pypika
16DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7:../../devel/py-typing-extensions 16DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7:../../devel/py-typing-extensions

cvs diff -r1.5 -r1.6 pkgsrc/databases/py-tortoise-orm/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/py-tortoise-orm/distinfo 2020/09/29 09:54:38 1.5
+++ pkgsrc/databases/py-tortoise-orm/distinfo 2020/10/26 09:06:53 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2020/09/29 09:54:38 adam Exp $ 1$NetBSD: distinfo,v 1.6 2020/10/26 09:06:53 adam Exp $
2 2
3SHA1 (tortoise-orm-0.16.16.tar.gz) = 79e83a2e6fdfa0c09ede01a9a1bf4dd8f9fb55d5 3SHA1 (tortoise-orm-0.16.17.tar.gz) = 6741032650a13967d7b52f304d5a46f2986f7b47
4RMD160 (tortoise-orm-0.16.16.tar.gz) = 26ab03b119e7299a13b8e205205ec9ae6199ca8d 4RMD160 (tortoise-orm-0.16.17.tar.gz) = f0ec67ab5b715a5c5fa4f2bc42eb2ef616129e37
5SHA512 (tortoise-orm-0.16.16.tar.gz) = a1f63956023d07beaedc0055a7941208dd2324a3568fa9dfc3fa67a78636b5f36352d961fc3d15bd5379efe552124d644fadfaf8b74878dea8905b0b2fa0f392 5SHA512 (tortoise-orm-0.16.17.tar.gz) = 4a6b87204932cbf6085ce2e4ba26954a12528e6f9495d6534324375f2f8ebf5115b4abbed2ab16ed624cbfc3b74ddf58098fdf927b5e55c0636c3c9b25fb1cd2
6Size (tortoise-orm-0.16.16.tar.gz) = 93710 bytes 6Size (tortoise-orm-0.16.17.tar.gz) = 94196 bytes