* [Buildroot] [PATCH 1/1] package/python-async-timeout: bump to version 5.0.0
@ 2024-11-05 18:45 James Hilliard
2024-11-07 8:03 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-11-05 18:45 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
Drop no longer required python-typing-extensions runtime dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-async-timeout/Config.in | 1 -
package/python-async-timeout/python-async-timeout.hash | 4 ++--
package/python-async-timeout/python-async-timeout.mk | 6 +++---
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/package/python-async-timeout/Config.in b/package/python-async-timeout/Config.in
index d19f15b3c6..04dfc81052 100644
--- a/package/python-async-timeout/Config.in
+++ b/package/python-async-timeout/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT
bool "python-async-timeout"
- select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
help
asyncio-compatible timeout context manager.
diff --git a/package/python-async-timeout/python-async-timeout.hash b/package/python-async-timeout/python-async-timeout.hash
index d46489396f..68cdbc3ca8 100644
--- a/package/python-async-timeout/python-async-timeout.hash
+++ b/package/python-async-timeout/python-async-timeout.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/async-timeout/json
-md5 9bf7b764a7310cb063c1c261c21342e4 async-timeout-4.0.3.tar.gz
-sha256 4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f async-timeout-4.0.3.tar.gz
+md5 1507a6758b30c673d01ac9db6beec95e async_timeout-5.0.0.tar.gz
+sha256 49675ec889daacfe65ff66d2dde7dd1447a6f4b2f23721022e4ba121f8772a85 async_timeout-5.0.0.tar.gz
# Locally computed sha256 checksums
sha256 e18d7bb8f513e2c46bb585c94b585bd30720dd3ccb21ddb0786f72d16658f92c LICENSE
diff --git a/package/python-async-timeout/python-async-timeout.mk b/package/python-async-timeout/python-async-timeout.mk
index 9760b8ae25..eda75c4277 100644
--- a/package/python-async-timeout/python-async-timeout.mk
+++ b/package/python-async-timeout/python-async-timeout.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_ASYNC_TIMEOUT_VERSION = 4.0.3
-PYTHON_ASYNC_TIMEOUT_SOURCE = async-timeout-$(PYTHON_ASYNC_TIMEOUT_VERSION).tar.gz
-PYTHON_ASYNC_TIMEOUT_SITE = https://files.pythonhosted.org/packages/87/d6/21b30a550dafea84b1b8eee21b5e23fa16d010ae006011221f33dcd8d7f8
+PYTHON_ASYNC_TIMEOUT_VERSION = 5.0.0
+PYTHON_ASYNC_TIMEOUT_SOURCE = async_timeout-$(PYTHON_ASYNC_TIMEOUT_VERSION).tar.gz
+PYTHON_ASYNC_TIMEOUT_SITE = https://files.pythonhosted.org/packages/61/1f/44d9efc904bbe4d9967433522b691a9c4f1e81c2c64fbe44bad63d5de646
PYTHON_ASYNC_TIMEOUT_LICENSE = Apache-2.0
PYTHON_ASYNC_TIMEOUT_LICENSE_FILES = LICENSE
PYTHON_ASYNC_TIMEOUT_SETUP_TYPE = setuptools
--
2.34.1
_______________________________________________
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-async-timeout: bump to version 5.0.0
2024-11-05 18:45 [Buildroot] [PATCH 1/1] package/python-async-timeout: bump to version 5.0.0 James Hilliard
@ 2024-11-07 8:03 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-11-07 8:03 UTC (permalink / raw)
To: James Hilliard; +Cc: buildroot, Asaf Kahlon
On Tue, 5 Nov 2024 11:45:37 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:
> Drop no longer required python-typing-extensions runtime dependency.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-async-timeout/Config.in | 1 -
> package/python-async-timeout/python-async-timeout.hash | 4 ++--
> package/python-async-timeout/python-async-timeout.mk | 6 +++---
> 3 files changed, 5 insertions(+), 6 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:[~2024-11-07 8:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05 18:45 [Buildroot] [PATCH 1/1] package/python-async-timeout: bump to version 5.0.0 James Hilliard
2024-11-07 8:03 ` 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