]> code.ossystems Code Review - openembedded-core.git/commitdiff
python*-setuptools: update to 36.5.0
authorJose Lamego <jose.a.lamego@linux.intel.com>
Wed, 11 Oct 2017 21:19:23 +0000 (16:19 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Nov 2017 13:54:44 +0000 (13:54 +0000)
Both python-setuptools and python3-setuptools must be updated
to latest stable release.

These changes were tested on qemu with core-image-minimal

Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python-setuptools.inc
meta/recipes-devtools/python/python-setuptools_36.5.0.bb [moved from meta/recipes-devtools/python/python-setuptools_36.2.7.bb with 100% similarity]
meta/recipes-devtools/python/python3-setuptools_36.5.0.bb [moved from meta/recipes-devtools/python/python3-setuptools_36.2.7.bb with 100% similarity]

index ca521a9651169216173a8fe75c3ce0cf8f0ef963..1eae0b6174df07d8a44ce8dc3549278c4fd451f7 100644 (file)
@@ -9,8 +9,8 @@ SRCNAME = "setuptools"
 
 SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.zip"
 
-SRC_URI[md5sum] = "b9e6c049617bac0f9e908a41ab4a29ac"
-SRC_URI[sha256sum] = "b0fe5d432d922df595e918577c51458d63f245115d141b309ac32ecfca329df5"
+SRC_URI[md5sum] = "704f500dd55f4bd0be905444f3ba892c"
+SRC_URI[sha256sum] = "ce2007c1cea3359870b80657d634253a0765b0c7dc5a988d77ba803fc86f2c64"
 
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools"