All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-flask-sqlalchemy: fix upstream uri check
@ 2023-12-21 17:02 Derek Straka
  2023-12-27  8:21 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Derek Straka @ 2023-12-21 17:02 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb
index ecbcf16dd..56f63bf03 100644
--- a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
 SRC_URI[sha256sum] = "e4b68bb881802dda1a7d878b2fc84c06d1ee57fb40b874d3dc97dabfa36b8312"
 
 PYPI_PACKAGE = "flask_sqlalchemy"
+UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/Flask-SQLAlchemy"
+UPSTREAM_CHECK_REGEX = "/Flask-SQLAlchemy/(?P<pver>(\d+[\.\-_]*)+)"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-python][PATCH] python3-flask-sqlalchemy: fix upstream uri check
  2023-12-21 17:02 [meta-python][PATCH] python3-flask-sqlalchemy: fix upstream uri check Derek Straka
@ 2023-12-27  8:21 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2023-12-27  8:21 UTC (permalink / raw)
  To: openembedded-devel, Derek Straka


On Thu, 21 Dec 2023 17:02:16 +0000, Derek Straka wrote:
> 


Applied, thanks!

[1/1] python3-flask-sqlalchemy: fix upstream uri check
      commit: 75f9fe8bab85984e80978bc06ac9965e96831870

Best regards,
-- 
Khem Raj <raj.khem@gmail.com>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-27  8:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-21 17:02 [meta-python][PATCH] python3-flask-sqlalchemy: fix upstream uri check Derek Straka
2023-12-27  8:21 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.