* [Buildroot] [PATCH 1/1] package/python-txaio: bump to version 25.12.2
@ 2025-12-28 22:38 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:38 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Mauro Condarelli
Migrate from setuptools to hatch build backend.
License hash changed due to formatting changes:
https://github.com/crossbario/txaio/commit/9d1cb8a83964cb52643df4a105dc368c9c4f09ea
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-txaio/python-txaio.hash | 6 +++---
package/python-txaio/python-txaio.mk | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/python-txaio/python-txaio.hash b/package/python-txaio/python-txaio.hash
index d561cec635..7e729e969f 100644
--- a/package/python-txaio/python-txaio.hash
+++ b/package/python-txaio/python-txaio.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/txaio/json
-md5 297409f2dff8e71bad24467374aa8775 txaio-23.1.1.tar.gz
-sha256 f9a9216e976e5e3246dfd112ad7ad55ca915606b60b84a757ac769bd404ff704 txaio-23.1.1.tar.gz
+md5 86e8dd45a2ef07583fd85006cebd90e3 txaio-25.12.2.tar.gz
+sha256 9f232c21e12aa1ff52690e365b5a0ecfd42cc27a6ec86e1b92ece88f763f4b78 txaio-25.12.2.tar.gz
# Locally computed sha256 checksums
-sha256 ab1dd7a42dbdae302346c5a4571f2149691cc1ec06836232bf4923527e3fe41c LICENSE
+sha256 e7b0171093d8d2cec2db922db6d7634b5ddbb0338de111b38857d3160a7ea770 LICENSE
diff --git a/package/python-txaio/python-txaio.mk b/package/python-txaio/python-txaio.mk
index 585b3a5f57..cb29609254 100644
--- a/package/python-txaio/python-txaio.mk
+++ b/package/python-txaio/python-txaio.mk
@@ -4,11 +4,11 @@
#
################################################################################
-PYTHON_TXAIO_VERSION = 23.1.1
+PYTHON_TXAIO_VERSION = 25.12.2
PYTHON_TXAIO_SOURCE = txaio-$(PYTHON_TXAIO_VERSION).tar.gz
-PYTHON_TXAIO_SITE = https://files.pythonhosted.org/packages/51/91/bc9fd5aa84703f874dea27313b11fde505d343f3ef3ad702bddbe20bfd6e
+PYTHON_TXAIO_SITE = https://files.pythonhosted.org/packages/7f/67/ea9c9ddbaa3e0b4d53c91f8778a33e42045be352dc7200ed2b9aaa7dc229
PYTHON_TXAIO_LICENSE = MIT
PYTHON_TXAIO_LICENSE_FILES = LICENSE
-PYTHON_TXAIO_SETUP_TYPE = setuptools
+PYTHON_TXAIO_SETUP_TYPE = hatch
$(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
end of thread, other threads:[~2025-12-30 13:05 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:38 [Buildroot] [PATCH 1/1] package/python-txaio: bump to version 25.12.2 James Hilliard
2025-12-30 13:02 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.