From 3c99f4875bf13711fbc105941bd890517c0bd42e Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 17 Jan 2020 16:21:52 +0800 Subject: python-waitress: upgrade 1.4.1 -> 1.4.2 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-waitress.inc | 4 ++-- meta-python/recipes-devtools/python/python-waitress_1.4.1.bb | 2 -- meta-python/recipes-devtools/python/python-waitress_1.4.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-waitress_1.4.1.bb | 2 -- meta-python/recipes-devtools/python/python3-waitress_1.4.2.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-waitress_1.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python-waitress_1.4.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-waitress_1.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-waitress_1.4.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-waitress.inc b/meta-python/recipes-devtools/python/python-waitress.inc index a8d337fd5a..0c288d52ff 100644 --- a/meta-python/recipes-devtools/python/python-waitress.inc +++ b/meta-python/recipes-devtools/python/python-waitress.inc @@ -6,5 +6,5 @@ SECTION = "devel/python" LICENSE = "ZPL-2.1" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" -SRC_URI[md5sum] = "e6b9f0406cb4e6fedcc3add96411786d" -SRC_URI[sha256sum] = "f4118cbce75985fd60aeb4f0d781aba8dc7ae28c18e50753e913d7a7dee76b62" +SRC_URI[md5sum] = "fdeed7ec32bbba011e90801208378c89" +SRC_URI[sha256sum] = "67a60a376f0eb335ed88967c42b73983a58d66a2a72eb9009a42725f7453b142" diff --git a/meta-python/recipes-devtools/python/python-waitress_1.4.1.bb b/meta-python/recipes-devtools/python/python-waitress_1.4.1.bb deleted file mode 100644 index 26a628ea02..0000000000 --- a/meta-python/recipes-devtools/python/python-waitress_1.4.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools pypi -require python-waitress.inc diff --git a/meta-python/recipes-devtools/python/python-waitress_1.4.2.bb b/meta-python/recipes-devtools/python/python-waitress_1.4.2.bb new file mode 100644 index 0000000000..26a628ea02 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-waitress_1.4.2.bb @@ -0,0 +1,2 @@ +inherit setuptools pypi +require python-waitress.inc diff --git a/meta-python/recipes-devtools/python/python3-waitress_1.4.1.bb b/meta-python/recipes-devtools/python/python3-waitress_1.4.1.bb deleted file mode 100644 index 83c8b66d82..0000000000 --- a/meta-python/recipes-devtools/python/python3-waitress_1.4.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 pypi -require python-waitress.inc diff --git a/meta-python/recipes-devtools/python/python3-waitress_1.4.2.bb b/meta-python/recipes-devtools/python/python3-waitress_1.4.2.bb new file mode 100644 index 0000000000..83c8b66d82 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-waitress_1.4.2.bb @@ -0,0 +1,2 @@ +inherit setuptools3 pypi +require python-waitress.inc -- cgit v1.2.3-54-g00ecf