From fd5d3560e0ced6179301fa47f5da7da4c3c75bd0 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 7 Nov 2019 11:02:15 +0800 Subject: python-dominate: upgrade 2.3.1 -> 2.4.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-dominate.inc | 4 ++-- meta-python/recipes-devtools/python/python-dominate_2.3.1.bb | 2 -- meta-python/recipes-devtools/python/python-dominate_2.4.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-dominate_2.3.1.bb | 2 -- meta-python/recipes-devtools/python/python3-dominate_2.4.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-dominate_2.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python-dominate_2.4.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-dominate_2.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-dominate_2.4.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-dominate.inc b/meta-python/recipes-devtools/python/python-dominate.inc index ecf74a0bc5..7e499a6c7a 100644 --- a/meta-python/recipes-devtools/python/python-dominate.inc +++ b/meta-python/recipes-devtools/python/python-dominate.inc @@ -2,8 +2,8 @@ SUMMARY = "Dominate is a Python library for creating and manipulating HTML docum LICENSE = "LGPLv3" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" -SRC_URI[md5sum] = "45bd97e6f7888aac24ae86013c57638e" -SRC_URI[sha256sum] = "4b8ce6f33633c9dd9175b228d21c00c801b6bd0327747cd5e17fc2da934c3a69" +SRC_URI[md5sum] = "27d3aa7e0d67902c505e248e705e5e2e" +SRC_URI[sha256sum] = "a92474b4312bd8b4c1789792f3ec8c571cd8afa8e7502a2b1c64dd48cd67e59c" RDEPENDS_${PN} += "\ ${PYTHON_PN}-numbers \ diff --git a/meta-python/recipes-devtools/python/python-dominate_2.3.1.bb b/meta-python/recipes-devtools/python/python-dominate_2.3.1.bb deleted file mode 100644 index c19445e728..0000000000 --- a/meta-python/recipes-devtools/python/python-dominate_2.3.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-dominate.inc diff --git a/meta-python/recipes-devtools/python/python-dominate_2.4.0.bb b/meta-python/recipes-devtools/python/python-dominate_2.4.0.bb new file mode 100644 index 0000000000..c19445e728 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-dominate_2.4.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-dominate.inc diff --git a/meta-python/recipes-devtools/python/python3-dominate_2.3.1.bb b/meta-python/recipes-devtools/python/python3-dominate_2.3.1.bb deleted file mode 100644 index 5304ccc183..0000000000 --- a/meta-python/recipes-devtools/python/python3-dominate_2.3.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-dominate.inc diff --git a/meta-python/recipes-devtools/python/python3-dominate_2.4.0.bb b/meta-python/recipes-devtools/python/python3-dominate_2.4.0.bb new file mode 100644 index 0000000000..5304ccc183 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dominate_2.4.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-dominate.inc -- cgit v1.2.3-54-g00ecf