From c53a62a4a1c9945c8b3a8642bd50ff19002bb5ed Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 10 Aug 2020 17:43:16 +0300 Subject: python3-wtforms: Upgrade 2.3.1 -> 2.3.3 Upgrade to release 2.3.3: - Includes the missing translation files - Fixed a bug with SelectField choices shortcut at form submission License-Update: Use the exact line from PKG-INFO. The license remains the same. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-wtforms_2.3.1.bb | 17 ----------------- .../recipes-devtools/python/python3-wtforms_2.3.3.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb b/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb deleted file mode 100644 index 9f081b68ce..0000000000 --- a/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "A flexible forms validation and rendering library for python web development." -HOMEPAGE = "https://pypi.python.org/pypi/WTForms" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=208ce1c159f911ecf389806650582021" - -SRC_URI[md5sum] = "bff06943e59671581af07f80d14bda5f" -SRC_URI[sha256sum] = "861a13b3ae521d6700dac3b2771970bd354a63ba7043ecc3a82b5288596a1972" - -PYPI_PACKAGE = "WTForms" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-netserver \ - ${PYTHON_PN}-numbers \ - " diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb b/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb new file mode 100644 index 0000000000..a6e7a5b2e7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "A flexible forms validation and rendering library for python web development." +HOMEPAGE = "https://pypi.python.org/pypi/WTForms" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d" + +SRC_URI[md5sum] = "2b6ea167a71c6becf20f0934417fd06c" +SRC_URI[sha256sum] = "81195de0ac94fbc8368abbaf9197b88c4f3ffd6c2719b5bf5fc9da744f3d829c" + +PYPI_PACKAGE = "WTForms" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-netserver \ + ${PYTHON_PN}-numbers \ + " -- cgit v1.2.3-54-g00ecf