From dc3657a8b739796dca66c500045fca24527eb8b5 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 17 Jan 2020 17:07:22 +0800 Subject: python-supervisor: upgrade 4.0.2 -> 4.1.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-supervisor.inc | 4 ++-- meta-python/recipes-devtools/python/python3-supervisor_4.0.2.bb | 2 -- meta-python/recipes-devtools/python/python3-supervisor_4.1.0.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-supervisor_4.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-supervisor_4.1.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-supervisor.inc b/meta-python/recipes-devtools/python/python-supervisor.inc index 158cd52e19..1ac18bbe69 100644 --- a/meta-python/recipes-devtools/python/python-supervisor.inc +++ b/meta-python/recipes-devtools/python/python-supervisor.inc @@ -7,8 +7,8 @@ HOMEPAGE = "https://github.com/Supervisor/supervisor" LICENSE = "BSD-4-Clause" LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=5b4e3a2172bba4c47cded5885e7e507e" -SRC_URI[md5sum] = "ac70dadd051dcaf1d03c467d51a3aac1" -SRC_URI[sha256sum] = "5604457da4fb89d850e78c128205fe4938c9277f87301885b33c94c60361e575" +SRC_URI[md5sum] = "ecea94eedc70ba5127fdeb0665bcca0d" +SRC_URI[sha256sum] = "2dc86fe0476e945e61483d614ceb2cf4f93b95282eb243bdf792621994360383" PYPI_PACKAGE = "supervisor" inherit pypi systemd diff --git a/meta-python/recipes-devtools/python/python3-supervisor_4.0.2.bb b/meta-python/recipes-devtools/python/python3-supervisor_4.0.2.bb deleted file mode 100644 index d29e1d6b66..0000000000 --- a/meta-python/recipes-devtools/python/python3-supervisor_4.0.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-supervisor.inc diff --git a/meta-python/recipes-devtools/python/python3-supervisor_4.1.0.bb b/meta-python/recipes-devtools/python/python3-supervisor_4.1.0.bb new file mode 100644 index 0000000000..d29e1d6b66 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-supervisor_4.1.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-supervisor.inc -- cgit v1.2.3-54-g00ecf