summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-02-19 14:12:09 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-02 21:54:15 +0100
commit636df89872c7b6a6bed2c679cf65da41309ac652 (patch)
treeae66ec49d7b058dbf6049a5b3ae2c55110d112ea
parente15c98ebb9c0ccd03f7a5a213c39f18635e1a95e (diff)
downloadbuildroot-636df89872c7b6a6bed2c679cf65da41309ac652.tar.gz
buildroot-636df89872c7b6a6bed2c679cf65da41309ac652.zip
python-enum: bump to version 0.4.6
Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/python-enum/python-enum.hash6
-rw-r--r--package/python-enum/python-enum.mk4
2 files changed, 5 insertions, 5 deletions
diff --git a/package/python-enum/python-enum.hash b/package/python-enum/python-enum.hash
index c7c1924abe..6f1daa0b6c 100644
--- a/package/python-enum/python-enum.hash
+++ b/package/python-enum/python-enum.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=ce75c7c3c86741175a84456cc5bd531e, sha256 locally computed
-md5 ce75c7c3c86741175a84456cc5bd531e enum-0.4.4.tar.gz
-sha256 9bdfacf543baf2350df7613eb37f598a802f346985ca0dc1548be6494140fdff enum-0.4.4.tar.gz
+# md5 from https://pypi.python.org/pypi/enum/json, sha256 locally computed
+md5 173d468112cfa13a149b2c8af3e8fd52 enum-0.4.6.tar.gz
+sha256 54e78526b166982b36884613f35a76d9a6711c49810d3ec1a05b10c9b31f938e enum-0.4.6.tar.gz
diff --git a/package/python-enum/python-enum.mk b/package/python-enum/python-enum.mk
index 0131be3f9f..e1a55c3d82 100644
--- a/package/python-enum/python-enum.mk
+++ b/package/python-enum/python-enum.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_ENUM_VERSION = 0.4.4
+PYTHON_ENUM_VERSION = 0.4.6
PYTHON_ENUM_SOURCE = enum-$(PYTHON_ENUM_VERSION).tar.gz
-PYTHON_ENUM_SITE = http://pypi.python.org/packages/source/e/enum
+PYTHON_ENUM_SITE = https://pypi.python.org/packages/0c/4e/1ea357e7783c756bb579333c1e4a026fb331371ee771f616ffedc781e531
PYTHON_ENUM_SETUP_TYPE = setuptools
PYTHON_ENUM_LICENSE = GPLv2+ or Python software foundation license v2
PYTHON_ENUM_LICENSE_FILES = LICENSE.GPL LICENSE.PSF
OpenPOWER on IntegriCloud