* [Buildroot] [PATCH 1/1] package/python-tortoise-orm: bump to version 0.25.3
@ 2025-12-28 22:20 James Hilliard
2025-12-30 13:02 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2025-12-28 22:20 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard
Migrate from poetry to pdm pep517 build backend.
Add new python-anyio runtime dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-tortoise-orm/Config.in | 1 +
package/python-tortoise-orm/python-tortoise-orm.hash | 4 ++--
package/python-tortoise-orm/python-tortoise-orm.mk | 7 ++++---
3 files changed, 7 insertions(+), 5 deletions(-)
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))
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-tortoise-orm: bump to version 0.25.3
2025-12-28 22:20 [Buildroot] [PATCH 1/1] package/python-tortoise-orm: bump to version 0.25.3 James Hilliard
@ 2025-12-30 13:02 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-12-30 13:02 UTC (permalink / raw)
To: James Hilliard; +Cc: buildroot
On Sun, 28 Dec 2025 15:20:27 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:
> Migrate from poetry to pdm pep517 build backend.
>
> Add new python-anyio runtime dependency.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-tortoise-orm/Config.in | 1 +
> package/python-tortoise-orm/python-tortoise-orm.hash | 4 ++--
> package/python-tortoise-orm/python-tortoise-orm.mk | 7 ++++---
> 3 files changed, 7 insertions(+), 5 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-30 13:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-28 22:20 [Buildroot] [PATCH 1/1] package/python-tortoise-orm: bump to version 0.25.3 James Hilliard
2025-12-30 13:02 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox