* [Buildroot] [PATCH 1/1] package/python-boto3: bump to version 1.28.20
@ 2023-08-06 21:39 James Hilliard
2023-08-06 21:56 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 3+ messages in thread
From: James Hilliard @ 2023-08-06 21:39 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Raphaël Mélotte, Asaf Kahlon
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-boto3/python-boto3.hash | 4 ++--
package/python-boto3/python-boto3.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-boto3/python-boto3.hash b/package/python-boto3/python-boto3.hash
index eae5081f34..e6eee0b9f0 100644
--- a/package/python-boto3/python-boto3.hash
+++ b/package/python-boto3/python-boto3.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/boto3/json
-md5 212358fb8b9cbea44a63ab9185c628e8 boto3-1.26.115.tar.gz
-sha256 2272a060005bf8299f7342cbf1344304eb44b7060cddba6784f676e3bc737bb8 boto3-1.26.115.tar.gz
+md5 6129932e8c08769d71449c2a873b7de9 boto3-1.28.20.tar.gz
+sha256 e3c2e8e55c17af6671a5332d6ab4635ad9793c80d0ac6d78af7b30a994d0681b boto3-1.28.20.tar.gz
# Locally computed sha256 checksums
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE
diff --git a/package/python-boto3/python-boto3.mk b/package/python-boto3/python-boto3.mk
index 78e410d804..c8d6717c63 100644
--- a/package/python-boto3/python-boto3.mk
+++ b/package/python-boto3/python-boto3.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_BOTO3_VERSION = 1.26.115
+PYTHON_BOTO3_VERSION = 1.28.20
PYTHON_BOTO3_SOURCE = boto3-$(PYTHON_BOTO3_VERSION).tar.gz
-PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/78/a8/b07686bd9a56e2556708d562c6b8ade423f3cf4cb1b7c3cbc9ed6c24d022
+PYTHON_BOTO3_SITE = https://files.pythonhosted.org/packages/97/3c/72fb803f5c84466942b9a2452ecb033fd468ea08ff193e8b49c71e71de9b
PYTHON_BOTO3_SETUP_TYPE = setuptools
PYTHON_BOTO3_LICENSE = Apache-2.0
PYTHON_BOTO3_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-boto3: bump to version 1.28.20
2023-08-06 21:39 [Buildroot] [PATCH 1/1] package/python-boto3: bump to version 1.28.20 James Hilliard
@ 2023-08-06 21:56 ` Thomas Petazzoni via buildroot
2023-08-07 23:49 ` James Hilliard
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-06 21:56 UTC (permalink / raw)
To: James Hilliard; +Cc: Raphaël Mélotte, Asaf Kahlon, buildroot
On Sun, 6 Aug 2023 15:39:57 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-boto3/python-boto3.hash | 4 ++--
> package/python-boto3/python-boto3.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
Same comment as for python-botocore.
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] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-boto3: bump to version 1.28.20
2023-08-06 21:56 ` Thomas Petazzoni via buildroot
@ 2023-08-07 23:49 ` James Hilliard
0 siblings, 0 replies; 3+ messages in thread
From: James Hilliard @ 2023-08-07 23:49 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: Raphaël Mélotte, Asaf Kahlon, buildroot
On Sun, Aug 6, 2023 at 3:56 PM Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
>
> On Sun, 6 Aug 2023 15:39:57 -0600
> James Hilliard <james.hilliard1@gmail.com> wrote:
>
> > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> > ---
> > package/python-boto3/python-boto3.hash | 4 ++--
> > package/python-boto3/python-boto3.mk | 4 ++--
> > 2 files changed, 4 insertions(+), 4 deletions(-)
>
> Same comment as for python-botocore.
I think only the python-botocore update was required to fix any
failures we were hitting, so this AFAIU shouldn't strictly require any
backporting(although it might be a good idea to do anyways since we
updated botocore?).
>
> 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] 3+ messages in thread
end of thread, other threads:[~2023-08-07 23:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-06 21:39 [Buildroot] [PATCH 1/1] package/python-boto3: bump to version 1.28.20 James Hilliard
2023-08-06 21:56 ` Thomas Petazzoni via buildroot
2023-08-07 23:49 ` James Hilliard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox