* [Buildroot] [PATCH v2 1/1] package/python-botocore: bump to version 1.31.20
@ 2023-08-06 22:02 James Hilliard
2023-08-06 22:14 ` Romain Naour
2023-08-07 20:21 ` Thomas Petazzoni via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2023-08-06 22:02 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Raphaël Mélotte, Asaf Kahlon
When we bumped urllib3 in 074bc42971181ee71d8ff5bd57641b7b7eb7580f
we broke compatibility with python-botocore.
This compatibility error was fixed upstream in botocore 1.29.122:
https://github.com/boto/botocore/commit/0a6d8e3c6325da395a04227599cfa292190d6841
Fixes:
- https://gitlab.com/buildroot.org/buildroot/-/jobs/4768561482
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
Changes v1 -> v2:
- add fixes info
---
package/python-botocore/python-botocore.hash | 4 ++--
package/python-botocore/python-botocore.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-botocore/python-botocore.hash b/package/python-botocore/python-botocore.hash
index 89f4c06de8..1f5e5c0d3b 100644
--- a/package/python-botocore/python-botocore.hash
+++ b/package/python-botocore/python-botocore.hash
@@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/botocore/json
-md5 805e638c353c532c2af7a7538d5bd4d6 botocore-1.29.115.tar.gz
-sha256 58eee8cf8f4f3e515df29f6dc535dd86ed3f4cea40999c5bc74640ff40bdc71f botocore-1.29.115.tar.gz
+md5 efadef54dc1959898a42d4cae949572f botocore-1.31.20.tar.gz
+sha256 485ef175cd011ebc965f4577d8cc02a226c46bd608dd2bb75ce6938328cff0fd botocore-1.31.20.tar.gz
# Locally computed sha256 checksums
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.txt
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 tests/unit/auth/aws4_testsuite/LICENSE
diff --git a/package/python-botocore/python-botocore.mk b/package/python-botocore/python-botocore.mk
index 3e828fef78..b76d1c64d7 100644
--- a/package/python-botocore/python-botocore.mk
+++ b/package/python-botocore/python-botocore.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_BOTOCORE_VERSION = 1.29.115
+PYTHON_BOTOCORE_VERSION = 1.31.20
PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
-PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/9e/00/4560081a431aaa14c2257040d43f56c2ccba816d8bce3b8e1577a19f4076
+PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/f9/0d/ec24cb66b7651268462d5eb5d9d3c140a99f487db3ed58a45617991b11e8
PYTHON_BOTOCORE_SETUP_TYPE = setuptools
PYTHON_BOTOCORE_LICENSE = Apache-2.0
PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt tests/unit/auth/aws4_testsuite/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 v2 1/1] package/python-botocore: bump to version 1.31.20
2023-08-06 22:02 [Buildroot] [PATCH v2 1/1] package/python-botocore: bump to version 1.31.20 James Hilliard
@ 2023-08-06 22:14 ` Romain Naour
2023-08-07 20:21 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Romain Naour @ 2023-08-06 22:14 UTC (permalink / raw)
To: James Hilliard, buildroot; +Cc: Raphaël Mélotte, Asaf Kahlon
Hello James, All,
Le 07/08/2023 à 00:02, James Hilliard a écrit :
> When we bumped urllib3 in 074bc42971181ee71d8ff5bd57641b7b7eb7580f
> we broke compatibility with python-botocore.
>
> This compatibility error was fixed upstream in botocore 1.29.122:
> https://github.com/boto/botocore/commit/0a6d8e3c6325da395a04227599cfa292190d6841
>
> Fixes:
> - https://gitlab.com/buildroot.org/buildroot/-/jobs/4768561482
TestPythonPy3Botocore is fixed with this patch applied.
Tested-by: Romain Naour <romain.naour@smile.fr>
Best regards,
Romain
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> Changes v1 -> v2:
> - add fixes info
> ---
> package/python-botocore/python-botocore.hash | 4 ++--
> package/python-botocore/python-botocore.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-botocore/python-botocore.hash b/package/python-botocore/python-botocore.hash
> index 89f4c06de8..1f5e5c0d3b 100644
> --- a/package/python-botocore/python-botocore.hash
> +++ b/package/python-botocore/python-botocore.hash
> @@ -1,6 +1,6 @@
> # md5, sha256 from https://pypi.org/pypi/botocore/json
> -md5 805e638c353c532c2af7a7538d5bd4d6 botocore-1.29.115.tar.gz
> -sha256 58eee8cf8f4f3e515df29f6dc535dd86ed3f4cea40999c5bc74640ff40bdc71f botocore-1.29.115.tar.gz
> +md5 efadef54dc1959898a42d4cae949572f botocore-1.31.20.tar.gz
> +sha256 485ef175cd011ebc965f4577d8cc02a226c46bd608dd2bb75ce6938328cff0fd botocore-1.31.20.tar.gz
> # Locally computed sha256 checksums
> sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.txt
> sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 tests/unit/auth/aws4_testsuite/LICENSE
> diff --git a/package/python-botocore/python-botocore.mk b/package/python-botocore/python-botocore.mk
> index 3e828fef78..b76d1c64d7 100644
> --- a/package/python-botocore/python-botocore.mk
> +++ b/package/python-botocore/python-botocore.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_BOTOCORE_VERSION = 1.29.115
> +PYTHON_BOTOCORE_VERSION = 1.31.20
> PYTHON_BOTOCORE_SOURCE = botocore-$(PYTHON_BOTOCORE_VERSION).tar.gz
> -PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/9e/00/4560081a431aaa14c2257040d43f56c2ccba816d8bce3b8e1577a19f4076
> +PYTHON_BOTOCORE_SITE = https://files.pythonhosted.org/packages/f9/0d/ec24cb66b7651268462d5eb5d9d3c140a99f487db3ed58a45617991b11e8
> PYTHON_BOTOCORE_SETUP_TYPE = setuptools
> PYTHON_BOTOCORE_LICENSE = Apache-2.0
> PYTHON_BOTOCORE_LICENSE_FILES = LICENSE.txt tests/unit/auth/aws4_testsuite/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 v2 1/1] package/python-botocore: bump to version 1.31.20
2023-08-06 22:02 [Buildroot] [PATCH v2 1/1] package/python-botocore: bump to version 1.31.20 James Hilliard
2023-08-06 22:14 ` Romain Naour
@ 2023-08-07 20:21 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-07 20:21 UTC (permalink / raw)
To: James Hilliard; +Cc: Raphaël Mélotte, Asaf Kahlon, buildroot
On Sun, 6 Aug 2023 16:02:55 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:
> When we bumped urllib3 in 074bc42971181ee71d8ff5bd57641b7b7eb7580f
> we broke compatibility with python-botocore.
>
> This compatibility error was fixed upstream in botocore 1.29.122:
> https://github.com/boto/botocore/commit/0a6d8e3c6325da395a04227599cfa292190d6841
>
> Fixes:
> - https://gitlab.com/buildroot.org/buildroot/-/jobs/4768561482
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> Changes v1 -> v2:
> - add fixes info
> ---
> package/python-botocore/python-botocore.hash | 4 ++--
> package/python-botocore/python-botocore.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
Applied to master, 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 20:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-06 22:02 [Buildroot] [PATCH v2 1/1] package/python-botocore: bump to version 1.31.20 James Hilliard
2023-08-06 22:14 ` Romain Naour
2023-08-07 20:21 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.