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:           Thu Jul  4 11:02:15 UTC 2024

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

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

0.21.4

Added
- Add ObjectDoesNotExistError to show better 404 message.
- DoesNotExist and MultipleObjectsReturned support 'Type[Model]' argument.
- Add argument use_tz and timezone to RegisterTortoise.
- Support await `tortoise.contrib.fastapi.RegisterTortoise`.
- Add `tortoise.contrib.test.init_memory_sqlite`.

Fixed
- Fix `update_or_create` errors when field value changed.
- Fix bandit check error
- Fix potential race condition in ConnectionWrapper
- Fix py312 warning for datetime.utcnow
- Fix reusing values and value_list queries

Changed
- Remove obsolete loop._selector from contrib/test.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/py-tortoise-orm/Makefile
cvs rdiff -u -r1.17 -r1.18 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.22 pkgsrc/databases/py-tortoise-orm/Makefile:1.23
--- pkgsrc/databases/py-tortoise-orm/Makefile:1.22      Mon Jun  3 08:04:46 2024
+++ pkgsrc/databases/py-tortoise-orm/Makefile   Thu Jul  4 11:02:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2024/06/03 08:04:46 adam Exp $
+# $NetBSD: Makefile,v 1.23 2024/07/04 11:02:15 adam Exp $
 
-DISTNAME=      tortoise_orm-0.21.3
+DISTNAME=      tortoise_orm-0.21.4
 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.17 pkgsrc/databases/py-tortoise-orm/distinfo:1.18
--- pkgsrc/databases/py-tortoise-orm/distinfo:1.17      Mon Jun  3 08:04:46 2024
+++ pkgsrc/databases/py-tortoise-orm/distinfo   Thu Jul  4 11:02:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2024/06/03 08:04:46 adam Exp $
+$NetBSD: distinfo,v 1.18 2024/07/04 11:02:15 adam Exp $
 
-BLAKE2s (tortoise_orm-0.21.3.tar.gz) = 41f606e184c339898268f703ff54785d7f0626c6243b7cb64b980620adb17128
-SHA512 (tortoise_orm-0.21.3.tar.gz) = ad396e61ad2c53b57a1596f08f0ab6852bc381f8e37a9c3070578009e192b347b09d545cd5d1f00c709a186c34d2ae7892343fde091ade9cb7e2936ec66f978d
-Size (tortoise_orm-0.21.3.tar.gz) = 135633 bytes
+BLAKE2s (tortoise_orm-0.21.4.tar.gz) = 43a5f3645e0a0dbde00c32d162343c8b18cef20b58fe24c69e2cd62f3eee66cf
+SHA512 (tortoise_orm-0.21.4.tar.gz) = da4efa3573141767e6a13b4e82892d325abb2b1c4d9a53ac69b4fbda0ff950378743b119bc81d703376b9761ee51004fd151ef370d03c3fd6e7d57b7a0920690
+Size (tortoise_orm-0.21.4.tar.gz) = 137178 bytes



Home | Main Index | Thread Index | Old Index