aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-12-04 15:35:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-12 23:31:42 +0000
commit3df78d4850e06ba4febd638bf52ee3b2927c5094 (patch)
tree9a8c9812fac11742dab324f7210af27ddff98afb /meta/recipes-devtools/python
parent2dbc06d880cc2e764fb2970de37ea5206b080445 (diff)
downloadopenembedded-core-contrib-3df78d4850e06ba4febd638bf52ee3b2927c5094.tar.gz
python-setuptools: update to 18.7.1
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-setuptools_18.7.1.bb (renamed from meta/recipes-devtools/python/python-setuptools_18.2.bb)5
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_18.7.1.bb (renamed from meta/recipes-devtools/python/python3-setuptools_18.2.bb)5
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python-setuptools_18.2.bb b/meta/recipes-devtools/python/python-setuptools_18.7.1.bb
index 1de2b2e927..1cc877491e 100644
--- a/meta/recipes-devtools/python/python-setuptools_18.2.bb
+++ b/meta/recipes-devtools/python/python-setuptools_18.7.1.bb
@@ -14,8 +14,9 @@ DEPENDS_class-native += "python-native"
inherit distutils
SRC_URI = "https://pypi.python.org/packages/source/s/setuptools/setuptools-${PV}.tar.gz"
-SRC_URI[md5sum] = "52b4e48939ef311d7204f8fe940764f4"
-SRC_URI[sha256sum] = "0994a58df27ea5dc523782a601357a2198b7493dcc99a30d51827a23585b5b1d"
+SRC_URI[md5sum] = "a0984da9cd8d7b582e1fd7de67dfdbcc"
+SRC_URI[sha256sum] = "aff36c95035e0b311eacb1434e3f7e85f5ccaad477773847e582978f8f45bd74"
+UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools"
S = "${WORKDIR}/${SRCNAME}-${PV}"
diff --git a/meta/recipes-devtools/python/python3-setuptools_18.2.bb b/meta/recipes-devtools/python/python3-setuptools_18.7.1.bb
index 5687e308b8..eaf6e47da7 100644
--- a/meta/recipes-devtools/python/python3-setuptools_18.2.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_18.7.1.bb
@@ -11,9 +11,8 @@ DEPENDS_class-native += "python3-native"
SRC_URI = " \
http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
"
-SRC_URI[md5sum] = "52b4e48939ef311d7204f8fe940764f4"
-SRC_URI[sha256sum] = "0994a58df27ea5dc523782a601357a2198b7493dcc99a30d51827a23585b5b1d"
-
+SRC_URI[md5sum] = "a0984da9cd8d7b582e1fd7de67dfdbcc"
+SRC_URI[sha256sum] = "aff36c95035e0b311eacb1434e3f7e85f5ccaad477773847e582978f8f45bd74"
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools"
S = "${WORKDIR}/${SRCNAME}-${PV}"