python-requests: update URL
authorKarl Palsson <karlp@etactica.com>
Thu, 12 Jan 2023 12:14:53 +0000 (12:14 +0000)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 17 Jan 2023 22:55:43 +0000 (23:55 +0100)
The old 2.python-requests.org URL is not reachable on modern browsers,
and is not the current canonical URL for the project.  Update to the
current best URL for the project.

Signed-off-by: Karl Palsson <karlp@etactica.com>
(cherry picked from commit 4969de2bdf2a0f740a92f6c2fe1f719357b8a81f)

lang/python/python-requests/Makefile

index 5853897beee9ab025199239178f05eaee901b1c0..273cd0b6a83fc8daa4a669e48a38d81e968c632d 100644 (file)
@@ -28,7 +28,7 @@ define Package/python3-requests
   SECTION:=lang
   CATEGORY:=Languages
   TITLE:=HTTP library for Python
-  URL:=https://2.python-requests.org/
+  URL:=https://requests.readthedocs.io
   DEPENDS:= \
          +python3-light  \
          +python3-chardet  \