From c600141d649c2b1099624384708a03c497ae5be1 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 21 Dec 2023 17:48:22 +0000 Subject: python3-wtforms: fix upstream uri and version check Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-wtforms_3.1.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-wtforms_3.1.1.bb b/meta-python/recipes-devtools/python/python3-wtforms_3.1.1.bb index c9ad1be48d..b57c311002 100644 --- a/meta-python/recipes-devtools/python/python3-wtforms_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-wtforms_3.1.1.bb @@ -7,6 +7,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=17ed54aa95f4a6cd0d7a4747d14b64d0" SRC_URI[sha256sum] = "5e51df8af9a60f6beead75efa10975e97768825a82146a65c7cbf5b915990620" +UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/WTForms" +UPSTREAM_CHECK_REGEX = "/WTForms/(?P(\d+[\.\-_]*)+)" + inherit pypi python_hatchling DEPENDS += "\ -- cgit v1.2.3-54-g00ecf