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

Drop no longer required python-pytz runtime dependency.

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
2026-03-04 11:14:05 -07:00
committed by Julien Olivain
parent 170445994a
commit 10037a3cd5
3 changed files with 4 additions and 5 deletions

View File

@@ -4,7 +4,6 @@ config BR2_PACKAGE_PYTHON_TORTOISE_ORM
select BR2_PACKAGE_PYTHON_ANYIO # runtime
select BR2_PACKAGE_PYTHON_ISO8601 # runtime
select BR2_PACKAGE_PYTHON_PYPIKA_TORTOISE # runtime
select BR2_PACKAGE_PYTHON_PYTZ # runtime
help
Easy async ORM for python, built with relations in mind.

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/tortoise-orm/json
md5 b3dab10562c6574232334e954666f3eb tortoise_orm-0.25.3.tar.gz
sha256 b6dedd388393624628ec46228c93df361533ceb3925986fa2d1d22debc838a7d tortoise_orm-0.25.3.tar.gz
md5 5c143e93e4c35dfd8cd19dfdbc064d6d tortoise_orm-1.1.5.tar.gz
sha256 d4074a7c34a8445fcca19ec865189d80ea7a00b29e4b12778460fcab67a5ce74 tortoise_orm-1.1.5.tar.gz
# Locally computed sha256 checksums
sha256 f955d347b975d5867ee364f978476b3012878a706d468571b9758cac74de6041 LICENSE.txt

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_TORTOISE_ORM_VERSION = 0.25.3
PYTHON_TORTOISE_ORM_VERSION = 1.1.5
PYTHON_TORTOISE_ORM_SOURCE = tortoise_orm-$(PYTHON_TORTOISE_ORM_VERSION).tar.gz
PYTHON_TORTOISE_ORM_SITE = https://files.pythonhosted.org/packages/dd/be/0fdfcd8295f4f02a280f33bdda99c3edba450f9a212149232f2fbb6afa96
PYTHON_TORTOISE_ORM_SITE = https://files.pythonhosted.org/packages/f3/b0/2b3962847aad793d32646c6e43e7fab6f845f34a5502da5722fe704ec847
PYTHON_TORTOISE_ORM_SETUP_TYPE = pep517
PYTHON_TORTOISE_ORM_LICENSE = Apache-2.0
PYTHON_TORTOISE_ORM_LICENSE_FILES = LICENSE.txt