diff --git a/_multibuild b/_multibuild
new file mode 100644
index 0000000..e34acc7
--- /dev/null
+++ b/_multibuild
@@ -0,0 +1,5 @@
+
+ python-base
+ python-doc
+
+
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..4f2a43e 100644
--- a/python.changes
+++ b/python.changes
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Fri May 5 11:29:25 UTC 2023 - Dominique Leuenberger
+
+- Add _multibuild to define 2nd spec file as additional flavor.
+ Eliminates the need for source package links in OBS.
+
+-------------------------------------------------------------------
+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