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; 5+ 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] 5+ messages in thread

* Re: [OE-core] [PATCH] pypi.bbclass: use new pypi UPSTREAM_CHECK_URI
  2020-05-09 21:23 [PATCH] pypi.bbclass: use new pypi UPSTREAM_CHECK_URI Tim Orling
@ 2020-05-09 21:30 ` Tim Orling
  2020-05-09 22:17   ` Steve Sakoman
  2020-05-09 21:32 ` ✗ patchtest: failure for " Patchwork
  1 sibling, 1 reply; 5+ messages in thread
From: Tim Orling @ 2020-05-09 21:30 UTC (permalink / raw)
  To: Steve Sakoman, Armin Kuster, Mittal, Anuj; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 988 bytes --]

This is a candidate for backport to stable once it lands in master.

On Sat, May 9, 2020 at 2:23 PM Tim Orling <timothy.t.orling@linux.intel.com>
wrote:

> 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
>
> 
>

[-- Attachment #2: Type: text/html, Size: 1850 bytes --]

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

* ✗ patchtest: failure for pypi.bbclass: use new pypi UPSTREAM_CHECK_URI
  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 21:32 ` Patchwork
  2020-05-09 21:34   ` [OE-core] " Tim Orling
  1 sibling, 1 reply; 5+ messages in thread
From: Patchwork @ 2020-05-09 21:32 UTC (permalink / raw)
  To: Tim Orling; +Cc: openembedded-core

== Series Details ==

Series: pypi.bbclass: use new pypi UPSTREAM_CHECK_URI
Revision: 1
URL   : https://patchwork.openembedded.org/series/24047/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at e496605ea1)



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe


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

* Re: [OE-core] ✗ patchtest: failure for pypi.bbclass: use new pypi UPSTREAM_CHECK_URI
  2020-05-09 21:32 ` ✗ patchtest: failure for " Patchwork
@ 2020-05-09 21:34   ` Tim Orling
  0 siblings, 0 replies; 5+ messages in thread
From: Tim Orling @ 2020-05-09 21:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tim Orling

[-- Attachment #1: Type: text/plain, Size: 1540 bytes --]

As stated in comment to this patch, it applies on top of Konrad’s regex
patch. So of course it fails patchtest.

On Sat, May 9, 2020 at 2:32 PM Patchwork <
patchwork@patchwork.openembedded.org> wrote:

> == Series Details ==
>
> Series: pypi.bbclass: use new pypi UPSTREAM_CHECK_URI
> Revision: 1
> URL   : https://patchwork.openembedded.org/series/24047/
> State : failure
>
> == Summary ==
>
>
> Thank you for submitting this patch series to OpenEmbedded Core. This is
> an automated response. Several tests have been executed on the proposed
> series by patchtest resulting in the following failures:
>
>
>
> * Issue             Series does not apply on top of target branch
> [test_series_merge_on_head]
>   Suggested fix    Rebase your series on top of targeted branch
>   Targeted branch  master (currently at e496605ea1)
>
>
>
> If you believe any of these test results are incorrect, please reply to the
> mailing list (openembedded-core@lists.openembedded.org) raising your
> concerns.
> Otherwise we would appreciate you correcting the issues and submitting a
> new
> version of the patchset if applicable. Please ensure you add/increment the
> version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
> [PATCH v3] -> ...).
>
> ---
> Guidelines:
> https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
> Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
> Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2422 bytes --]

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

* Re: [OE-core] [PATCH] pypi.bbclass: use new pypi UPSTREAM_CHECK_URI
  2020-05-09 21:30 ` [OE-core] " Tim Orling
@ 2020-05-09 22:17   ` Steve Sakoman
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2020-05-09 22:17 UTC (permalink / raw)
  To: Tim Orling; +Cc: Armin Kuster, Mittal, Anuj, openembedded-core

Thanks TIm, I'll keep an eye out for when both patches hit master.

Steve

On Sat, May 9, 2020 at 11:30 AM Tim Orling <ticotimo@gmail.com> wrote:
>
> This is a candidate for backport to stable once it lands in master.
>
> On Sat, May 9, 2020 at 2:23 PM Tim Orling <timothy.t.orling@linux.intel.com> wrote:
>>
>> 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	[flat|nested] 5+ messages in thread

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

Thread overview: 5+ 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

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.