All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Steve Sakoman" <steve@sakoman.com>
To: Tim Orling <ticotimo@gmail.com>
Cc: Armin Kuster <akuster808@gmail.com>,
	"Mittal, Anuj" <anuj.mittal@intel.com>,
	 openembedded-core <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH] pypi.bbclass: use new pypi UPSTREAM_CHECK_URI
Date: Sat, 9 May 2020 12:17:30 -1000	[thread overview]
Message-ID: <CAOSpxdaw613aVsO4NCKwnXyzMGTBT8K+4z3VyMqeKq1-MpqFkQ@mail.gmail.com> (raw)
In-Reply-To: <CANx9H-CXmR4iKEDimUD33aWgOzMfOATH_21duXLFwQdOjkXBNw@mail.gmail.com>

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

  reply	other threads:[~2020-05-09 22:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOSpxdaw613aVsO4NCKwnXyzMGTBT8K+4z3VyMqeKq1-MpqFkQ@mail.gmail.com \
    --to=steve@sakoman.com \
    --cc=akuster808@gmail.com \
    --cc=anuj.mittal@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ticotimo@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.