Update URLs in comments and metadata to use HTTPS (GH-27458)

This commit is contained in:
Noah Kantrowitz 2021-07-30 06:54:46 -07:00 committed by GitHub
parent ea4673ed07
commit be42c06bb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 58 additions and 58 deletions

View file

@ -167,7 +167,7 @@ The following properties may be passed when building these projects.
by providing a unique URI for this property. It does not need to be an
active internet address. Defaults to $(ComputerName).
Official releases use http://www.python.org/(architecture name)
Official releases use https://www.python.org/(architecture name)
/p:DownloadUrlBase=(any URI)
Specifies the base of a URL where missing parts of the installer layout

View file

@ -12,7 +12,7 @@ rem
rem The following substitutions will be applied to the release URI:
rem Variable Description Example
rem {arch} architecture amd64, win32
set RELEASE_URI=http://www.python.org/{arch}
set RELEASE_URI=https://www.python.org/{arch}
rem This is the URL that will be used to download installation files.
rem The files available from the default URL *will* conflict with your

View file

@ -7,7 +7,7 @@
Version="$(var.Version)"
IconSourceFile="..\..\..\PC\icons\setup.ico"
Manufacturer="!(loc.Manufacturer)"
AboutUrl="http://www.python.org/"
AboutUrl="https://www.python.org/"
Compressed="no"
dep:ProviderKey="CPython-$(var.MajorVersionNumber).$(var.MinorVersionNumber)$(var.PyArchExt)$(var.PyTestExt)">
<BootstrapperApplication Id="PythonBA" SourceFile="$(var.BootstrapApp)">

View file

@ -14,5 +14,5 @@
<String Id="NoDowngrade">A newer version of !(loc.ProductName) is already installed.</String>
<String Id="IncorrectCore">An incorrect version of a prerequisite package is installed. Please uninstall any other versions of !(loc.ProductName) and try installing this again.</String>
<String Id="NoTargetDir">The TARGETDIR variable must be provided when invoking this installer.</String>
<String Id="ManufacturerSupportUrl">http://www.python.org/</String>
<String Id="ManufacturerSupportUrl">https://www.python.org/</String>
</WixLocalization>

View file

@ -4,5 +4,5 @@
<String Id="ShortDescriptor">executable</String>
<String Id="ShortcutName">Python {{ShortVersion}} ({{Bitness}})</String>
<String Id="ShortcutDescription">Launches the !(loc.ProductName) interpreter.</String>
<String Id="SupportUrl">http://www.python.org/</String>
<String Id="SupportUrl">https://www.python.org/</String>
</WixLocalization>

View file

@ -28,7 +28,7 @@
that intend to bundle Python should rebuild these modules with their
own URI to avoid conflicting with the official releases.
The official releases use "http://www.python.org/$(ArchName)"
The official releases use "https://www.python.org/$(ArchName)"
This is not the same as the DownloadUrl property used in the bundle
projects.