]> code.ossystems Code Review - openembedded-core.git/commitdiff
python*-setuptools: update to 36.2.7
authorJose Lamego <jose.a.lamego@linux.intel.com>
Wed, 9 Aug 2017 20:01:04 +0000 (15:01 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Aug 2017 23:01:43 +0000 (00:01 +0100)
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: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-setuptools.inc
meta/recipes-devtools/python/python-setuptools_36.2.7.bb [moved from meta/recipes-devtools/python/python-setuptools_36.2.0.bb with 100% similarity]
meta/recipes-devtools/python/python3-setuptools_36.2.7.bb [moved from meta/recipes-devtools/python/python3-setuptools_36.2.0.bb with 100% similarity]

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