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 Aug 18 20:36:30 UTC 2024
Modified Files:
pkgsrc/databases/py-tortoise-orm: Makefile distinfo
Log Message:
py-tortoise-orm: updated to 0.21.6
0.21.6
Fixed
- Fix bug in `pydantic_model_creator` when a foreign key is not included in `include` param.
- Fix bug in `contrib.sanic.register_tortoise` causing a deadlock when using asyncpg and > 1 workers
- Open psycopg pool with `.open()` to remove deprecated warning
- Fix bug in `bulk_update` when pk field is not `id`
- Fix mysql uuid compression bug
- Fix comment for fk fields without constraint for mysql
- Removed no_delay option for postgres, as it wasn't doing anything
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/py-tortoise-orm/Makefile
cvs rdiff -u -r1.19 -r1.20 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.24 pkgsrc/databases/py-tortoise-orm/Makefile:1.25
--- pkgsrc/databases/py-tortoise-orm/Makefile:1.24 Sat Jul 20 06:22:51 2024
+++ pkgsrc/databases/py-tortoise-orm/Makefile Sun Aug 18 20:36:30 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2024/07/20 06:22:51 adam Exp $
+# $NetBSD: Makefile,v 1.25 2024/08/18 20:36:30 adam Exp $
-DISTNAME= tortoise_orm-0.21.5
+DISTNAME= tortoise_orm-0.21.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
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.19 pkgsrc/databases/py-tortoise-orm/distinfo:1.20
--- pkgsrc/databases/py-tortoise-orm/distinfo:1.19 Sat Jul 20 06:22:51 2024
+++ pkgsrc/databases/py-tortoise-orm/distinfo Sun Aug 18 20:36:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2024/07/20 06:22:51 adam Exp $
+$NetBSD: distinfo,v 1.20 2024/08/18 20:36:30 adam Exp $
-BLAKE2s (tortoise_orm-0.21.5.tar.gz) = e4c562794e8ef2724c32dc6f237704f6ca5a8ebb6a8d81980aaab52f6c1d53e4
-SHA512 (tortoise_orm-0.21.5.tar.gz) = 0e1c8c0bf5c1924e5910a16b9ba34fe9a5ddabf048b215975534b98d22854aa5e019b5c1413de590e14b49b45f09fad47c3c902e1136c4fdf5e6677a1ec4a307
-Size (tortoise_orm-0.21.5.tar.gz) = 137296 bytes
+BLAKE2s (tortoise_orm-0.21.6.tar.gz) = ccdd58ea763c2e38df628a740a2769dd179df8ee39a110bc5b2e80837d8473fd
+SHA512 (tortoise_orm-0.21.6.tar.gz) = be68fcb00612f78458845630c1ab7baa0db18e61c302c714f175252fb2265825916fb105f2610d2bbc8df9a958ce0b8c15bced0bf7e6d70db82b687cc29d3497
+Size (tortoise_orm-0.21.6.tar.gz) = 137897 bytes
Home |
Main Index |
Thread Index |
Old Index