From: Alejandro Hernandez Date: Tue, 19 Jan 2016 21:56:24 +0000 (+0000) Subject: python3-setuptools: upgrade to 19.2 X-Git-Tag: 2016-4~1471 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a60ea2c871f5be64e024edf67426e5f5b5c31c5e;p=openembedded-core.git python3-setuptools: upgrade to 19.2 Signed-off-by: Alejandro Hernandez Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-setuptools_18.7.1.bb b/meta/recipes-devtools/python/python3-setuptools_19.2.bb 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 eaf6e47da7..bb5798229f 100644 --- a/meta/recipes-devtools/python/python3-setuptools_18.7.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools_19.2.bb @@ -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}"