[meta-virtualization] [m-c-s][PATCH 1/2] python-babel: uprev to 2.3.4

Mark Asselstine mark.asselstine at windriver.com
Tue Jan 17 07:57:04 PST 2017


This version is required by python-oslo.i18n (after the uprev to
stable/newton) and possibly others.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../recipes-devtools/python/python-babel_1.3.bb    | 19 -------------------
 .../recipes-devtools/python/python-babel_2.3.4.bb  | 22 ++++++++++++++++++++++
 2 files changed, 22 insertions(+), 19 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-babel_1.3.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb

diff --git a/meta-openstack/recipes-devtools/python/python-babel_1.3.bb b/meta-openstack/recipes-devtools/python/python-babel_1.3.bb
deleted file mode 100644
index e61379f..0000000
--- a/meta-openstack/recipes-devtools/python/python-babel_1.3.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "A collection of tools for internationalizing Python applications"
-HOMEPAGE = "http://babel.edgewall.org/"
-SECTION = "devel/python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292"
-
-PR = "r0"
-SRCNAME = "Babel"
-SRC_URI = "https://pypi.python.org/packages/source/B/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
-"
-
-SRC_URI[md5sum] = "5264ceb02717843cbc9ffce8e6e06bdb"
-SRC_URI[sha256sum] = "9f02d0357184de1f093c10012b52e7454a1008be6a5c185ab7a3307aceb1d12e"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
-
-CLEANBROKEN = "1"
diff --git a/meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb b/meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb
new file mode 100644
index 0000000..790491d
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "A collection of tools for internationalizing Python applications"
+HOMEPAGE = "http://babel.edgewall.org/"
+SECTION = "devel/python"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292"
+
+SRCNAME = "Babel"
+SRC_URI = "https://pypi.io/packages/source/B/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
+"
+
+SRC_URI[md5sum] = "afa20bc55b0e991833030129ad498f35"
+SRC_URI[sha256sum] = "c535c4403802f6eb38173cd4863e419e2274921a01a8aad8a5b497c131c62875"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+CLEANBROKEN = "1"
+
+RDEPENDS_${PN} += " \
+    python-pytz \
+"
\ No newline at end of file
-- 
2.7.4



More information about the meta-virtualization mailing list