From fc6e34d69541b89365bbe49396e7d744abd13f7d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 2 Jan 2020 22:09:28 -0800 Subject: python-waitress: upgrade 1.3.1 -> 1.4.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-waitress.inc | 4 ++-- meta-python/recipes-devtools/python/python-waitress_1.3.1.bb | 2 -- meta-python/recipes-devtools/python/python-waitress_1.4.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-waitress_1.3.1.bb | 2 -- meta-python/recipes-devtools/python/python3-waitress_1.4.1.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-waitress_1.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python-waitress_1.4.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-waitress_1.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-waitress_1.4.1.bb diff --git a/meta-python/recipes-devtools/python/python-waitress.inc b/meta-python/recipes-devtools/python/python-waitress.inc index 732c31dbd7..a8d337fd5a 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] = "d9132d313de0c5e0fec34ef9ede5442e" -SRC_URI[sha256sum] = "278e09d6849acc1365404bbf7d790d0423b159802e850c726e8cd0a126a2dac7" +SRC_URI[md5sum] = "e6b9f0406cb4e6fedcc3add96411786d" +SRC_URI[sha256sum] = "f4118cbce75985fd60aeb4f0d781aba8dc7ae28c18e50753e913d7a7dee76b62" diff --git a/meta-python/recipes-devtools/python/python-waitress_1.3.1.bb b/meta-python/recipes-devtools/python/python-waitress_1.3.1.bb deleted file mode 100644 index 26a628ea02..0000000000 --- a/meta-python/recipes-devtools/python/python-waitress_1.3.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.1.bb b/meta-python/recipes-devtools/python/python-waitress_1.4.1.bb new file mode 100644 index 0000000000..26a628ea02 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-waitress_1.4.1.bb @@ -0,0 +1,2 @@ +inherit setuptools pypi +require python-waitress.inc diff --git a/meta-python/recipes-devtools/python/python3-waitress_1.3.1.bb b/meta-python/recipes-devtools/python/python3-waitress_1.3.1.bb deleted file mode 100644 index 83c8b66d82..0000000000 --- a/meta-python/recipes-devtools/python/python3-waitress_1.3.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.1.bb b/meta-python/recipes-devtools/python/python3-waitress_1.4.1.bb new file mode 100644 index 0000000000..83c8b66d82 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-waitress_1.4.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 pypi +require python-waitress.inc -- cgit 1.2.3-korg