pkgsrc-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/4f916c26e907
branches:  trunk
changeset: 444153:4f916c26e907
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 03 09:57:40 2021 +0000

description:
py-tortoise-orm: updated to 0.16.19

0.16.19
- Replace set `TZ` environment variable to `TIMEZONE` to avoid affecting global timezone.
- Allow passing module objects to `models_paths` param of `Tortoise.init_models()`.
- Implement `PydanticMeta.backward_relations`.
- Allow overriding `PydanticMeta` in `PydanticModelCreator`.
- Fixed make_native typo to make_naive in timezone module

diffstat:

 databases/py-tortoise-orm/Makefile |   6 +++---
 databases/py-tortoise-orm/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r ad53f79f0e66 -r 4f916c26e907 databases/py-tortoise-orm/Makefile
--- a/databases/py-tortoise-orm/Makefile        Sun Jan 03 09:53:06 2021 +0000
+++ b/databases/py-tortoise-orm/Makefile        Sun Jan 03 09:57:40 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/11/17 09:49:36 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/01/03 09:57:40 adam Exp $
 
-DISTNAME=      tortoise-orm-0.16.18
+DISTNAME=      tortoise-orm-0.16.19
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tortoise-orm/}
@@ -17,7 +17,7 @@
 # accel
 DEPENDS+=      ${PYPKGPREFIX}-ciso8601>=2.1.2:../../time/py-ciso8601
 DEPENDS+=      ${PYPKGPREFIX}-rapidjson-[0-9]*:../../textproc/py-rapidjson
-DEPENDS+=      ${PYPKGPREFIX}-uvloop>=0.12.0:../../devel/py-uvloop
+DEPENDS+=      ${PYPKGPREFIX}-uvloop>=0.14.0:../../devel/py-uvloop
 
 USE_LANGUAGES= # none
 
diff -r ad53f79f0e66 -r 4f916c26e907 databases/py-tortoise-orm/distinfo
--- a/databases/py-tortoise-orm/distinfo        Sun Jan 03 09:53:06 2021 +0000
+++ b/databases/py-tortoise-orm/distinfo        Sun Jan 03 09:57:40 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/11/17 09:49:36 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/01/03 09:57:40 adam Exp $
 
-SHA1 (tortoise-orm-0.16.18.tar.gz) = 14ace5bf6753e3f0fa62244de5989cf541c3f1bd
-RMD160 (tortoise-orm-0.16.18.tar.gz) = ce2dc08d8e2fdf8e52bb6ca710c2298e7185ba70
-SHA512 (tortoise-orm-0.16.18.tar.gz) = f730002559fe85c1c20a7728aff0eb634da9a89d99fa61faf024957f92cd3790246de8bb1a954071384afeb83ccc9ee542d0280c99e65a7293a82609f0bdf1f6
-Size (tortoise-orm-0.16.18.tar.gz) = 107579 bytes
+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



Home | Main Index | Thread Index | Old Index