summaryrefslogtreecommitdiffstats
path: root/rules/host-python3-setuptools-scm.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-01-05 12:48:55 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-01-06 08:59:25 +0100
commita241b5acaa83bb3c449ea119ed0cbaa9926134fb (patch)
tree3efc36fe695c64aea4d6fc4ac9956d69788673be /rules/host-python3-setuptools-scm.make
parent9dca4ca71c613992608c138b0e43eb711b355fc3 (diff)
downloadptxdist-a241b5acaa83bb3c449ea119ed0cbaa9926134fb.tar.gz
ptxdist-a241b5acaa83bb3c449ea119ed0cbaa9926134fb.tar.xz
host-python3-setuptools-scm: version bump 1.10.1 -> 4.1.2
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-python3-setuptools-scm.make')
-rw-r--r--rules/host-python3-setuptools-scm.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/host-python3-setuptools-scm.make b/rules/host-python3-setuptools-scm.make
index 00d4d1fd3..f413d7b35 100644
--- a/rules/host-python3-setuptools-scm.make
+++ b/rules/host-python3-setuptools-scm.make
@@ -14,11 +14,11 @@ HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_SETUPTOOLS_SCM) += host-python3-setuptools-
#
# Paths and names
#
-HOST_PYTHON3_SETUPTOOLS_SCM_VERSION := 1.10.1
-HOST_PYTHON3_SETUPTOOLS_SCM_MD5 := 99823e2cd564b996f18820a065f0a974
+HOST_PYTHON3_SETUPTOOLS_SCM_VERSION := 4.1.2
+HOST_PYTHON3_SETUPTOOLS_SCM_MD5 := e6c9fad17c90516d640868eb833d5150
HOST_PYTHON3_SETUPTOOLS_SCM := setuptools_scm-$(HOST_PYTHON3_SETUPTOOLS_SCM_VERSION)
-HOST_PYTHON3_SETUPTOOLS_SCM_SUFFIX := tar.bz2
-HOST_PYTHON3_SETUPTOOLS_SCM_URL := https://pypi.python.org/packages/source/s/setuptools_scm/$(HOST_PYTHON3_SETUPTOOLS_SCM).$(HOST_PYTHON3_SETUPTOOLS_SCM_SUFFIX)
+HOST_PYTHON3_SETUPTOOLS_SCM_SUFFIX := tar.gz
+HOST_PYTHON3_SETUPTOOLS_SCM_URL := $(call ptx/mirror-pypi, setuptools_scm, $(HOST_PYTHON3_SETUPTOOLS_SCM).$(HOST_PYTHON3_SETUPTOOLS_SCM_SUFFIX))
HOST_PYTHON3_SETUPTOOLS_SCM_SOURCE := $(SRCDIR)/$(HOST_PYTHON3_SETUPTOOLS_SCM).$(HOST_PYTHON3_SETUPTOOLS_SCM_SUFFIX)
HOST_PYTHON3_SETUPTOOLS_SCM_DIR := $(HOST_BUILDDIR)/$(HOST_PYTHON3_SETUPTOOLS_SCM)
HOST_PYTHON3_SETUPTOOLS_SCM_LICENSE := MIT