* [Buildroot] [PATCH 1/1] package: python-esptool: Bump version to 4.5.1
@ 2023-04-13 11:34 Witold Lipieta
2023-04-14 8:18 ` Bartosz Biłas
2023-04-14 19:39 ` Yann E. MORIN
0 siblings, 2 replies; 3+ messages in thread
From: Witold Lipieta @ 2023-04-13 11:34 UTC (permalink / raw)
To: buildroot; +Cc: Witold Lipieta, Bartosz Bilas, Asaf Kahlon
Signed-off-by: Witold Lipieta <witold.lipieta@thaumatec.com>
---
package/python-esptool/python-esptool.hash | 4 ++--
package/python-esptool/python-esptool.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-esptool/python-esptool.hash b/package/python-esptool/python-esptool.hash
index b7246f9788..e1d3188658 100644
--- a/package/python-esptool/python-esptool.hash
+++ b/package/python-esptool/python-esptool.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/esptool/json
-md5 92c38551bc33bd5271bdea033aa51610 esptool-4.4.tar.gz
-sha256 8acd4dfe70819b1302861ae92894380fb4700b377f5a4739479a4ec276e0b256 esptool-4.4.tar.gz
+md5 fbad6fb6024580fd2645331f92a74555 esptool-4.5.1.tar.gz
+sha256 e3eb59836123e5ebf793ef639311f7d85645526487d8b1c2b51159b455106b9a esptool-4.5.1.tar.gz
# Locally computed sha256 checksums
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE
diff --git a/package/python-esptool/python-esptool.mk b/package/python-esptool/python-esptool.mk
index 0a71e1a78b..34bdf6cc96 100644
--- a/package/python-esptool/python-esptool.mk
+++ b/package/python-esptool/python-esptool.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_ESPTOOL_VERSION = 4.4
+PYTHON_ESPTOOL_VERSION = 4.5.1
PYTHON_ESPTOOL_SOURCE = esptool-$(PYTHON_ESPTOOL_VERSION).tar.gz
-PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/8b/4c/82d7fe5fa0643415bbb90bebff1f861816903c481ee5156fabd6d76dc684
+PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/04/80/8eb97d1793cfaf830a4c0a7ea1d8f0674ccba8c23b7d02dcce074b5f44ea
PYTHON_ESPTOOL_SETUP_TYPE = setuptools
PYTHON_ESPTOOL_LICENSE = GPL-2.0+
PYTHON_ESPTOOL_LICENSE_FILES = LICENSE
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package: python-esptool: Bump version to 4.5.1
2023-04-13 11:34 [Buildroot] [PATCH 1/1] package: python-esptool: Bump version to 4.5.1 Witold Lipieta
@ 2023-04-14 8:18 ` Bartosz Biłas
2023-04-14 19:39 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Bartosz Biłas @ 2023-04-14 8:18 UTC (permalink / raw)
To: Witold Lipieta, buildroot; +Cc: Asaf Kahlon
Acked-by: Bartosz Bilas <b.bilas@grinn-global.com>
On 4/13/23 13:34, Witold Lipieta wrote:
> Signed-off-by: Witold Lipieta <witold.lipieta@thaumatec.com>
> ---
> package/python-esptool/python-esptool.hash | 4 ++--
> package/python-esptool/python-esptool.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-esptool/python-esptool.hash b/package/python-esptool/python-esptool.hash
> index b7246f9788..e1d3188658 100644
> --- a/package/python-esptool/python-esptool.hash
> +++ b/package/python-esptool/python-esptool.hash
> @@ -1,5 +1,5 @@
> # md5, sha256 from https://pypi.org/pypi/esptool/json
> -md5 92c38551bc33bd5271bdea033aa51610 esptool-4.4.tar.gz
> -sha256 8acd4dfe70819b1302861ae92894380fb4700b377f5a4739479a4ec276e0b256 esptool-4.4.tar.gz
> +md5 fbad6fb6024580fd2645331f92a74555 esptool-4.5.1.tar.gz
> +sha256 e3eb59836123e5ebf793ef639311f7d85645526487d8b1c2b51159b455106b9a esptool-4.5.1.tar.gz
> # Locally computed sha256 checksums
> sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE
> diff --git a/package/python-esptool/python-esptool.mk b/package/python-esptool/python-esptool.mk
> index 0a71e1a78b..34bdf6cc96 100644
> --- a/package/python-esptool/python-esptool.mk
> +++ b/package/python-esptool/python-esptool.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_ESPTOOL_VERSION = 4.4
> +PYTHON_ESPTOOL_VERSION = 4.5.1
> PYTHON_ESPTOOL_SOURCE = esptool-$(PYTHON_ESPTOOL_VERSION).tar.gz
> -PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/8b/4c/82d7fe5fa0643415bbb90bebff1f861816903c481ee5156fabd6d76dc684
> +PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/04/80/8eb97d1793cfaf830a4c0a7ea1d8f0674ccba8c23b7d02dcce074b5f44ea
> PYTHON_ESPTOOL_SETUP_TYPE = setuptools
> PYTHON_ESPTOOL_LICENSE = GPL-2.0+
> PYTHON_ESPTOOL_LICENSE_FILES = LICENSE
--
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package: python-esptool: Bump version to 4.5.1
2023-04-13 11:34 [Buildroot] [PATCH 1/1] package: python-esptool: Bump version to 4.5.1 Witold Lipieta
2023-04-14 8:18 ` Bartosz Biłas
@ 2023-04-14 19:39 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-04-14 19:39 UTC (permalink / raw)
To: Witold Lipieta; +Cc: Bartosz Bilas, Asaf Kahlon, buildroot
Witold, All,
On 2023-04-13 13:34 +0200, Witold Lipieta spake thusly:
> Signed-off-by: Witold Lipieta <witold.lipieta@thaumatec.com>
Applied to master, after changing the title to:
package/python-esptool: Bump version to 4.5.1
Thanks!
Regards,
Yann E. MORIN.
> ---
> package/python-esptool/python-esptool.hash | 4 ++--
> package/python-esptool/python-esptool.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-esptool/python-esptool.hash b/package/python-esptool/python-esptool.hash
> index b7246f9788..e1d3188658 100644
> --- a/package/python-esptool/python-esptool.hash
> +++ b/package/python-esptool/python-esptool.hash
> @@ -1,5 +1,5 @@
> # md5, sha256 from https://pypi.org/pypi/esptool/json
> -md5 92c38551bc33bd5271bdea033aa51610 esptool-4.4.tar.gz
> -sha256 8acd4dfe70819b1302861ae92894380fb4700b377f5a4739479a4ec276e0b256 esptool-4.4.tar.gz
> +md5 fbad6fb6024580fd2645331f92a74555 esptool-4.5.1.tar.gz
> +sha256 e3eb59836123e5ebf793ef639311f7d85645526487d8b1c2b51159b455106b9a esptool-4.5.1.tar.gz
> # Locally computed sha256 checksums
> sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE
> diff --git a/package/python-esptool/python-esptool.mk b/package/python-esptool/python-esptool.mk
> index 0a71e1a78b..34bdf6cc96 100644
> --- a/package/python-esptool/python-esptool.mk
> +++ b/package/python-esptool/python-esptool.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_ESPTOOL_VERSION = 4.4
> +PYTHON_ESPTOOL_VERSION = 4.5.1
> PYTHON_ESPTOOL_SOURCE = esptool-$(PYTHON_ESPTOOL_VERSION).tar.gz
> -PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/8b/4c/82d7fe5fa0643415bbb90bebff1f861816903c481ee5156fabd6d76dc684
> +PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/04/80/8eb97d1793cfaf830a4c0a7ea1d8f0674ccba8c23b7d02dcce074b5f44ea
> PYTHON_ESPTOOL_SETUP_TYPE = setuptools
> PYTHON_ESPTOOL_LICENSE = GPL-2.0+
> PYTHON_ESPTOOL_LICENSE_FILES = LICENSE
> --
> 2.34.1
>
> _______________________________________________
> 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] 3+ messages in thread
end of thread, other threads:[~2023-04-14 19:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-13 11:34 [Buildroot] [PATCH 1/1] package: python-esptool: Bump version to 4.5.1 Witold Lipieta
2023-04-14 8:18 ` Bartosz Biłas
2023-04-14 19:39 ` 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