Re: [oe] [meta-python][PATCH] python3-flask: fix upstream uri and version check

2023-12-27 Thread Khem Raj

On Thu, 21 Dec 2023 18:12:37 +, Derek Straka wrote:
> 


Applied, thanks!

[1/1] python3-flask: fix upstream uri and version check
  commit: 075497ce2d71cf63e47f0faa6c76bde8b7dc8f85

Best regards,
-- 
Khem Raj 


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#107851): 
https://lists.openembedded.org/g/openembedded-devel/message/107851
Mute This Topic: https://lists.openembedded.org/mt/103305173/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python][PATCH] python3-flask: fix upstream uri and version check

2023-12-21 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python3-flask_2.3.3.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-flask_2.3.3.bb 
b/meta-python/recipes-devtools/python/python3-flask_2.3.3.bb
index c8c8d870a..99a61f136 100644
--- a/meta-python/recipes-devtools/python/python3-flask_2.3.3.bb
+++ b/meta-python/recipes-devtools/python/python3-flask_2.3.3.bb
@@ -8,6 +8,9 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
 
 SRC_URI[sha256sum] = 
"09c347a92aa7ff4a8e7f3206795f30d826654baf38b873d0744cd571ca609efc"
 
+UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/Flask";
+UPSTREAM_CHECK_REGEX = "/Flask/(?P(\d+[\.\-_]*)+)"
+
 inherit pypi python_setuptools_build_meta
 
 CLEANBROKEN = "1"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#107728): 
https://lists.openembedded.org/g/openembedded-devel/message/107728
Mute This Topic: https://lists.openembedded.org/mt/103305173/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-