From 86e80c8a60a3093299167189f2d7d8c90cd587be Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 24 May 2017 17:03:54 -0400 Subject: python-babel: update to version 2.4.0 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-babel.inc | 4 ++-- meta-python/recipes-devtools/python/python-babel_2.3.4.bb | 2 -- meta-python/recipes-devtools/python/python-babel_2.4.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-babel_2.3.4.bb | 5 ----- meta-python/recipes-devtools/python/python3-babel_2.4.0.bb | 5 +++++ 5 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-babel_2.3.4.bb create mode 100644 meta-python/recipes-devtools/python/python-babel_2.4.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-babel_2.3.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-babel_2.4.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-babel.inc b/meta-python/recipes-devtools/python/python-babel.inc index 866ce78e31..3789863aad 100644 --- a/meta-python/recipes-devtools/python/python-babel.inc +++ b/meta-python/recipes-devtools/python/python-babel.inc @@ -3,8 +3,8 @@ HOMEPAGE = "http://babel.edgewall.org/" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292" -SRC_URI[md5sum] = "afa20bc55b0e991833030129ad498f35" -SRC_URI[sha256sum] = "c535c4403802f6eb38173cd4863e419e2274921a01a8aad8a5b497c131c62875" +SRC_URI[md5sum] = "90e7a0add19b2036a9b415630a0d9388" +SRC_URI[sha256sum] = "8c98f5e5f8f5f088571f2c6bd88d530e331cbbcb95a7311a0db69d3dca7ec563" PYPI_PACKAGE = "Babel" diff --git a/meta-python/recipes-devtools/python/python-babel_2.3.4.bb b/meta-python/recipes-devtools/python/python-babel_2.3.4.bb deleted file mode 100644 index e0eadcda8a..0000000000 --- a/meta-python/recipes-devtools/python/python-babel_2.3.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-babel.inc diff --git a/meta-python/recipes-devtools/python/python-babel_2.4.0.bb b/meta-python/recipes-devtools/python/python-babel_2.4.0.bb new file mode 100644 index 0000000000..e0eadcda8a --- /dev/null +++ b/meta-python/recipes-devtools/python/python-babel_2.4.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-babel.inc diff --git a/meta-python/recipes-devtools/python/python3-babel_2.3.4.bb b/meta-python/recipes-devtools/python/python3-babel_2.3.4.bb deleted file mode 100644 index 05084ac2e5..0000000000 --- a/meta-python/recipes-devtools/python/python3-babel_2.3.4.bb +++ /dev/null @@ -1,5 +0,0 @@ -inherit setuptools3 -require python-babel.inc - -# Requires _pydecimal.py which is in misc -RDEPENDS_${PN} += "${PYTHON_PN}-misc" diff --git a/meta-python/recipes-devtools/python/python3-babel_2.4.0.bb b/meta-python/recipes-devtools/python/python3-babel_2.4.0.bb new file mode 100644 index 0000000000..05084ac2e5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-babel_2.4.0.bb @@ -0,0 +1,5 @@ +inherit setuptools3 +require python-babel.inc + +# Requires _pydecimal.py which is in misc +RDEPENDS_${PN} += "${PYTHON_PN}-misc" -- cgit v1.2.3-54-g00ecf