- 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
This commit is contained in:
Matej Cepl 2023-04-30 18:18:35 +00:00 committed by Git OBS Bridge
parent b5b8f18a14
commit f552945ee9
6 changed files with 23 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 30 18:18:09 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Why in the world we download from HTTP?
-------------------------------------------------------------------
Wed Mar 8 21:17:18 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@ -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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 30 18:18:09 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Why in the world we download from HTTP?
-------------------------------------------------------------------
Wed Mar 8 21:17:18 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@ -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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 30 18:18:09 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Why in the world we download from HTTP?
-------------------------------------------------------------------
Wed Mar 8 21:17:18 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@ -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