Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E646F1A9239 for ; Mon, 26 Oct 2020 09:06:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 892AD84D57; Mon, 26 Oct 2020 09:06:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E18F84D40 for ; Mon, 26 Oct 2020 09:06:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id es94zK37yWMd for ; Mon, 26 Oct 2020 09:06:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8AD2884C86 for ; Mon, 26 Oct 2020 09:06:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 86E8AFB28; Mon, 26 Oct 2020 09:06:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160370321339310" MIME-Version: 1.0 Date: Mon, 26 Oct 2020 09:06:53 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/py-tortoise-orm To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20201026090653.86E8AFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160370321339310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_160370321339310 Content-Disposition: inline Content-Length: 1816 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_160370321339310--