From 4232f4704ea4521c9d23f9b0672c69325e203856 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Sun, 15 Sep 2024 00:26:31 -0600 Subject: [PATCH] package/python-wheel: bump to version 0.44.0 Signed-off-by: James Hilliard Signed-off-by: Thomas Petazzoni --- package/python-wheel/python-wheel.hash | 4 ++-- package/python-wheel/python-wheel.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-wheel/python-wheel.hash b/package/python-wheel/python-wheel.hash index 377a85c8fd..1f9a49a44c 100644 --- a/package/python-wheel/python-wheel.hash +++ b/package/python-wheel/python-wheel.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/wheel/json -md5 ec5004c46d1905da98bb5bc1a10ddd21 wheel-0.40.0.tar.gz -sha256 cd1196f3faee2b31968d626e1731c94f99cbdb67cf5a46e4f5656cbee7738873 wheel-0.40.0.tar.gz +md5 440ff4fe51579b7ed16f02af8f8d9494 wheel-0.44.0.tar.gz +sha256 a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49 wheel-0.44.0.tar.gz # Locally computed sha256 checksums sha256 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654 LICENSE.txt diff --git a/package/python-wheel/python-wheel.mk b/package/python-wheel/python-wheel.mk index 320995521e..1802280e24 100644 --- a/package/python-wheel/python-wheel.mk +++ b/package/python-wheel/python-wheel.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_WHEEL_VERSION = 0.40.0 +PYTHON_WHEEL_VERSION = 0.44.0 PYTHON_WHEEL_SOURCE = wheel-$(PYTHON_WHEEL_VERSION).tar.gz -PYTHON_WHEEL_SITE = https://files.pythonhosted.org/packages/fc/ef/0335f7217dd1e8096a9e8383e1d472aa14717878ffe07c4772e68b6e8735 +PYTHON_WHEEL_SITE = https://files.pythonhosted.org/packages/b7/a0/95e9e962c5fd9da11c1e28aa4c0d8210ab277b1ada951d2aee336b505813 PYTHON_WHEEL_SETUP_TYPE = flit PYTHON_WHEEL_LICENSE = MIT PYTHON_WHEEL_LICENSE_FILES = LICENSE.txt