diff --git a/package/python-tortoise-orm/Config.in b/package/python-tortoise-orm/Config.in index 62b1a5a86e..57cebc6489 100644 --- a/package/python-tortoise-orm/Config.in +++ b/package/python-tortoise-orm/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_PYTHON_TORTOISE_ORM bool "python-tortoise-orm" select BR2_PACKAGE_PYTHON_AIOSQLITE # runtime + 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 diff --git a/package/python-tortoise-orm/python-tortoise-orm.hash b/package/python-tortoise-orm/python-tortoise-orm.hash index 8e99e815df..6e1f46dd6f 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 ef8df163a207f40230c618efa18ca32b tortoise_orm-0.25.1.tar.gz -sha256 4d5bfd13d5750935ffe636a6b25597c5c8f51c47e5b72d7509d712eda1a239fe tortoise_orm-0.25.1.tar.gz +md5 b3dab10562c6574232334e954666f3eb tortoise_orm-0.25.3.tar.gz +sha256 b6dedd388393624628ec46228c93df361533ceb3925986fa2d1d22debc838a7d tortoise_orm-0.25.3.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 32327bae38..3a380710a0 100644 --- a/package/python-tortoise-orm/python-tortoise-orm.mk +++ b/package/python-tortoise-orm/python-tortoise-orm.mk @@ -4,11 +4,12 @@ # ################################################################################ -PYTHON_TORTOISE_ORM_VERSION = 0.25.1 +PYTHON_TORTOISE_ORM_VERSION = 0.25.3 PYTHON_TORTOISE_ORM_SOURCE = tortoise_orm-$(PYTHON_TORTOISE_ORM_VERSION).tar.gz -PYTHON_TORTOISE_ORM_SITE = https://files.pythonhosted.org/packages/d7/9b/de966810021fa773fead258efd8deea2bb73bb12479e27f288bd8ceb8763 -PYTHON_TORTOISE_ORM_SETUP_TYPE = poetry +PYTHON_TORTOISE_ORM_SITE = https://files.pythonhosted.org/packages/dd/be/0fdfcd8295f4f02a280f33bdda99c3edba450f9a212149232f2fbb6afa96 +PYTHON_TORTOISE_ORM_SETUP_TYPE = pep517 PYTHON_TORTOISE_ORM_LICENSE = Apache-2.0 PYTHON_TORTOISE_ORM_LICENSE_FILES = LICENSE.txt +PYTHON_TORTOISE_ORM_DEPENDENCIES = host-python-pdm-backend $(eval $(python-package))