Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-tortoise-orm py-tortoise-orm: updated to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4c25efebcd7
branches:  trunk
changeset: 436087:e4c25efebcd7
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 27 06:39:14 2020 +0000

description:
py-tortoise-orm: updated to 0.16.14

0.16.14
Make F expression work with QuerySet.filter().
Include py.typed in source distribution.
Added datetime parsing from int for fields.DatetimeField.
get_or_create passes the using_db= on if provided.
Allow custom loop and connection_class parameters to be passed on to asyncpg.

diffstat:

 databases/py-tortoise-orm/Makefile |   4 ++--
 databases/py-tortoise-orm/PLIST    |   3 ++-
 databases/py-tortoise-orm/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r b4012d884ebf -r e4c25efebcd7 databases/py-tortoise-orm/Makefile
--- a/databases/py-tortoise-orm/Makefile        Mon Jul 27 02:17:50 2020 +0000
+++ b/databases/py-tortoise-orm/Makefile        Mon Jul 27 06:39:14 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/06/12 17:02:59 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/07/27 06:39:14 adam Exp $
 
-DISTNAME=      tortoise-orm-0.16.13
+DISTNAME=      tortoise-orm-0.16.14
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tortoise-orm/}
diff -r b4012d884ebf -r e4c25efebcd7 databases/py-tortoise-orm/PLIST
--- a/databases/py-tortoise-orm/PLIST   Mon Jul 27 02:17:50 2020 +0000
+++ b/databases/py-tortoise-orm/PLIST   Mon Jul 27 06:39:14 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/05/23 08:26:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/07/27 06:39:14 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -128,6 +128,7 @@
 ${PYSITELIB}/tortoise/models.py
 ${PYSITELIB}/tortoise/models.pyc
 ${PYSITELIB}/tortoise/models.pyo
+${PYSITELIB}/tortoise/py.typed
 ${PYSITELIB}/tortoise/query_utils.py
 ${PYSITELIB}/tortoise/query_utils.pyc
 ${PYSITELIB}/tortoise/query_utils.pyo
diff -r b4012d884ebf -r e4c25efebcd7 databases/py-tortoise-orm/distinfo
--- a/databases/py-tortoise-orm/distinfo        Mon Jul 27 02:17:50 2020 +0000
+++ b/databases/py-tortoise-orm/distinfo        Mon Jul 27 06:39:14 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/06/11 14:07:15 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/07/27 06:39:14 adam Exp $
 
-SHA1 (tortoise-orm-0.16.13.tar.gz) = e86a0ef2a437bd61cdff3799a909df9ed3b6182b
-RMD160 (tortoise-orm-0.16.13.tar.gz) = 2363854514877bef64ce2bc67d06e7cc03b6a66b
-SHA512 (tortoise-orm-0.16.13.tar.gz) = 95cde9dc20bc69e0b4e79bd4e16ef94907067006d0177ea3e94c6768400f549e16f7ea9a6fb2abe83cda0cd2b43168d7570363ab7d1c49df45ac87403f9f9812
-Size (tortoise-orm-0.16.13.tar.gz) = 89425 bytes
+SHA1 (tortoise-orm-0.16.14.tar.gz) = 312f4431f098e573832222aabf1d94dad3175c0c
+RMD160 (tortoise-orm-0.16.14.tar.gz) = e390b187ada3576307fffd5121ba4f988cbe1d49
+SHA512 (tortoise-orm-0.16.14.tar.gz) = 1dd204a6134a4acb28c524ef4d57bb551545a701a46de6ea1efcbb9ba66da0cc7159e62403ea404a86ff9a118b86b1574c31dc003f08477701c2c5e166653aae
+Size (tortoise-orm-0.16.14.tar.gz) = 89426 bytes



Home | Main Index | Thread Index | Old Index