All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [OE-core] [PATCH] pypi.bbclass: use new pypi UPSTREAM_CHECK_URI
       [not found] <160D791C255B772D.4203@lists.openembedded.org>
@ 2020-05-09 21:25 ` Tim Orling
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Orling @ 2020-05-09 21:25 UTC (permalink / raw)
  To: OE Core mailing list

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

Note that this is applied after Konrad’s UPSTREAM_CHECK_REGEX patch
https://patchwork.openembedded.org/patch/172442/ <https://patchwork.openembedded.org/patch/172442/>

> On 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: 2138 bytes --]

^ permalink raw reply	[flat|nested] 3+ 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; 3+ 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] 3+ messages in thread

* Re: [OE-core] [PATCH] pypi.bbclass: use new pypi UPSTREAM_CHECK_URI
  2020-05-09 21:23 Tim Orling
@ 2020-05-09 21:30 ` Tim Orling
  2020-05-09 22:17   ` Steve Sakoman
  0 siblings, 1 reply; 3+ 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] 3+ messages in thread

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

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

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.