https://github.com/python/cpython/commit/ada2e379738bc0eca6ec030a4a573aa7b98faf78 commit: ada2e379738bc0eca6ec030a4a573aa7b98faf78 branch: 3.7 author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com> committer: GitHub <noreply at github.com> date: 2019年03月12日T17:11:08-07:00 summary: bpo-36174: Update nuget authoring for new license field. (GH-12300) (cherry picked from commit 26c910c59c47bdef4220c34e66c45a625bda5e56) Co-authored-by: Steve Dower <steve.dower at microsoft.com> files: M Tools/nuget/python.nuspec M Tools/nuget/pythondaily.nuspec M Tools/nuget/pythondaily.symbols.nuspec M Tools/nuget/pythonx86.nuspec diff --git a/Tools/nuget/python.nuspec b/Tools/nuget/python.nuspec index d5f3e6324236..8f98e808916a 100644 --- a/Tools/nuget/python.nuspec +++ b/Tools/nuget/python.nuspec @@ -5,9 +5,8 @@ <title>Python</title> <version>0.0.0.0</version> <authors>Python Software Foundation</authors> - <licenseUrl>https://docs.python.org/3/license.html</licenseUrl> + <license type="file">tools\LICENSE.txt</license> <projectUrl>https://www.python.org/</projectUrl> - <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>Installs 64-bit Python for use in build scenarios.</description> <iconUrl>https://www.python.org/static/favicon.ico</iconUrl> <tags>python</tags> diff --git a/Tools/nuget/pythondaily.nuspec b/Tools/nuget/pythondaily.nuspec index ee3343bbb7b3..5cf55806ddfb 100644 --- a/Tools/nuget/pythondaily.nuspec +++ b/Tools/nuget/pythondaily.nuspec @@ -3,11 +3,10 @@ <metadata> <id>pythondaily</id> <title>Python (Daily build)</title> - <version>0.0.0.0</version> <authors>Python Software Foundation</authors> - <licenseUrl>https://docs.python.org/3/license.html</licenseUrl> + <version>0.0.0.0</version> + <license type="file">tools\LICENSE.txt</license> <projectUrl>https://www.python.org/</projectUrl> - <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>Installs an unsigned, untested build of Python for test purposes only.</description> <iconUrl>https://www.python.org/static/favicon.ico</iconUrl> <tags>python</tags> diff --git a/Tools/nuget/pythondaily.symbols.nuspec b/Tools/nuget/pythondaily.symbols.nuspec index b89717a1afe3..608e15c50e02 100644 --- a/Tools/nuget/pythondaily.symbols.nuspec +++ b/Tools/nuget/pythondaily.symbols.nuspec @@ -5,9 +5,7 @@ <title>Python (Daily build)</title> <version>0.0.0.0</version> <authors>Python Software Foundation</authors> - <licenseUrl>https://docs.python.org/3/license.html</licenseUrl> <projectUrl>https://www.python.org/</projectUrl> - <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>Contains symbols for the daily build of Python.</description> <iconUrl>https://www.python.org/static/favicon.ico</iconUrl> <tags>python</tags> diff --git a/Tools/nuget/pythonx86.nuspec b/Tools/nuget/pythonx86.nuspec index ebfcd6c92a4a..27ef67e7f5d3 100644 --- a/Tools/nuget/pythonx86.nuspec +++ b/Tools/nuget/pythonx86.nuspec @@ -5,9 +5,8 @@ <title>Python (32-bit)</title> <authors>Python Software Foundation</authors> <version>0.0.0.0</version> - <licenseUrl>https://docs.python.org/3/license.html</licenseUrl> + <license type="file">tools\LICENSE.txt</license> <projectUrl>https://www.python.org/</projectUrl> - <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>Installs 32-bit Python for use in build scenarios.</description> <iconUrl>https://www.python.org/static/favicon.ico</iconUrl> <tags>python</tags>