From c37eecafb8a4dd0d2a6822f6d43dfd79944ca0e8 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 17 Nov 2017 13:10:55 -0500 Subject: python-jinja2: update to version 2.10 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-jinja2.inc | 4 ++-- meta-python/recipes-devtools/python/python-jinja2_2.10.bb | 2 ++ meta-python/recipes-devtools/python/python-jinja2_2.9.6.bb | 2 -- meta-python/recipes-devtools/python/python3-jinja2_2.10.bb | 7 +++++++ meta-python/recipes-devtools/python/python3-jinja2_2.9.6.bb | 7 ------- 5 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-jinja2_2.10.bb delete mode 100644 meta-python/recipes-devtools/python/python-jinja2_2.9.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-jinja2_2.10.bb delete mode 100644 meta-python/recipes-devtools/python/python3-jinja2_2.9.6.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-jinja2.inc b/meta-python/recipes-devtools/python/python-jinja2.inc index 35cbb0bf37..cd50d931ba 100644 --- a/meta-python/recipes-devtools/python/python-jinja2.inc +++ b/meta-python/recipes-devtools/python/python-jinja2.inc @@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=20c831f91dd3bd486020f672ba2be386" PYPI_PACKAGE = "Jinja2" -SRC_URI[md5sum] = "6411537324b4dba0956aaa8109f3c77b" -SRC_URI[sha256sum] = "ddaa01a212cd6d641401cb01b605f4a4d9f37bfc93043d7f760ec70fb99ff9ff" +SRC_URI[md5sum] = "61ef1117f945486472850819b8d1eb3d" +SRC_URI[sha256sum] = "f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea01914a4" RDEPENDS_${PN} += "${PYTHON_PN}-io ${PYTHON_PN}-pickle ${PYTHON_PN}-crypt \ ${PYTHON_PN}-math ${PYTHON_PN}-netclient ${PYTHON_PN}-re ${PYTHON_PN}-textutils \ diff --git a/meta-python/recipes-devtools/python/python-jinja2_2.10.bb b/meta-python/recipes-devtools/python/python-jinja2_2.10.bb new file mode 100644 index 0000000000..ec8e7ed2d8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-jinja2_2.10.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-jinja2.inc diff --git a/meta-python/recipes-devtools/python/python-jinja2_2.9.6.bb b/meta-python/recipes-devtools/python/python-jinja2_2.9.6.bb deleted file mode 100644 index ec8e7ed2d8..0000000000 --- a/meta-python/recipes-devtools/python/python-jinja2_2.9.6.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-jinja2.inc diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.10.bb b/meta-python/recipes-devtools/python/python3-jinja2_2.10.bb new file mode 100644 index 0000000000..8375f8cf4e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jinja2_2.10.bb @@ -0,0 +1,7 @@ +inherit pypi setuptools3 +require python-jinja2.inc + +# Requires _pydecimal which is in misc +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-misc \ +" diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.9.6.bb b/meta-python/recipes-devtools/python/python3-jinja2_2.9.6.bb deleted file mode 100644 index 8375f8cf4e..0000000000 --- a/meta-python/recipes-devtools/python/python3-jinja2_2.9.6.bb +++ /dev/null @@ -1,7 +0,0 @@ -inherit pypi setuptools3 -require python-jinja2.inc - -# Requires _pydecimal which is in misc -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-misc \ -" -- cgit 1.2.3-korg