All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pypi.bbclass: use new pypi UPSTREAM_CHECK_URI
@ 2020-05-09 21:23 Tim Orling
  2020-05-09 21:30 ` [OE-core] " Tim Orling
  2020-05-09 21:32 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 2 replies; 6+ messages in thread
From: Tim Orling @ 2020-05-09 21:23 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tim Orling

Upstream https://pypi.python.org/pypi/${PYPI_PACKAGE}/
redirects to https://pypi.org/project/${PYPI_PACKAGE}/

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
---
 meta/classes/pypi.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/pypi.bbclass b/meta/classes/pypi.bbclass
index ffa8aa3ff44..87b4c85fc09 100644
--- a/meta/classes/pypi.bbclass
+++ b/meta/classes/pypi.bbclass
@@ -22,5 +22,5 @@ SECTION = "devel/python"
 SRC_URI += "${PYPI_SRC_URI}"
 S = "${WORKDIR}/${PYPI_PACKAGE}-${PV}"
 
-UPSTREAM_CHECK_URI ?= "https://pypi.python.org/pypi/${PYPI_PACKAGE}/"
+UPSTREAM_CHECK_URI ?= "https://pypi.org/project/${PYPI_PACKAGE}/"
 UPSTREAM_CHECK_REGEX ?= "/${PYPI_PACKAGE}/(?P<pver>(\d+[\.\-_]*)+)/"
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread
[parent not found: <160D791C255B772D.4203@lists.openembedded.org>]

end of thread, other threads:[~2020-05-09 22:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09 21:23 [PATCH] pypi.bbclass: use new pypi UPSTREAM_CHECK_URI Tim Orling
2020-05-09 21:30 ` [OE-core] " Tim Orling
2020-05-09 22:17   ` Steve Sakoman
2020-05-09 21:32 ` ✗ patchtest: failure for " Patchwork
2020-05-09 21:34   ` [OE-core] " Tim Orling
     [not found] <160D791C255B772D.4203@lists.openembedded.org>
2020-05-09 21:25 ` [OE-core] [PATCH] " Tim Orling

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.