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:           Sun Jan 24 20:10:34 UTC 2021

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

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

0.16.20
- Add model field validators.
- Allow function results in group by.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/py-tortoise-orm/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/py-tortoise-orm/PLIST
cvs rdiff -u -r1.8 -r1.9 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.12 pkgsrc/databases/py-tortoise-orm/Makefile:1.13
--- pkgsrc/databases/py-tortoise-orm/Makefile:1.12      Sun Jan  3 09:57:40 2021
+++ pkgsrc/databases/py-tortoise-orm/Makefile   Sun Jan 24 20:10:34 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2021/01/03 09:57:40 adam Exp $
+# $NetBSD: Makefile,v 1.13 2021/01/24 20:10:34 adam Exp $
 
-DISTNAME=      tortoise-orm-0.16.19
+DISTNAME=      tortoise-orm-0.16.20
 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.4 pkgsrc/databases/py-tortoise-orm/PLIST:1.5
--- pkgsrc/databases/py-tortoise-orm/PLIST:1.4  Tue Nov 17 09:49:36 2020
+++ pkgsrc/databases/py-tortoise-orm/PLIST      Sun Jan 24 20:10:34 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/11/17 09:49:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/01/24 20:10:34 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -149,3 +149,6 @@ ${PYSITELIB}/tortoise/transactions.pyo
 ${PYSITELIB}/tortoise/utils.py
 ${PYSITELIB}/tortoise/utils.pyc
 ${PYSITELIB}/tortoise/utils.pyo
+${PYSITELIB}/tortoise/validators.py
+${PYSITELIB}/tortoise/validators.pyc
+${PYSITELIB}/tortoise/validators.pyo

Index: pkgsrc/databases/py-tortoise-orm/distinfo
diff -u pkgsrc/databases/py-tortoise-orm/distinfo:1.8 pkgsrc/databases/py-tortoise-orm/distinfo:1.9
--- pkgsrc/databases/py-tortoise-orm/distinfo:1.8       Sun Jan  3 09:57:40 2021
+++ pkgsrc/databases/py-tortoise-orm/distinfo   Sun Jan 24 20:10:34 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/01/03 09:57:40 adam Exp $
+$NetBSD: distinfo,v 1.9 2021/01/24 20:10:34 adam Exp $
 
-SHA1 (tortoise-orm-0.16.19.tar.gz) = 13503e5b731c1386419525e766786f021a190411
-RMD160 (tortoise-orm-0.16.19.tar.gz) = ed921bc88060d450292eb2967a7af1d3f8fe0591
-SHA512 (tortoise-orm-0.16.19.tar.gz) = 850d108e97cd0a86193ea2b9b30a0a4d0ce3943a1274474d3fe5a57da95e0a3c8376ff52b74df738b861d9d3a6e3769b522fd98c0301ec5817afc20c11226cea
-Size (tortoise-orm-0.16.19.tar.gz) = 107693 bytes
+SHA1 (tortoise-orm-0.16.20.tar.gz) = 6a9b8c6295c6c30cf9412ab571ea885c23efac36
+RMD160 (tortoise-orm-0.16.20.tar.gz) = 770ccffc2f79e795de6eeec9b9e8d47fe5b97537
+SHA512 (tortoise-orm-0.16.20.tar.gz) = 80176ff9e0bc4464566f9ffdd3141284d109514664895cbcffc649baba4158690a21f4183aadf4f75dcd471345e11f916647bfcfb8e5fd8a7602fc72444b7651
+Size (tortoise-orm-0.16.20.tar.gz) = 109294 bytes



Home | Main Index | Thread Index | Old Index