package/python-tortoise-orm: bump to version 0.23.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
James Hilliard
2025-01-11 11:27:35 -07:00
committed by Julien Olivain
parent 817902a218
commit b024708202
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/tortoise-orm/json
md5 21f9f3624ef82b3b9c23ed1fb7d70766 tortoise_orm-0.22.2.tar.gz
sha256 f1e808bc27265b3e4682dae89b725a66d8311cc20c206d512c57dd8a1c78096b tortoise_orm-0.22.2.tar.gz
md5 455b03a55fd090b65ebaa497c770be09 tortoise_orm-0.23.0.tar.gz
sha256 f25d431ef4fb521a84edad582f4b9c53dccc5abf6cfbc6f228cbece5a13952fa tortoise_orm-0.23.0.tar.gz
# Locally computed sha256 checksums
sha256 f955d347b975d5867ee364f978476b3012878a706d468571b9758cac74de6041 LICENSE.txt

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_TORTOISE_ORM_VERSION = 0.22.2
PYTHON_TORTOISE_ORM_VERSION = 0.23.0
PYTHON_TORTOISE_ORM_SOURCE = tortoise_orm-$(PYTHON_TORTOISE_ORM_VERSION).tar.gz
PYTHON_TORTOISE_ORM_SITE = https://files.pythonhosted.org/packages/5c/19/c32752a3042580b40300aeffa48859e087a023114f50a2846ba95c26c87d
PYTHON_TORTOISE_ORM_SITE = https://files.pythonhosted.org/packages/1b/6e/c23d788524750d84c75864eac0176f57c07a5316b36cc467d2914a109bef
PYTHON_TORTOISE_ORM_SETUP_TYPE = poetry
PYTHON_TORTOISE_ORM_LICENSE = Apache-2.0
PYTHON_TORTOISE_ORM_LICENSE_FILES = LICENSE.txt