]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-setuptools: upgrade to 19.2
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Tue, 19 Jan 2016 21:56:24 +0000 (21:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jan 2016 23:03:15 +0000 (23:03 +0000)
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-setuptools_19.2.bb [moved from meta/recipes-devtools/python/python3-setuptools_18.7.1.bb with 91% similarity]

similarity index 91%
rename from meta/recipes-devtools/python/python3-setuptools_18.7.1.bb
rename to meta/recipes-devtools/python/python3-setuptools_19.2.bb
index eaf6e47da7939c0b1464f820cf922e427163afc5..bb5798229fadf24a5767ef75b3fda5c76ca5442d 100644 (file)
@@ -11,8 +11,8 @@ DEPENDS_class-native += "python3-native"
 SRC_URI = " \
   http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
 "
-SRC_URI[md5sum] = "a0984da9cd8d7b582e1fd7de67dfdbcc"
-SRC_URI[sha256sum] = "aff36c95035e0b311eacb1434e3f7e85f5ccaad477773847e582978f8f45bd74"
+SRC_URI[md5sum] = "78353b1f80375ca5e088f4b4627ffe03"
+SRC_URI[sha256sum] = "f90ed8eb70b14b0594ba74e9de4ffca040c0ec8ee505cbf3570499467859f71a"
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/setuptools"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"