Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-pep517: bump to version 0.13.0
@ 2022-08-22  7:22 James Hilliard
  2022-08-22  8:55 ` Marcus Hoffmann
  2022-08-23 19:31 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 5+ messages in thread
From: James Hilliard @ 2022-08-22  7:22 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Asaf Kahlon

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-pep517/python-pep517.hash | 4 ++--
 package/python-pep517/python-pep517.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python-pep517/python-pep517.hash b/package/python-pep517/python-pep517.hash
index 4dd4c47fa0..6535e51656 100644
--- a/package/python-pep517/python-pep517.hash
+++ b/package/python-pep517/python-pep517.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/pep517/json
-md5  7ed0adb5f737c316e071d48d66329a5d  pep517-0.12.0.tar.gz
-sha256  931378d93d11b298cf511dd634cf5ea4cb249a28ef84160b3247ee9afb4e8ab0  pep517-0.12.0.tar.gz
+md5  7fd08b11215256601a8a4940c1ba3d34  pep517-0.13.0.tar.gz
+sha256  ae69927c5c172be1add9203726d4b84cf3ebad1edcd5f71fcdc746e66e829f59  pep517-0.13.0.tar.gz
 # Locally computed sha256 checksums
 sha256  1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154  LICENSE
diff --git a/package/python-pep517/python-pep517.mk b/package/python-pep517/python-pep517.mk
index 45c4f8dd39..1fd294fbb4 100644
--- a/package/python-pep517/python-pep517.mk
+++ b/package/python-pep517/python-pep517.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PEP517_VERSION = 0.12.0
+PYTHON_PEP517_VERSION = 0.13.0
 PYTHON_PEP517_SOURCE = pep517-$(PYTHON_PEP517_VERSION).tar.gz
-PYTHON_PEP517_SITE = https://files.pythonhosted.org/packages/0a/65/6e656d49c679136edfba25f25791f45ffe1ea4ae2ec1c59fe9c35e061cd1
+PYTHON_PEP517_SITE = https://files.pythonhosted.org/packages/4d/19/e11fcc88288f68ae48e3aa9cf5a6fd092a88e629cb723465666c44d487a0
 PYTHON_PEP517_LICENSE = MIT
 PYTHON_PEP517_LICENSE_FILES = LICENSE
 PYTHON_PEP517_SETUP_TYPE = flit-bootstrap
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-pep517: bump to version 0.13.0
  2022-08-22  7:22 [Buildroot] [PATCH 1/1] package/python-pep517: bump to version 0.13.0 James Hilliard
@ 2022-08-22  8:55 ` Marcus Hoffmann
  2022-08-22  9:04   ` James Hilliard
  2022-08-23 19:31 ` Thomas Petazzoni via buildroot
  1 sibling, 1 reply; 5+ messages in thread
From: Marcus Hoffmann @ 2022-08-22  8:55 UTC (permalink / raw)
  To: James Hilliard, buildroot; +Cc: Asaf Kahlon

Hi James,

thanks for keeping the python ecosystem up and running within buildroot :-).

Could you perhaps include a list of changes (or a link to the upstream 
changelog, not sure what the buildroot project prefers here) in package 
version bumps? That would make reviewing the patches easier for others.

For this package:
https://github.com/pypa/pep517/blob/main/doc/changelog.rst#013

     Remove support for end-of-life Pythons. Now requires Python3.6+.
     Remove support for toml package. Now requires tomli.
     Rely on preferred "files" API on Python 3.9 and later.


On 22.08.22 09:22, James Hilliard wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Reviewed-by: Marcus Hoffmann <marcus.hoffmann@othermo.de>

> ---
>   package/python-pep517/python-pep517.hash | 4 ++--
>   package/python-pep517/python-pep517.mk   | 4 ++--
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/python-pep517/python-pep517.hash b/package/python-pep517/python-pep517.hash
> index 4dd4c47fa0..6535e51656 100644
> --- a/package/python-pep517/python-pep517.hash
> +++ b/package/python-pep517/python-pep517.hash
> @@ -1,5 +1,5 @@
>   # md5, sha256 from https://pypi.org/pypi/pep517/json
> -md5  7ed0adb5f737c316e071d48d66329a5d  pep517-0.12.0.tar.gz
> -sha256  931378d93d11b298cf511dd634cf5ea4cb249a28ef84160b3247ee9afb4e8ab0  pep517-0.12.0.tar.gz
> +md5  7fd08b11215256601a8a4940c1ba3d34  pep517-0.13.0.tar.gz
> +sha256  ae69927c5c172be1add9203726d4b84cf3ebad1edcd5f71fcdc746e66e829f59  pep517-0.13.0.tar.gz
>   # Locally computed sha256 checksums
>   sha256  1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154  LICENSE
> diff --git a/package/python-pep517/python-pep517.mk b/package/python-pep517/python-pep517.mk
> index 45c4f8dd39..1fd294fbb4 100644
> --- a/package/python-pep517/python-pep517.mk
> +++ b/package/python-pep517/python-pep517.mk
> @@ -4,9 +4,9 @@
>   #
>   ################################################################################
>   
> -PYTHON_PEP517_VERSION = 0.12.0
> +PYTHON_PEP517_VERSION = 0.13.0
>   PYTHON_PEP517_SOURCE = pep517-$(PYTHON_PEP517_VERSION).tar.gz
> -PYTHON_PEP517_SITE = https://files.pythonhosted.org/packages/0a/65/6e656d49c679136edfba25f25791f45ffe1ea4ae2ec1c59fe9c35e061cd1
> +PYTHON_PEP517_SITE = https://files.pythonhosted.org/packages/4d/19/e11fcc88288f68ae48e3aa9cf5a6fd092a88e629cb723465666c44d487a0
>   PYTHON_PEP517_LICENSE = MIT
>   PYTHON_PEP517_LICENSE_FILES = LICENSE
>   PYTHON_PEP517_SETUP_TYPE = flit-bootstrap
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-pep517: bump to version 0.13.0
  2022-08-22  8:55 ` Marcus Hoffmann
@ 2022-08-22  9:04   ` James Hilliard
  2022-08-22  9:23     ` Marcus Hoffmann
  0 siblings, 1 reply; 5+ messages in thread
From: James Hilliard @ 2022-08-22  9:04 UTC (permalink / raw)
  To: Marcus Hoffmann; +Cc: Asaf Kahlon, buildroot

Sure thing.

On Mon, Aug 22, 2022 at 2:55 AM Marcus Hoffmann
<marcus.hoffmann@othermo.de> wrote:
>
> Hi James,
>
> thanks for keeping the python ecosystem up and running within buildroot :-).
>
> Could you perhaps include a list of changes (or a link to the upstream
> changelog, not sure what the buildroot project prefers here) in package
> version bumps? That would make reviewing the patches easier for others.

I usually try to mention any changes relevant to buildroot, most of the time
for simple version bumps there aren't any.

>
> For this package:
> https://github.com/pypa/pep517/blob/main/doc/changelog.rst#013
>
>      Remove support for end-of-life Pythons. Now requires Python3.6+.
>      Remove support for toml package. Now requires tomli.
>      Rely on preferred "files" API on Python 3.9 and later.

None of these have any impact for us, we already use tomli and we're
on python3.10.

>
>
> On 22.08.22 09:22, James Hilliard wrote:
> > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
>
> Reviewed-by: Marcus Hoffmann <marcus.hoffmann@othermo.de>
>
> > ---
> >   package/python-pep517/python-pep517.hash | 4 ++--
> >   package/python-pep517/python-pep517.mk   | 4 ++--
> >   2 files changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/package/python-pep517/python-pep517.hash b/package/python-pep517/python-pep517.hash
> > index 4dd4c47fa0..6535e51656 100644
> > --- a/package/python-pep517/python-pep517.hash
> > +++ b/package/python-pep517/python-pep517.hash
> > @@ -1,5 +1,5 @@
> >   # md5, sha256 from https://pypi.org/pypi/pep517/json
> > -md5  7ed0adb5f737c316e071d48d66329a5d  pep517-0.12.0.tar.gz
> > -sha256  931378d93d11b298cf511dd634cf5ea4cb249a28ef84160b3247ee9afb4e8ab0  pep517-0.12.0.tar.gz
> > +md5  7fd08b11215256601a8a4940c1ba3d34  pep517-0.13.0.tar.gz
> > +sha256  ae69927c5c172be1add9203726d4b84cf3ebad1edcd5f71fcdc746e66e829f59  pep517-0.13.0.tar.gz
> >   # Locally computed sha256 checksums
> >   sha256  1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154  LICENSE
> > diff --git a/package/python-pep517/python-pep517.mk b/package/python-pep517/python-pep517.mk
> > index 45c4f8dd39..1fd294fbb4 100644
> > --- a/package/python-pep517/python-pep517.mk
> > +++ b/package/python-pep517/python-pep517.mk
> > @@ -4,9 +4,9 @@
> >   #
> >   ################################################################################
> >
> > -PYTHON_PEP517_VERSION = 0.12.0
> > +PYTHON_PEP517_VERSION = 0.13.0
> >   PYTHON_PEP517_SOURCE = pep517-$(PYTHON_PEP517_VERSION).tar.gz
> > -PYTHON_PEP517_SITE = https://files.pythonhosted.org/packages/0a/65/6e656d49c679136edfba25f25791f45ffe1ea4ae2ec1c59fe9c35e061cd1
> > +PYTHON_PEP517_SITE = https://files.pythonhosted.org/packages/4d/19/e11fcc88288f68ae48e3aa9cf5a6fd092a88e629cb723465666c44d487a0
> >   PYTHON_PEP517_LICENSE = MIT
> >   PYTHON_PEP517_LICENSE_FILES = LICENSE
> >   PYTHON_PEP517_SETUP_TYPE = flit-bootstrap
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-pep517: bump to version 0.13.0
  2022-08-22  9:04   ` James Hilliard
@ 2022-08-22  9:23     ` Marcus Hoffmann
  0 siblings, 0 replies; 5+ messages in thread
From: Marcus Hoffmann @ 2022-08-22  9:23 UTC (permalink / raw)
  To: James Hilliard; +Cc: Asaf Kahlon, buildroot

On 22.08.22 11:04, James Hilliard wrote:
> Sure thing.
> 
> On Mon, Aug 22, 2022 at 2:55 AM Marcus Hoffmann
> <marcus.hoffmann@othermo.de> wrote:
>>
>> Hi James,
>>
>> thanks for keeping the python ecosystem up and running within buildroot :-).
>>
>> Could you perhaps include a list of changes (or a link to the upstream
>> changelog, not sure what the buildroot project prefers here) in package
>> version bumps? That would make reviewing the patches easier for others.
> 
> I usually try to mention any changes relevant to buildroot, most of the time
> for simple version bumps there aren't any.

Right, I'm still always curious to see what changed upstream. And double 
checking that it doesn't impact anything in buildroot can't hurt either.


But mentioning relevant changes + including a link to the full changelog 
seems indeed good enough.

> 
>>
>> For this package:
>> https://github.com/pypa/pep517/blob/main/doc/changelog.rst#013
>>
>>       Remove support for end-of-life Pythons. Now requires Python3.6+.
>>       Remove support for toml package. Now requires tomli.
>>       Rely on preferred "files" API on Python 3.9 and later.
> 
> None of these have any impact for us, we already use tomli and we're
> on python3.10.

Ack. :)

> 
>>
>>
>> On 22.08.22 09:22, James Hilliard wrote:
>>> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
>>
>> Reviewed-by: Marcus Hoffmann <marcus.hoffmann@othermo.de>
>>
>>> ---
>>>    package/python-pep517/python-pep517.hash | 4 ++--
>>>    package/python-pep517/python-pep517.mk   | 4 ++--
>>>    2 files changed, 4 insertions(+), 4 deletions(-)
>>>
>>> diff --git a/package/python-pep517/python-pep517.hash b/package/python-pep517/python-pep517.hash
>>> index 4dd4c47fa0..6535e51656 100644
>>> --- a/package/python-pep517/python-pep517.hash
>>> +++ b/package/python-pep517/python-pep517.hash
>>> @@ -1,5 +1,5 @@
>>>    # md5, sha256 from https://pypi.org/pypi/pep517/json
>>> -md5  7ed0adb5f737c316e071d48d66329a5d  pep517-0.12.0.tar.gz
>>> -sha256  931378d93d11b298cf511dd634cf5ea4cb249a28ef84160b3247ee9afb4e8ab0  pep517-0.12.0.tar.gz
>>> +md5  7fd08b11215256601a8a4940c1ba3d34  pep517-0.13.0.tar.gz
>>> +sha256  ae69927c5c172be1add9203726d4b84cf3ebad1edcd5f71fcdc746e66e829f59  pep517-0.13.0.tar.gz
>>>    # Locally computed sha256 checksums
>>>    sha256  1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154  LICENSE
>>> diff --git a/package/python-pep517/python-pep517.mk b/package/python-pep517/python-pep517.mk
>>> index 45c4f8dd39..1fd294fbb4 100644
>>> --- a/package/python-pep517/python-pep517.mk
>>> +++ b/package/python-pep517/python-pep517.mk
>>> @@ -4,9 +4,9 @@
>>>    #
>>>    ################################################################################
>>>
>>> -PYTHON_PEP517_VERSION = 0.12.0
>>> +PYTHON_PEP517_VERSION = 0.13.0
>>>    PYTHON_PEP517_SOURCE = pep517-$(PYTHON_PEP517_VERSION).tar.gz
>>> -PYTHON_PEP517_SITE = https://files.pythonhosted.org/packages/0a/65/6e656d49c679136edfba25f25791f45ffe1ea4ae2ec1c59fe9c35e061cd1
>>> +PYTHON_PEP517_SITE = https://files.pythonhosted.org/packages/4d/19/e11fcc88288f68ae48e3aa9cf5a6fd092a88e629cb723465666c44d487a0
>>>    PYTHON_PEP517_LICENSE = MIT
>>>    PYTHON_PEP517_LICENSE_FILES = LICENSE
>>>    PYTHON_PEP517_SETUP_TYPE = flit-bootstrap
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-pep517: bump to version 0.13.0
  2022-08-22  7:22 [Buildroot] [PATCH 1/1] package/python-pep517: bump to version 0.13.0 James Hilliard
  2022-08-22  8:55 ` Marcus Hoffmann
@ 2022-08-23 19:31 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-23 19:31 UTC (permalink / raw)
  To: James Hilliard; +Cc: Asaf Kahlon, buildroot

On Mon, 22 Aug 2022 01:22:41 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:

> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/python-pep517/python-pep517.hash | 4 ++--
>  package/python-pep517/python-pep517.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-08-23 19:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-22  7:22 [Buildroot] [PATCH 1/1] package/python-pep517: bump to version 0.13.0 James Hilliard
2022-08-22  8:55 ` Marcus Hoffmann
2022-08-22  9:04   ` James Hilliard
2022-08-22  9:23     ` Marcus Hoffmann
2022-08-23 19:31 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox