From 77ba1810f813021f6fec3ff8abd8a1efc4ae5099 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Mon, 17 Mar 2025 16:18:28 -0600 Subject: [PATCH] package/python-tortoise-orm: bump to version 0.24.2 Signed-off-by: James Hilliard Signed-off-by: Julien Olivain (cherry picked from commit 5c3df37dbde5fe8909cc472bd93538248d904293) --- package/python-tortoise-orm/python-tortoise-orm.hash | 4 ++-- package/python-tortoise-orm/python-tortoise-orm.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-tortoise-orm/python-tortoise-orm.hash b/package/python-tortoise-orm/python-tortoise-orm.hash index 93a4fab7d9..db7e37c13e 100644 --- a/package/python-tortoise-orm/python-tortoise-orm.hash +++ b/package/python-tortoise-orm/python-tortoise-orm.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/tortoise-orm/json -md5 1f35e292f86c5f0bcc717d5c6ef41f49 tortoise_orm-0.24.0.tar.gz -sha256 ae0704a93ea27931724fc899e57268c8081afce3b32b110b00037ec206553e7d tortoise_orm-0.24.0.tar.gz +md5 fa3177acfcd186ccdef0936dabc79f90 tortoise_orm-0.24.2.tar.gz +sha256 83d2373efafc1c5d668c3c5bd4e1e7f4a219526e850909ffe88f184da3808fdb tortoise_orm-0.24.2.tar.gz # Locally computed sha256 checksums sha256 f955d347b975d5867ee364f978476b3012878a706d468571b9758cac74de6041 LICENSE.txt diff --git a/package/python-tortoise-orm/python-tortoise-orm.mk b/package/python-tortoise-orm/python-tortoise-orm.mk index ae51fd4947..e3c1fd5d90 100644 --- a/package/python-tortoise-orm/python-tortoise-orm.mk +++ b/package/python-tortoise-orm/python-tortoise-orm.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_TORTOISE_ORM_VERSION = 0.24.0 +PYTHON_TORTOISE_ORM_VERSION = 0.24.2 PYTHON_TORTOISE_ORM_SOURCE = tortoise_orm-$(PYTHON_TORTOISE_ORM_VERSION).tar.gz -PYTHON_TORTOISE_ORM_SITE = https://files.pythonhosted.org/packages/64/81/973b629f8a70fc928343f4f8be6121023b6c6f0ee0ae45695955db82af47 +PYTHON_TORTOISE_ORM_SITE = https://files.pythonhosted.org/packages/49/e8/ac7cc41c297f20b3642351e5ff16f53beddea37be285f33f30308838d704 PYTHON_TORTOISE_ORM_SETUP_TYPE = poetry PYTHON_TORTOISE_ORM_LICENSE = Apache-2.0 PYTHON_TORTOISE_ORM_LICENSE_FILES = LICENSE.txt