[Buildroot] [git commit] package/python-trio: bump to 0.31.0
Julien Olivain
ju.o at free.fr
Thu Oct 16 20:08:35 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=773dbbf5c1cd63c49ae3f3b890966a0df0985203
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Changelog: https://trio.readthedocs.io/en/latest/history.html#trio-0-31-0-2025-09-09
Signed-off-by: Marcus Hoffmann <buildroot at bubu1.eu>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/python-trio/python-trio.hash | 4 ++--
package/python-trio/python-trio.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-trio/python-trio.hash b/package/python-trio/python-trio.hash
index 0dd367a236..35f582311a 100644
--- a/package/python-trio/python-trio.hash
+++ b/package/python-trio/python-trio.hash
@@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/trio/json
-md5 e6d930a02a7ddf370083b9c9efa39e85 trio-0.28.0.tar.gz
-sha256 4e547896fe9e8a5658e54e4c7c5fa1db748cbbbaa7c965e7d40505b928c73c05 trio-0.28.0.tar.gz
+md5 26bb7f0669385e47347e4d8177552653 trio-0.31.0.tar.gz
+sha256 f71d551ccaa79d0cb73017a33ef3264fde8335728eb4c6391451fe5d253a9d5b trio-0.31.0.tar.gz
# Locally computed sha256 checksums
sha256 418d025e1284311f2690263e6efa6bf51585e5741818ece63e5862487e505bb9 LICENSE
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.APACHE2
diff --git a/package/python-trio/python-trio.mk b/package/python-trio/python-trio.mk
index f298619fe4..8d8720be36 100644
--- a/package/python-trio/python-trio.mk
+++ b/package/python-trio/python-trio.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_TRIO_VERSION = 0.28.0
+PYTHON_TRIO_VERSION = 0.31.0
PYTHON_TRIO_SOURCE = trio-$(PYTHON_TRIO_VERSION).tar.gz
-PYTHON_TRIO_SITE = https://files.pythonhosted.org/packages/b3/73/57efab729506a8d4b89814f1e356ec8f3369de0ed4fd7e7616974d09646d
+PYTHON_TRIO_SITE = https://files.pythonhosted.org/packages/76/8f/c6e36dd11201e2a565977d8b13f0b027ba4593c1a80bed5185489178e257
PYTHON_TRIO_SETUP_TYPE = setuptools
PYTHON_TRIO_LICENSE = Apache-2.0 or MIT
PYTHON_TRIO_LICENSE_FILES = LICENSE LICENSE.APACHE2 LICENSE.MIT
More information about the buildroot
mailing list