From 28ccaaeec04a298da5aef84fdf2c471ff5daae68 Mon Sep 17 00:00:00 2001 From: Li xin Date: Tue, 28 Jul 2015 17:50:05 +0800 Subject: python-suds: upgrade 0.4 -> 0.4.1 Signed-off-by: Li Xin --- .../recipes-devtools/python/python-suds_0.4.1.bb | 15 +++++++++++++++ meta-openstack/recipes-devtools/python/python-suds_0.4.bb | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-suds_0.4.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb b/meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb new file mode 100644 index 0000000..5e12e37 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-suds_0.4.1.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Lightweight SOAP client" +HOMEPAGE = "https://fedorahosted.org/suds/" +SECTION = "devel/python" +LICENSE = "LGPLv3" +LIC_FILES_CHKSUM = "file://LICENSE;md5=847e96bce86d8774f491a92924343a29" + +PR = "r0" +SRCNAME = "suds" + +SRC_URI = "https://fedorahosted.org/releases/s/u/${SRCNAME}/${PN}-${PV}.tar.gz" + +SRC_URI[md5sum] = "95a2f04378931e973cbb3cca8f8d9765" +SRC_URI[sha256sum] = "dd711c2635483733cd3aebf5073edf338595a2d2cae1398041f0273e9bdaac66" + +inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-suds_0.4.bb b/meta-openstack/recipes-devtools/python/python-suds_0.4.bb deleted file mode 100644 index 15a9973..0000000 --- a/meta-openstack/recipes-devtools/python/python-suds_0.4.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Lightweight SOAP client" -HOMEPAGE = "https://fedorahosted.org/suds/" -SECTION = "devel/python" -LICENSE = "LGPLv3" -LIC_FILES_CHKSUM = "file://LICENSE;md5=847e96bce86d8774f491a92924343a29" - -PR = "r0" -SRCNAME = "suds" - -SRC_URI = "https://fedorahosted.org/releases/s/u/${SRCNAME}/${PN}-${PV}.tar.gz" - -SRC_URI[md5sum] = "05523dfd3fc0de3f19dde4aca5dd17e9" -SRC_URI[sha256sum] = "66a2ee8dab56834d0a6b4ad88ed3daf2ff9824eeb9e5f66c93bf966d6db309d1" - -inherit setuptools -- cgit v1.2.3-54-g00ecf