summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-01 22:58:56 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-01 22:58:56 -0400
commit7f8144544f23f4fd84d339d846b91d4e3b703dd4 (patch)
treeab1a79b0cb4893ff361df1bc239d8e363f641c65 /CHANGES.rst
parent1bab356fbc59272d9e17f03e52930cd4574ffa0a (diff)
downloadpython-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.rst22
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
-------