diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-01 22:58:56 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-01 22:58:56 -0400 |
| commit | 7f8144544f23f4fd84d339d846b91d4e3b703dd4 (patch) | |
| tree | ab1a79b0cb4893ff361df1bc239d8e363f641c65 /CHANGES.rst | |
| parent | 1bab356fbc59272d9e17f03e52930cd4574ffa0a (diff) | |
| download | python-setuptools-git-7f8144544f23f4fd84d339d846b91d4e3b703dd4.tar.gz | |
Provide forward compatibility for Warehouse as the default repository for the upload command.
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index be52f56f..a45575ac 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,28 @@ CHANGES ======= +v27.0.0 +------- + +* Now use Warehouse by default for + ``upload``, patching ``distutils.config.PyPIRCCommand`` to + affect default behavior. + + Any config in .pypirc should be updated to replace + + https://pypi.python.org/pypi/ + + with + + https://upload.pypi.org/legacy/ + + Similarly, any passwords stored in the keyring should be + updated to use this new value for "system". + + The ``upload_docs`` command will continue to use the python.org + site, but the command is now deprecated. Users are urged to use + Read The Docs instead. + v26.1.1 ------- |
