[meta-virtualization] [PATCH 55/55] python-setuptools-git: upgrade to 1.1

jackie.huang at windriver.com jackie.huang at windriver.com
Tue Apr 28 20:09:05 PDT 2015


From: Jackie Huang <jackie.huang at windriver.com>

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 ...python-setuptools-git_1.0.bb => python-setuptools-git_1.1.bb} | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-setuptools-git_1.0.bb => python-setuptools-git_1.1.bb} (68%)

diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb
similarity index 68%
rename from meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb
rename to meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb
index 8c41969..9447744 100644
--- a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb
@@ -4,15 +4,14 @@ SECTION = "devel/python"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3775480a712fc46a69647678acb234cb"
 
-PR = "r0"
 SRCNAME = "setuptools-git"
 
-SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}b1.tar.gz"
+SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "ac67cbaa1336b7de25b1b5ff93b4e90d"
-SRC_URI[sha256sum] = "dccd496b4166315c2b6b842f3dcd417b22e2cb43aaa4a8983b1ea0ceae0fe328"
+SRC_URI[md5sum] = "7b5967e9527c789c3113b07a1f196f6e"
+SRC_URI[sha256sum] = "047d7595546635edebef226bc566579d422ccc48a8a91c7d32d8bd174f68f831"
 
-S = "${WORKDIR}/${SRCNAME}-${PV}b1"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit setuptools
 
-- 
1.9.1



More information about the meta-virtualization mailing list