* [Buildroot] [PATCH 1/1] package/python-distro: bump to version 1.8.0
@ 2022-10-24 19:54 Julien Olivain
2022-10-24 21:01 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain @ 2022-10-24 19:54 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain, Asaf Kahlon
Also adds md5 file hash published on:
https://pypi.org/pypi/distro/json
For change log since 1.7.0, see:
https://github.com/python-distro/distro/releases/tag/v1.8.0
Most notable change is the upstream support for Buildroot
(included in python module docs and tests).
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
Tested on commit bd6e792 with commands:
make check-package
...
0 warnings generated
support/testing/run-tests \
-d dl \
-o output_folder \
tests.package.test_python_distro.TestPythonPy3Distro
...
OK
---
package/python-distro/python-distro.hash | 4 +++-
package/python-distro/python-distro.mk | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/package/python-distro/python-distro.hash b/package/python-distro/python-distro.hash
index 8f09197156..3d3e4258de 100644
--- a/package/python-distro/python-distro.hash
+++ b/package/python-distro/python-distro.hash
@@ -1,3 +1,5 @@
+# From https://pypi.org/pypi/distro/json
+md5 a1e81972bbcfc0dc77dd0cde590c22a6 distro-1.8.0.tar.gz
+sha256 02e111d1dc6a50abb8eed6bf31c3e48ed8b0830d1ea2a1b78c61765c2513fdd8 distro-1.8.0.tar.gz
# Locally computed
-sha256 151aeccf60c216402932b52e40ee477a939f8d58898927378a02abbe852c1c39 distro-1.7.0.tar.gz
sha256 cb5e8e7e5f4a3988e1063c142c60dc2df75605f4c46515e776e3aca6df976e14 LICENSE
diff --git a/package/python-distro/python-distro.mk b/package/python-distro/python-distro.mk
index c69849b7ac..e079d8e265 100644
--- a/package/python-distro/python-distro.mk
+++ b/package/python-distro/python-distro.mk
@@ -4,8 +4,8 @@
#
################################################################################
-PYTHON_DISTRO_VERSION = 1.7.0
-PYTHON_DISTRO_SITE = https://files.pythonhosted.org/packages/b5/7e/ddfbd640ac9a82e60718558a3de7d5988a7d4648385cf00318f60a8b073a
+PYTHON_DISTRO_VERSION = 1.8.0
+PYTHON_DISTRO_SITE = https://files.pythonhosted.org/packages/4b/89/eaa3a3587ebf8bed93e45aa79be8c2af77d50790d15b53f6dfc85b57f398
PYTHON_DISTRO_SOURCE = distro-$(PYTHON_DISTRO_VERSION).tar.gz
PYTHON_DISTRO_LICENSE = Apache-2.0
PYTHON_DISTRO_LICENSE_FILES = LICENSE
--
2.38.1
_______________________________________________
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:[~2022-10-24 21:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-24 19:54 [Buildroot] [PATCH 1/1] package/python-distro: bump to version 1.8.0 Julien Olivain
2022-10-24 21:01 ` 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.