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 Jul 27 06:39:14 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/py-tortoise-orm/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/py-tortoise-orm/PLIST
cvs rdiff -u -r1.2 -r1.3 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.6 pkgsrc/databases/py-tortoise-orm/Makefile:1.7
--- pkgsrc/databases/py-tortoise-orm/Makefile:1.6       Fri Jun 12 17:02:59 2020
+++ pkgsrc/databases/py-tortoise-orm/Makefile   Mon Jul 27 06:39:14 2020
@@ -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/}

Index: pkgsrc/databases/py-tortoise-orm/PLIST
diff -u pkgsrc/databases/py-tortoise-orm/PLIST:1.1 pkgsrc/databases/py-tortoise-orm/PLIST:1.2
--- pkgsrc/databases/py-tortoise-orm/PLIST:1.1  Sat May 23 08:26:18 2020
+++ pkgsrc/databases/py-tortoise-orm/PLIST      Mon Jul 27 06:39:14 2020
@@ -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/functions.pyo
 ${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

Index: pkgsrc/databases/py-tortoise-orm/distinfo
diff -u pkgsrc/databases/py-tortoise-orm/distinfo:1.2 pkgsrc/databases/py-tortoise-orm/distinfo:1.3
--- pkgsrc/databases/py-tortoise-orm/distinfo:1.2       Thu Jun 11 14:07:15 2020
+++ pkgsrc/databases/py-tortoise-orm/distinfo   Mon Jul 27 06:39:14 2020
@@ -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