diff mbox series

[v1,1/3] package/python-pylibfdt: bump version to 1.7.0.post1

Message ID 20230726202838.1931660-1-christian@aperture.us
State Accepted
Headers show
Series [v1,1/3] package/python-pylibfdt: bump version to 1.7.0.post1 | expand

Commit Message

Christian Stewart July 26, 2023, 8:28 p.m. UTC
Signed-off-by: Christian Stewart <christian@aperture.us>
---
 package/python-pylibfdt/python-pylibfdt.hash | 4 ++--
 package/python-pylibfdt/python-pylibfdt.mk   | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Sergey Matyukevich Aug. 6, 2023, 7:05 a.m. UTC | #1
Hi Christian,

> Signed-off-by: Christian Stewart <christian@aperture.us>
> ---
>  package/python-pylibfdt/python-pylibfdt.hash | 4 ++--
>  package/python-pylibfdt/python-pylibfdt.mk   | 6 +++---
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/python-pylibfdt/python-pylibfdt.hash b/package/python-pylibfdt/python-pylibfdt.hash
> index 056fd3a62e..82527e727e 100644
> --- a/package/python-pylibfdt/python-pylibfdt.hash
> +++ b/package/python-pylibfdt/python-pylibfdt.hash
> @@ -1,6 +1,6 @@
>  # md5, sha256 from https://pypi.python.org/pypi/pylibfdt/json
> -md5  5765c20ac6cde517d5b7218503ab707b  pylibfdt-1.6.1.tar.gz
> -sha256  90c667c5adf44c6ab2f13bdc566598897784c7b781bed91064e7373bd270b778  pylibfdt-1.6.1.tar.gz
> +md5  353ee3063d0b10e94d165e032897d34e  pylibfdt-1.7.0.post1.tar.gz
> +sha256  2d048f9f8ce9a0527d497f423dea1f1135f9811c05b009cc5d5753771c1f9ba1  pylibfdt-1.7.0.post1.tar.gz
>  # Locally computed
>  sha256  6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd  BSD-2-Clause
>  sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  GPL
> diff --git a/package/python-pylibfdt/python-pylibfdt.mk b/package/python-pylibfdt/python-pylibfdt.mk
> index dc68de83b3..5511bd12b3 100644
> --- a/package/python-pylibfdt/python-pylibfdt.mk
> +++ b/package/python-pylibfdt/python-pylibfdt.mk
> @@ -4,10 +4,10 @@
>  #
>  ################################################################################
>  
> -PYTHON_PYLIBFDT_VERSION = 1.6.1
> +PYTHON_PYLIBFDT_VERSION = 1.7.0.post1
>  PYTHON_PYLIBFDT_SOURCE = pylibfdt-$(PYTHON_PYLIBFDT_VERSION).tar.gz
> -PYTHON_PYLIBFDT_SITE = https://files.pythonhosted.org/packages/15/3c/40b1d6a1df9dbc9d9ba5700a47ad95ca1e984f18daf25ede0da5f67d0cf7
> -PYTHON_PYLIBFDT_SETUP_TYPE = setuptools
> +PYTHON_PYLIBFDT_SITE = https://files.pythonhosted.org/packages/96/5c/77ef0f0459e0b13f39ecc22e21ad4ac9fbe741e8a7cd70702ac8165f80e2
> +PYTHON_PYLIBFDT_SETUP_TYPE = pep517
>  PYTHON_PYLIBFDT_LICENSE = BSD-2-Clause or GPL-2.0+
>  PYTHON_PYLIBFDT_LICENSE_FILES = BSD-2-Clause GPL
>  PYTHON_PYLIBFDT_DEPENDENCIES = host-python-setuptools-scm host-swig


This patch series fixes the following recent build failures:
- https://gitlab.com/buildroot.org/buildroot/-/jobs/4749556137
- https://gitlab.com/buildroot.org/buildroot/-/jobs/4749556224
- https://gitlab.com/buildroot.org/buildroot/-/jobs/4749556227
- https://gitlab.com/buildroot.org/buildroot/-/jobs/4749556229
- https://gitlab.com/buildroot.org/buildroot/-/jobs/4749556230

Tested-by: Sergey Matyukevich <geomatsi@gmail.com>

Thanks,
Sergey
Lothar Felten Aug. 6, 2023, 11:08 a.m. UTC | #2
Hi Christian,

On Wed, 2023-07-26 at 13:28 -0700, Christian Stewart via buildroot
wrote:
> Signed-off-by: Christian Stewart <christian@aperture.us>
> ---
>  package/python-pylibfdt/python-pylibfdt.hash | 4 ++--
>  package/python-pylibfdt/python-pylibfdt.mk   | 6 +++---
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/python-pylibfdt/python-pylibfdt.hash
> b/package/python-pylibfdt/python-pylibfdt.hash
> index 056fd3a62e..82527e727e 100644
> --- a/package/python-pylibfdt/python-pylibfdt.hash
> +++ b/package/python-pylibfdt/python-pylibfdt.hash
> @@ -1,6 +1,6 @@
>  # md5, sha256 from https://pypi.python.org/pypi/pylibfdt/json
> -md5  5765c20ac6cde517d5b7218503ab707b  pylibfdt-1.6.1.tar.gz
> -sha256 
> 90c667c5adf44c6ab2f13bdc566598897784c7b781bed91064e7373bd270b778 
> pylibfdt-1.6.1.tar.gz
> +md5  353ee3063d0b10e94d165e032897d34e  pylibfdt-1.7.0.post1.tar.gz
> +sha256 
> 2d048f9f8ce9a0527d497f423dea1f1135f9811c05b009cc5d5753771c1f9ba1 
> pylibfdt-1.7.0.post1.tar.gz
>  # Locally computed
>  sha256 
> 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd 
> BSD-2-Clause
>  sha256 
> 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  GPL
> diff --git a/package/python-pylibfdt/python-pylibfdt.mk
> b/package/python-pylibfdt/python-pylibfdt.mk
> index dc68de83b3..5511bd12b3 100644
> --- a/package/python-pylibfdt/python-pylibfdt.mk
> +++ b/package/python-pylibfdt/python-pylibfdt.mk
> @@ -4,10 +4,10 @@
>  #
>  ####################################################################
> ############
>  
> -PYTHON_PYLIBFDT_VERSION = 1.6.1
> +PYTHON_PYLIBFDT_VERSION = 1.7.0.post1
>  PYTHON_PYLIBFDT_SOURCE = pylibfdt-$(PYTHON_PYLIBFDT_VERSION).tar.gz
> -PYTHON_PYLIBFDT_SITE =
> https://files.pythonhosted.org/packages/15/3c/40b1d6a1df9dbc9d9ba5700a47ad95ca1e984f18daf25ede0da5f67d0cf7
> -PYTHON_PYLIBFDT_SETUP_TYPE = setuptools
> +PYTHON_PYLIBFDT_SITE =
> https://files.pythonhosted.org/packages/96/5c/77ef0f0459e0b13f39ecc22e21ad4ac9fbe741e8a7cd70702ac8165f80e2
> +PYTHON_PYLIBFDT_SETUP_TYPE = pep517
>  PYTHON_PYLIBFDT_LICENSE = BSD-2-Clause or GPL-2.0+
>  PYTHON_PYLIBFDT_LICENSE_FILES = BSD-2-Clause GPL
>  PYTHON_PYLIBFDT_DEPENDENCIES = host-python-setuptools-scm host-swig

This fixes the build failure:
https://gitlab.com/buildroot.org/buildroot/-/jobs/4749555991 

Tested-by: Lothar Felten <lothar.felten@gmail.com>

Best regards,
Lothar
Thomas Petazzoni Aug. 6, 2023, 11:32 a.m. UTC | #3
On Wed, 26 Jul 2023 13:28:36 -0700
Christian Stewart via buildroot <buildroot@buildroot.org> wrote:

> Signed-off-by: Christian Stewart <christian@aperture.us>
> ---
>  package/python-pylibfdt/python-pylibfdt.hash | 4 ++--
>  package/python-pylibfdt/python-pylibfdt.mk   | 6 +++---
>  2 files changed, 5 insertions(+), 5 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/python-pylibfdt/python-pylibfdt.hash b/package/python-pylibfdt/python-pylibfdt.hash
index 056fd3a62e..82527e727e 100644
--- a/package/python-pylibfdt/python-pylibfdt.hash
+++ b/package/python-pylibfdt/python-pylibfdt.hash
@@ -1,6 +1,6 @@ 
 # md5, sha256 from https://pypi.python.org/pypi/pylibfdt/json
-md5  5765c20ac6cde517d5b7218503ab707b  pylibfdt-1.6.1.tar.gz
-sha256  90c667c5adf44c6ab2f13bdc566598897784c7b781bed91064e7373bd270b778  pylibfdt-1.6.1.tar.gz
+md5  353ee3063d0b10e94d165e032897d34e  pylibfdt-1.7.0.post1.tar.gz
+sha256  2d048f9f8ce9a0527d497f423dea1f1135f9811c05b009cc5d5753771c1f9ba1  pylibfdt-1.7.0.post1.tar.gz
 # Locally computed
 sha256  6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd  BSD-2-Clause
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  GPL
diff --git a/package/python-pylibfdt/python-pylibfdt.mk b/package/python-pylibfdt/python-pylibfdt.mk
index dc68de83b3..5511bd12b3 100644
--- a/package/python-pylibfdt/python-pylibfdt.mk
+++ b/package/python-pylibfdt/python-pylibfdt.mk
@@ -4,10 +4,10 @@ 
 #
 ################################################################################
 
-PYTHON_PYLIBFDT_VERSION = 1.6.1
+PYTHON_PYLIBFDT_VERSION = 1.7.0.post1
 PYTHON_PYLIBFDT_SOURCE = pylibfdt-$(PYTHON_PYLIBFDT_VERSION).tar.gz
-PYTHON_PYLIBFDT_SITE = https://files.pythonhosted.org/packages/15/3c/40b1d6a1df9dbc9d9ba5700a47ad95ca1e984f18daf25ede0da5f67d0cf7
-PYTHON_PYLIBFDT_SETUP_TYPE = setuptools
+PYTHON_PYLIBFDT_SITE = https://files.pythonhosted.org/packages/96/5c/77ef0f0459e0b13f39ecc22e21ad4ac9fbe741e8a7cd70702ac8165f80e2
+PYTHON_PYLIBFDT_SETUP_TYPE = pep517
 PYTHON_PYLIBFDT_LICENSE = BSD-2-Clause or GPL-2.0+
 PYTHON_PYLIBFDT_LICENSE_FILES = BSD-2-Clause GPL
 PYTHON_PYLIBFDT_DEPENDENCIES = host-python-setuptools-scm host-swig