From adcebf216b6874fef3a19d65b3d29e14cff7e7e9 Mon Sep 17 00:00:00 2001 From: basebuilder_pel7ppc64bebuilder0 Date: Sun, 31 May 2020 11:12:50 +0200 Subject: [PATCH] python-urllib3 change source url to https Signed-off-by: basebuilder_pel7ppc64bebuilder0 --- SPECS/python-urllib3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/python-urllib3.spec b/SPECS/python-urllib3.spec index 8849daab..f43d8bcb 100644 --- a/SPECS/python-urllib3.spec +++ b/SPECS/python-urllib3.spec @@ -8,7 +8,7 @@ Summary: Python HTTP library with thread-safe connection pooling and file License: MIT URL: http://urllib3.readthedocs.org/ -Source0: http://pypi.python.org/packages/source/u/%{srcname}/%{srcname}-%{version}.tar.gz +Source0: https://pypi.python.org/packages/source/u/%{srcname}/%{srcname}-%{version}.tar.gz # Patch to change default behaviour to check SSL certs for validity # https://bugzilla.redhat.com/show_bug.cgi?id=855320