* [Buildroot] [PATCH] package/python-pluggy: bump to version 1.3.0
@ 2023-09-16 7:02 Marcin Niestroj
2023-09-16 12:10 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Marcin Niestroj @ 2023-09-16 7:02 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Marcin Niestroj, Asaf Kahlon
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
package/python-pluggy/python-pluggy.hash | 4 ++--
package/python-pluggy/python-pluggy.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-pluggy/python-pluggy.hash b/package/python-pluggy/python-pluggy.hash
index 39f172a82b..74790a51a0 100644
--- a/package/python-pluggy/python-pluggy.hash
+++ b/package/python-pluggy/python-pluggy.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pluggy/json
-md5 daa6fddfb6cd364f3c82e52098911e4b pluggy-1.0.0.tar.gz
-sha256 4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159 pluggy-1.0.0.tar.gz
+md5 f31aad77be2f5af8ed3864159b7fd743 pluggy-1.3.0.tar.gz
+sha256 cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12 pluggy-1.3.0.tar.gz
# Locally computed sha256 checksums
sha256 d6b65e6c213a5d0b577911d34d6e5949b9f59d76c238c5071a2f3fc16cfb2606 LICENSE
diff --git a/package/python-pluggy/python-pluggy.mk b/package/python-pluggy/python-pluggy.mk
index 6dc6f970ea..2b7ac04f02 100644
--- a/package/python-pluggy/python-pluggy.mk
+++ b/package/python-pluggy/python-pluggy.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PLUGGY_VERSION = 1.0.0
+PYTHON_PLUGGY_VERSION = 1.3.0
PYTHON_PLUGGY_SOURCE = pluggy-$(PYTHON_PLUGGY_VERSION).tar.gz
-PYTHON_PLUGGY_SITE = https://files.pythonhosted.org/packages/a1/16/db2d7de3474b6e37cbb9c008965ee63835bba517e22cdb8c35b5116b5ce1
+PYTHON_PLUGGY_SITE = https://files.pythonhosted.org/packages/36/51/04defc761583568cae5fd533abda3d40164cbdcf22dee5b7126ffef68a40
PYTHON_PLUGGY_SETUP_TYPE = setuptools
PYTHON_PLUGGY_LICENSE = MIT
PYTHON_PLUGGY_LICENSE_FILES = LICENSE
--
2.42.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/python-pluggy: bump to version 1.3.0
2023-09-16 7:02 [Buildroot] [PATCH] package/python-pluggy: bump to version 1.3.0 Marcin Niestroj
@ 2023-09-16 12:10 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2023-09-16 12:10 UTC (permalink / raw)
To: Marcin Niestroj; +Cc: James Hilliard, Asaf Kahlon, buildroot
Marcin, All,
On 2023-09-16 09:02 +0200, Marcin Niestroj spake thusly:
> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/python-pluggy/python-pluggy.hash | 4 ++--
> package/python-pluggy/python-pluggy.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-pluggy/python-pluggy.hash b/package/python-pluggy/python-pluggy.hash
> index 39f172a82b..74790a51a0 100644
> --- a/package/python-pluggy/python-pluggy.hash
> +++ b/package/python-pluggy/python-pluggy.hash
> @@ -1,5 +1,5 @@
> # md5, sha256 from https://pypi.org/pypi/pluggy/json
> -md5 daa6fddfb6cd364f3c82e52098911e4b pluggy-1.0.0.tar.gz
> -sha256 4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159 pluggy-1.0.0.tar.gz
> +md5 f31aad77be2f5af8ed3864159b7fd743 pluggy-1.3.0.tar.gz
> +sha256 cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12 pluggy-1.3.0.tar.gz
> # Locally computed sha256 checksums
> sha256 d6b65e6c213a5d0b577911d34d6e5949b9f59d76c238c5071a2f3fc16cfb2606 LICENSE
> diff --git a/package/python-pluggy/python-pluggy.mk b/package/python-pluggy/python-pluggy.mk
> index 6dc6f970ea..2b7ac04f02 100644
> --- a/package/python-pluggy/python-pluggy.mk
> +++ b/package/python-pluggy/python-pluggy.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_PLUGGY_VERSION = 1.0.0
> +PYTHON_PLUGGY_VERSION = 1.3.0
> PYTHON_PLUGGY_SOURCE = pluggy-$(PYTHON_PLUGGY_VERSION).tar.gz
> -PYTHON_PLUGGY_SITE = https://files.pythonhosted.org/packages/a1/16/db2d7de3474b6e37cbb9c008965ee63835bba517e22cdb8c35b5116b5ce1
> +PYTHON_PLUGGY_SITE = https://files.pythonhosted.org/packages/36/51/04defc761583568cae5fd533abda3d40164cbdcf22dee5b7126ffef68a40
> PYTHON_PLUGGY_SETUP_TYPE = setuptools
> PYTHON_PLUGGY_LICENSE = MIT
> PYTHON_PLUGGY_LICENSE_FILES = LICENSE
> --
> 2.42.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-16 12:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-16 7:02 [Buildroot] [PATCH] package/python-pluggy: bump to version 1.3.0 Marcin Niestroj
2023-09-16 12:10 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox