[Buildroot] [git commit] package/python3-requests: fix version

Yann E. MORIN yann.morin.1998 at free.fr
Sun Sep 6 20:24:58 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=b73dd6cc911d4ff1f9bca091bcb1e07a5a6e48fc
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Commit a01bf684ea0d6eed9755bb4bf43986720ede722e forgot to update
PYTHON3_REQUESTS_VERSION

Fixes:
 - http://autobuild.buildroot.org/results/ecf4abdd15bb267b77bd1f5097dc7e0b35c38dd7

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/python3-requests/python3-requests.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python3-requests/python3-requests.mk b/package/python3-requests/python3-requests.mk
index e2bb00eab2..cd6a7e1260 100644
--- a/package/python3-requests/python3-requests.mk
+++ b/package/python3-requests/python3-requests.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 # Please keep in sync with package/python-requests/python-requests.mk
-PYTHON3_REQUESTS_VERSION = 2.23.0
+PYTHON3_REQUESTS_VERSION = 2.24.0
 PYTHON3_REQUESTS_SOURCE = requests-$(PYTHON3_REQUESTS_VERSION).tar.gz
 PYTHON3_REQUESTS_SITE = https://files.pythonhosted.org/packages/f5/4f/280162d4bd4d8aad241a21aecff7a6e46891b905a4341e7ab549ebaf7915
 PYTHON3_REQUESTS_SETUP_TYPE = setuptools


More information about the buildroot mailing list