[meta-virtualization] [meta-cloud-services][fido-kilo][PATCH 35/42] python-pbr: upgrade to 0.11

Josep Puigdemont josep.puigdemont at enea.com
Tue Dec 8 09:33:47 PST 2015


Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
---
 .../python/{python-pbr_0.10.8.bb => python-pbr_0.11.0.bb}         | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-pbr_0.10.8.bb => python-pbr_0.11.0.bb} (73%)

diff --git a/meta-openstack/recipes-devtools/python/python-pbr_0.10.8.bb b/meta-openstack/recipes-devtools/python/python-pbr_0.11.0.bb
similarity index 73%
rename from meta-openstack/recipes-devtools/python/python-pbr_0.10.8.bb
rename to meta-openstack/recipes-devtools/python/python-pbr_0.11.0.bb
index ec5c589..b81ed6f 100644
--- a/meta-openstack/recipes-devtools/python/python-pbr_0.10.8.bb
+++ b/meta-openstack/recipes-devtools/python/python-pbr_0.11.0.bb
@@ -4,24 +4,20 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
-PR = "r0"
 SRCNAME = "pbr"
 
 SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "ccef0c0fa2ad7ee2c9997322a83d7e45"
-SRC_URI[sha256sum] = "a741650c697abe9dd3da00039a57a45a15a6eed017a16f6b7e4c0161fae2b4b2"
+SRC_URI[md5sum] = "e69466b4206e350f4f1e1db2e11ab73b"
+SRC_URI[sha256sum] = "d7f0d69aef367a764d69a4728afd966025ce9394d6029a924ef838ecdf592f6d"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit setuptools
 
-# DEPENDS_default: python-pip
-
 DEPENDS += " \
         python-pip \
         "
 
-# RDEPENDS_default:
 RDEPENDS_${PN} += " \
         "
-- 
2.5.0



More information about the meta-virtualization mailing list