From da76cda28f45f49b267c6f1b41df165914819d7f Mon Sep 17 00:00:00 2001 From: Edwin Plauchu Date: Thu, 12 Jan 2017 14:52:13 -0600 Subject: [PATCH] python3-setuptools: upgrade to 31.1.1 It is a simultaneous upgrade for python 2 and 3 over setuptools. (From OE-Core rev: e37e023da9833fc6d17a8a57554aaf986b4e8d56) Signed-off-by: Edwin Plauchu Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-setuptools.inc | 4 ++-- ...ython-setuptools_31.0.0.bb => python-setuptools_32.1.1.bb} | 0 ...hon3-setuptools_31.0.0.bb => python3-setuptools_32.1.1.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python-setuptools_31.0.0.bb => python-setuptools_32.1.1.bb} (100%) rename meta/recipes-devtools/python/{python3-setuptools_31.0.0.bb => python3-setuptools_32.1.1.bb} (100%) diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc index 858595c9d0..40f47d4bcd 100644 --- a/meta/recipes-devtools/python/python-setuptools.inc +++ b/meta/recipes-devtools/python/python-setuptools.inc @@ -9,8 +9,8 @@ SRCNAME = "setuptools" SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "66da89eeb1f33c2b947f316cfb3d7c7e" -SRC_URI[sha256sum] = "0818cc0de692c3a5c83ca83aa7ec7ba6bc206f278735f1e0267b8d0e095cfe7a" +SRC_URI[md5sum] = "8b67868c3430e978833ebd0d1b766694" +SRC_URI[sha256sum] = "8303fb24306385f09bf8b0e5a385c1548e42e8efc08558d64049bc0d55ea012d" UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools" diff --git a/meta/recipes-devtools/python/python-setuptools_31.0.0.bb b/meta/recipes-devtools/python/python-setuptools_32.1.1.bb similarity index 100% rename from meta/recipes-devtools/python/python-setuptools_31.0.0.bb rename to meta/recipes-devtools/python/python-setuptools_32.1.1.bb diff --git a/meta/recipes-devtools/python/python3-setuptools_31.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_32.1.1.bb similarity index 100% rename from meta/recipes-devtools/python/python3-setuptools_31.0.0.bb rename to meta/recipes-devtools/python/python3-setuptools_32.1.1.bb