From f243fb58bc8ab0dc981b53e60a1a2fc5d3e6dfe2 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sat, 20 Jan 2018 10:04:38 -0500 Subject: python-babel: update to version 2.5.3 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-babel.inc | 4 ++-- meta-python/recipes-devtools/python/python-babel_2.5.1.bb | 2 -- meta-python/recipes-devtools/python/python-babel_2.5.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-babel_2.5.1.bb | 5 ----- meta-python/recipes-devtools/python/python3-babel_2.5.3.bb | 5 +++++ 5 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-babel_2.5.1.bb create mode 100644 meta-python/recipes-devtools/python/python-babel_2.5.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-babel_2.5.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-babel_2.5.3.bb diff --git a/meta-python/recipes-devtools/python/python-babel.inc b/meta-python/recipes-devtools/python/python-babel.inc index 6d8c05dac9..b1e8cc1e91 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] = "60228b3ce93a203357158b909afe8ae1" -SRC_URI[sha256sum] = "6007daf714d0cd5524bbe436e2d42b3c20e68da66289559341e48d2cd6d25811" +SRC_URI[md5sum] = "152a6b17fe4110b95675aceb9af9fab2" +SRC_URI[sha256sum] = "8ce4cb6fdd4393edd323227cba3a077bceb2a6ce5201c902c65e730046f41f14" PYPI_PACKAGE = "Babel" diff --git a/meta-python/recipes-devtools/python/python-babel_2.5.1.bb b/meta-python/recipes-devtools/python/python-babel_2.5.1.bb deleted file mode 100644 index e0eadcda8a..0000000000 --- a/meta-python/recipes-devtools/python/python-babel_2.5.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-babel.inc diff --git a/meta-python/recipes-devtools/python/python-babel_2.5.3.bb b/meta-python/recipes-devtools/python/python-babel_2.5.3.bb new file mode 100644 index 0000000000..e0eadcda8a --- /dev/null +++ b/meta-python/recipes-devtools/python/python-babel_2.5.3.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-babel.inc diff --git a/meta-python/recipes-devtools/python/python3-babel_2.5.1.bb b/meta-python/recipes-devtools/python/python3-babel_2.5.1.bb deleted file mode 100644 index 05084ac2e5..0000000000 --- a/meta-python/recipes-devtools/python/python3-babel_2.5.1.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.5.3.bb b/meta-python/recipes-devtools/python/python3-babel_2.5.3.bb new file mode 100644 index 0000000000..05084ac2e5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-babel_2.5.3.bb @@ -0,0 +1,5 @@ +inherit setuptools3 +require python-babel.inc + +# Requires _pydecimal.py which is in misc +RDEPENDS_${PN} += "${PYTHON_PN}-misc" -- cgit 1.2.3-korg