Update information about publishing a new version to the Microsoft Store (GH-17262)
This commit is contained in:
parent
be5c79e033
commit
db7925a1ca
|
@ -60,9 +60,19 @@ https://partner.microsoft.com/dashboard.
|
|||
We keep it here for convenience and to allow it to be updated via pull
|
||||
requests.
|
||||
|
||||
When submitting a new app, the HeadlessAppBypass waiver will be needed.
|
||||
To request this, send an email to PartnerOps@microsoft.com with the app
|
||||
ID (12 character token available from the dashboard). The waiver needs
|
||||
to be applied *before* uploading the package (as of November 2019).
|
||||
|
||||
Ensure that the new app is named "Python.3.X", where X is the minor
|
||||
version of the release. If the name provided initially does not match
|
||||
the name used when building the package, the upload will fail. The
|
||||
display name shown to users can be set later.
|
||||
|
||||
## Title
|
||||
|
||||
Python 3.8
|
||||
Python 3.9
|
||||
|
||||
## Short Title
|
||||
|
||||
|
@ -78,7 +88,7 @@ The Python interpreter is easily extended with new functions and data types impl
|
|||
|
||||
## ShortDescription
|
||||
|
||||
The Python 3.8 interpreter and runtime.
|
||||
The Python 3.9 interpreter and runtime.
|
||||
|
||||
## Copyright Trademark Information
|
||||
|
||||
|
@ -86,38 +96,38 @@ The Python 3.8 interpreter and runtime.
|
|||
|
||||
## Additional License Terms
|
||||
|
||||
Visit https://docs.python.org/3.8/license.html for latest license terms.
|
||||
Visit https://docs.python.org/3.9/license.html for latest license terms.
|
||||
|
||||
PSF LICENSE AGREEMENT FOR PYTHON 3.8
|
||||
PSF LICENSE AGREEMENT FOR PYTHON 3.9
|
||||
|
||||
1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and
|
||||
the Individual or Organization ("Licensee") accessing and otherwise using Python
|
||||
3.8 software in source or binary form and its associated documentation.
|
||||
3.9 software in source or binary form and its associated documentation.
|
||||
|
||||
2. Subject to the terms and conditions of this License Agreement, PSF hereby
|
||||
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
|
||||
analyze, test, perform and/or display publicly, prepare derivative works,
|
||||
distribute, and otherwise use Python 3.8 alone or in any derivative
|
||||
distribute, and otherwise use Python 3.9 alone or in any derivative
|
||||
version, provided, however, that PSF's License Agreement and PSF's notice of
|
||||
copyright, i.e., "Copyright © 2001-2018 Python Software Foundation; All Rights
|
||||
Reserved" are retained in Python 3.8 alone or in any derivative version
|
||||
Reserved" are retained in Python 3.9 alone or in any derivative version
|
||||
prepared by Licensee.
|
||||
|
||||
3. In the event Licensee prepares a derivative work that is based on or
|
||||
incorporates Python 3.8 or any part thereof, and wants to make the
|
||||
incorporates Python 3.9 or any part thereof, and wants to make the
|
||||
derivative work available to others as provided herein, then Licensee hereby
|
||||
agrees to include in any such work a brief summary of the changes made to Python
|
||||
3.8.
|
||||
3.9.
|
||||
|
||||
4. PSF is making Python 3.8 available to Licensee on an "AS IS" basis.
|
||||
4. PSF is making Python 3.9 available to Licensee on an "AS IS" basis.
|
||||
PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
|
||||
EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
|
||||
WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
|
||||
USE OF PYTHON 3.8 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
|
||||
USE OF PYTHON 3.9 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
|
||||
|
||||
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 3.8
|
||||
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 3.9
|
||||
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
|
||||
MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 3.8, OR ANY DERIVATIVE
|
||||
MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 3.9, OR ANY DERIVATIVE
|
||||
THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
||||
|
||||
6. This License Agreement will automatically terminate upon a material breach of
|
||||
|
@ -129,7 +139,7 @@ PSF LICENSE AGREEMENT FOR PYTHON 3.8
|
|||
trademark sense to endorse or promote products or services of Licensee, or any
|
||||
third party.
|
||||
|
||||
8. By copying, installing or otherwise using Python 3.8, Licensee agrees
|
||||
8. By copying, installing or otherwise using Python 3.9, Licensee agrees
|
||||
to be bound by the terms and conditions of this License Agreement.
|
||||
|
||||
## Features
|
||||
|
|
Loading…
Reference in New Issue