Merge pull request #8909 from pradyunsg/remove-released-change-fragments

Remove news entries for released changes
This commit is contained in:
Pradyun Gedam 2020-09-24 21:42:37 +05:30 committed by GitHub
commit 965130dfeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 13 deletions

View File

@ -1,3 +0,0 @@
Only attempt to use the keyring once and if it fails, don't try again.
This prevents spamming users with several keyring unlock prompts when they
cannot unlock or don't want to do so.

View File

@ -1,3 +0,0 @@
Fix regression that distributions in system site-packages are not correctly
found when a virtual environment is configured with ``system-site-packages``
on.

View File

@ -1,2 +0,0 @@
Disable caching for range requests, which causes corrupted wheels
when pip tries to obtain metadata using the feature ``fast-deps``.

View File

@ -1,2 +0,0 @@
Disable caching for range requests, which causes corrupted wheels
when pip tries to obtain metadata using the feature ``fast-deps``.

View File

@ -1 +0,0 @@
Always use UTF-8 to read ``pyvenv.cfg`` to match the built-in ``venv``.

View File

@ -1,2 +0,0 @@
2020 Resolver: Correctly handle marker evaluation in constraints and exclude
them if their markers do not match the current environment.