summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@acsone.eu>2021-04-30 19:56:37 +0200
committerStéphane Bidoul <stephane.bidoul@acsone.eu>2021-04-30 19:59:10 +0200
commitc53d88c4c374523425f4db6bef949090764465c0 (patch)
tree89b92b7bda829b10a78321d5c5351434239411c4 /NEWS.rst
parent4417e7f4bef2b2c70767c1dbfe72f82cc6b7b83f (diff)
downloadpip-c53d88c4c374523425f4db6bef949090764465c0.tar.gz
Bump for release21.1.1
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 0ad74cf9a..db5562a02 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -9,6 +9,26 @@
.. towncrier release notes start
+21.1.1 (2021-04-30)
+===================
+
+Deprecations and Removals
+-------------------------
+
+- Temporarily set the new "Value for ... does not match" location warnings level
+ to *DEBUG*, to hide them from casual users. This prepares pip 21.1 for CPython
+ inclusion, while pip maintainers digest the first intake of location mismatch
+ issues for the ``distutils``-``sysconfig`` trasition. (`#9912 <https://github.com/pypa/pip/issues/9912>`_)
+
+Bug Fixes
+---------
+
+- This change fixes a bug on Python <=3.6.1 with a Typing feature added in 3.6.2 (`#9831 <https://github.com/pypa/pip/issues/9831>`_)
+- Fix compatibility between distutils and sysconfig when the project name is unknown outside of a virtual environment. (`#9838 <https://github.com/pypa/pip/issues/9838>`_)
+- Fix Python 3.6 compatibility when a PEP 517 build requirement itself needs to be
+ built in an isolated environment. (`#9878 <https://github.com/pypa/pip/issues/9878>`_)
+
+
21.1 (2021-04-24)
=================