From f552945ee94e4bad993507a81de79d230745d3920162a12b4ff5913a85dc8696 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 30 Apr 2023 18:18:35 +0000 Subject: [PATCH] - Why in the world we download from HTTP? OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=355 --- python-base.changes | 5 +++++ python-base.spec | 6 +++--- python-doc.changes | 5 +++++ python-doc.spec | 6 +++--- python.changes | 5 +++++ python.spec | 4 ++-- 6 files changed, 23 insertions(+), 8 deletions(-) diff --git a/python-base.changes b/python-base.changes index 080bce5..bac3802 100644 --- a/python-base.changes +++ b/python-base.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 30 18:18:09 UTC 2023 - Matej Cepl + +- Why in the world we download from HTTP? + ------------------------------------------------------------------- Wed Mar 8 21:17:18 UTC 2023 - Matej Cepl diff --git a/python-base.spec b/python-base.spec index 8502ef2..0f44fbf 100644 --- a/python-base.spec +++ b/python-base.spec @@ -24,11 +24,11 @@ Release: 0 Summary: Python Interpreter base package License: Python-2.0 Group: Development/Languages/Python -URL: http://www.python.org/ +URL: https://www.python.org/ %define tarversion %{version} %define tarname Python-%{tarversion} -Source0: http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz -Source4: http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz.asc +Source0: https://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz +Source4: https://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz.asc Source6: python.keyring Source1: macros.python2 Source2: baselibs.conf diff --git a/python-doc.changes b/python-doc.changes index 080bce5..bac3802 100644 --- a/python-doc.changes +++ b/python-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 30 18:18:09 UTC 2023 - Matej Cepl + +- Why in the world we download from HTTP? + ------------------------------------------------------------------- Wed Mar 8 21:17:18 UTC 2023 - Matej Cepl diff --git a/python-doc.spec b/python-doc.spec index 190eee9..e42e077 100644 --- a/python-doc.spec +++ b/python-doc.spec @@ -22,13 +22,13 @@ Release: 0 Summary: Additional Package Documentation for Python License: Python-2.0 Group: Development/Languages/Python -URL: http://www.python.org/ +URL: https://www.python.org/ %define tarname Python-%{version} Source0: %{tarname}.tar.xz # docs for current version are regenerated every day # this messes with autobuild "file changed" checks -#Source2: http://docs.python.org/%{version}/archives/python-%{pyver}-docs-pdf-a4.tar.bz2 -#Source3: http://docs.python.org/%{version}/archives/python-%{pyver}-docs-pdf-letter.tar.bz2 +#Source2: https://docs.python.org/%{version}/archives/python-%{pyver}-docs-pdf-a4.tar.bz2 +#Source3: https://docs.python.org/%{version}/archives/python-%{pyver}-docs-pdf-letter.tar.bz2 Source2: python-%{version}-docs-pdf-a4.tar.bz2 Source3: python-%{version}-docs-pdf-letter.tar.bz2 # For Patch 66 diff --git a/python.changes b/python.changes index 080bce5..bac3802 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 30 18:18:09 UTC 2023 - Matej Cepl + +- Why in the world we download from HTTP? + ------------------------------------------------------------------- Wed Mar 8 21:17:18 UTC 2023 - Matej Cepl diff --git a/python.spec b/python.spec index f2202ba..7cf1759 100644 --- a/python.spec +++ b/python.spec @@ -22,10 +22,10 @@ Release: 0 Summary: Python Interpreter License: Python-2.0 Group: Development/Languages/Python -URL: http://www.python.org/ +URL: https://www.python.org/ %define tarversion %{version} %define tarname Python-%{tarversion} -Source0: http://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz +Source0: https://www.python.org/ftp/python/%{version}/%{tarname}.tar.xz Source1: README.SUSE Source8: sle_tls_checks_policy.py #Source11: testfiles.tar.bz2