Drop released news fragments

This commit is contained in:
Stéphane Bidoul 2021-05-23 12:30:49 +02:00
parent 220b30bd85
commit 72da651285
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
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.