From f452e6900715dc96aa102d0ab3a90f8d747ba068 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 9 Jul 2018 13:39:46 -0400 Subject: python-wtforms: update to version 2.2.1 License-Update: Update the checksum for the latest PKG-INFO release and verify license is still BSD Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-wtforms.inc | 7 +++---- meta-python/recipes-devtools/python/python-wtforms_2.1.bb | 2 -- meta-python/recipes-devtools/python/python-wtforms_2.2.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-wtforms_2.1.bb | 2 -- meta-python/recipes-devtools/python/python3-wtforms_2.2.1.bb | 2 ++ 5 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-wtforms_2.1.bb create mode 100644 meta-python/recipes-devtools/python/python-wtforms_2.2.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-wtforms_2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-wtforms_2.2.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-wtforms.inc b/meta-python/recipes-devtools/python/python-wtforms.inc index 916697fcfc..868686bfec 100644 --- a/meta-python/recipes-devtools/python/python-wtforms.inc +++ b/meta-python/recipes-devtools/python/python-wtforms.inc @@ -2,13 +2,12 @@ DESCRIPTION = "A flexible forms validation and rendering library for python web HOMEPAGE = "https://pypi.python.org/pypi/WTForms" SECTION = "devel/python" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c459accc90c6ed6a94878c8fe0535be2" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c4660c132770d5d0a5757541f6b79493" -SRC_URI[md5sum] = "6938a541fafd1a1ae2f6b9b88588eef2" -SRC_URI[sha256sum] = "ffdf10bd1fa565b8233380cb77a304cd36fd55c73023e91d4b803c96bc11d46f" +SRC_URI[md5sum] = "41c0008dbe7bd98892c58f7457a46a4a" +SRC_URI[sha256sum] = "0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61" PYPI_PACKAGE = "WTForms" -PYPI_PACKAGE_EXT = "zip" RDEPENDS_${PN} += "\ ${PYTHON_PN}-netserver \ diff --git a/meta-python/recipes-devtools/python/python-wtforms_2.1.bb b/meta-python/recipes-devtools/python/python-wtforms_2.1.bb deleted file mode 100644 index fdb015e8a5..0000000000 --- a/meta-python/recipes-devtools/python/python-wtforms_2.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-wtforms.inc diff --git a/meta-python/recipes-devtools/python/python-wtforms_2.2.1.bb b/meta-python/recipes-devtools/python/python-wtforms_2.2.1.bb new file mode 100644 index 0000000000..fdb015e8a5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-wtforms_2.2.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-wtforms.inc diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.1.bb b/meta-python/recipes-devtools/python/python3-wtforms_2.1.bb deleted file mode 100644 index add59cf7d6..0000000000 --- a/meta-python/recipes-devtools/python/python3-wtforms_2.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-wtforms.inc diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.2.1.bb b/meta-python/recipes-devtools/python/python3-wtforms_2.2.1.bb new file mode 100644 index 0000000000..add59cf7d6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-wtforms_2.2.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-wtforms.inc -- cgit 1.2.3-korg