* [Buildroot] [PATCH 1/1] package/python-requests: bump to version 2.31.0
@ 2023-06-05 7:33 James Hilliard
2023-06-18 13:09 ` Arnout Vandecappelle via buildroot
2023-06-19 15:25 ` Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: James Hilliard @ 2023-06-05 7:33 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-requests/python-requests.hash | 4 ++--
package/python-requests/python-requests.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-requests/python-requests.hash b/package/python-requests/python-requests.hash
index b6f696000b..c4aeabb25d 100644
--- a/package/python-requests/python-requests.hash
+++ b/package/python-requests/python-requests.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/requests/json
-md5 09b752e0b0a672d805ae54455c128d42 requests-2.28.2.tar.gz
-sha256 98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf requests-2.28.2.tar.gz
+md5 941e175c276cd7d39d098092c56679a4 requests-2.31.0.tar.gz
+sha256 942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1 requests-2.31.0.tar.gz
# Locally computed sha256 checksums
sha256 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b LICENSE
diff --git a/package/python-requests/python-requests.mk b/package/python-requests/python-requests.mk
index 8f9f4b2db4..2c74db3711 100644
--- a/package/python-requests/python-requests.mk
+++ b/package/python-requests/python-requests.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_REQUESTS_VERSION = 2.28.2
+PYTHON_REQUESTS_VERSION = 2.31.0
PYTHON_REQUESTS_SOURCE = requests-$(PYTHON_REQUESTS_VERSION).tar.gz
-PYTHON_REQUESTS_SITE = https://files.pythonhosted.org/packages/9d/ee/391076f5937f0a8cdf5e53b701ffc91753e87b07d66bae4a09aa671897bf
+PYTHON_REQUESTS_SITE = https://files.pythonhosted.org/packages/9d/be/10918a2eac4ae9f02f6cfe6414b7a155ccd8f7f9d4380d62fd5b955065c3
PYTHON_REQUESTS_SETUP_TYPE = setuptools
PYTHON_REQUESTS_LICENSE = Apache-2.0
PYTHON_REQUESTS_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] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-requests: bump to version 2.31.0
2023-06-05 7:33 [Buildroot] [PATCH 1/1] package/python-requests: bump to version 2.31.0 James Hilliard
@ 2023-06-18 13:09 ` Arnout Vandecappelle via buildroot
2023-06-19 15:25 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2023-06-18 13:09 UTC (permalink / raw)
To: James Hilliard, buildroot; +Cc: Asaf Kahlon
On 05/06/2023 09:33, James Hilliard wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Applied to master, thanks.
Regards,
Arnout
> ---
> package/python-requests/python-requests.hash | 4 ++--
> package/python-requests/python-requests.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/python-requests/python-requests.hash b/package/python-requests/python-requests.hash
> index b6f696000b..c4aeabb25d 100644
> --- a/package/python-requests/python-requests.hash
> +++ b/package/python-requests/python-requests.hash
> @@ -1,5 +1,5 @@
> # md5, sha256 from https://pypi.org/pypi/requests/json
> -md5 09b752e0b0a672d805ae54455c128d42 requests-2.28.2.tar.gz
> -sha256 98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf requests-2.28.2.tar.gz
> +md5 941e175c276cd7d39d098092c56679a4 requests-2.31.0.tar.gz
> +sha256 942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1 requests-2.31.0.tar.gz
> # Locally computed sha256 checksums
> sha256 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b LICENSE
> diff --git a/package/python-requests/python-requests.mk b/package/python-requests/python-requests.mk
> index 8f9f4b2db4..2c74db3711 100644
> --- a/package/python-requests/python-requests.mk
> +++ b/package/python-requests/python-requests.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_REQUESTS_VERSION = 2.28.2
> +PYTHON_REQUESTS_VERSION = 2.31.0
> PYTHON_REQUESTS_SOURCE = requests-$(PYTHON_REQUESTS_VERSION).tar.gz
> -PYTHON_REQUESTS_SITE = https://files.pythonhosted.org/packages/9d/ee/391076f5937f0a8cdf5e53b701ffc91753e87b07d66bae4a09aa671897bf
> +PYTHON_REQUESTS_SITE = https://files.pythonhosted.org/packages/9d/be/10918a2eac4ae9f02f6cfe6414b7a155ccd8f7f9d4380d62fd5b955065c3
> PYTHON_REQUESTS_SETUP_TYPE = setuptools
> PYTHON_REQUESTS_LICENSE = Apache-2.0
> PYTHON_REQUESTS_LICENSE_FILES = LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-requests: bump to version 2.31.0
2023-06-05 7:33 [Buildroot] [PATCH 1/1] package/python-requests: bump to version 2.31.0 James Hilliard
2023-06-18 13:09 ` Arnout Vandecappelle via buildroot
@ 2023-06-19 15:25 ` Peter Korsgaard
2023-07-06 11:42 ` Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2023-06-19 15:25 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
This should ideally have been marked as a security bump:
https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-requests: bump to version 2.31.0
2023-06-19 15:25 ` Peter Korsgaard
@ 2023-07-06 11:42 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-07-06 11:42 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:
>> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> This should ideally have been marked as a security bump:
> https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q
Committed to 2023.02.x and 2023.05.x after marking it a security bump,
thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-07-06 11:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-05 7:33 [Buildroot] [PATCH 1/1] package/python-requests: bump to version 2.31.0 James Hilliard
2023-06-18 13:09 ` Arnout Vandecappelle via buildroot
2023-06-19 15:25 ` Peter Korsgaard
2023-07-06 11:42 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox