Merge pull request #10013 from sbidoul/21.1.2-drop-released-news

Drop released news fragments
This commit is contained in:
Stéphane Bidoul 2021-05-23 12:43:01 +02:00 committed by GitHub
commit e2f359aec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 7 deletions

View File

@ -1,3 +0,0 @@
New resolver: Correctly exclude an already installed package if its version is
known to be incompatible to stop the dependency resolution process with a clear
error message.

View File

@ -1 +0,0 @@
Allow ZIP to archive files with timestamps earlier than 1980.

View File

@ -1,2 +0,0 @@
Emit clearer error message when a project root does not contain either
``pyproject.toml``, ``setup.py`` or ``setup.cfg``.

View File

@ -1 +0,0 @@
Fix detection of existing standalone pip instance for PEP 517 builds.