Merge pull request #10012 from sbidoul/release/21.1.2

Release 21.1.2
This commit is contained in:
Stéphane Bidoul 2021-05-23 12:34:09 +02:00 committed by GitHub
commit 220b30bd85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 2 deletions

View File

@ -61,6 +61,7 @@ AraHaan
Arindam Choudhury
Armin Ronacher
Artem
Arun Babu Neelicattu
Ashley Manton
Ashwin Ramaswami
atse
@ -182,6 +183,7 @@ Desetude
Devesh Kumar Singh
Diego Caraballo
DiegoCaraballo
Dimitri Merejkowsky
Dmitry Gladkov
Domen Kožar
Dominic Davis-Foster
@ -408,6 +410,7 @@ Nathaniel J. Smith
Nehal J Wani
Neil Botelho
Nguyễn Gia Phong
Nicholas Serra
Nick Coghlan
Nick Stenning
Nick Timkovich

View File

@ -9,6 +9,21 @@
.. towncrier release notes start
21.1.2 (2021-05-23)
===================
Bug Fixes
---------
- 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. (`#9841 <https://github.com/pypa/pip/issues/9841>`_)
- Allow ZIP to archive files with timestamps earlier than 1980. (`#9910 <https://github.com/pypa/pip/issues/9910>`_)
- Emit clearer error message when a project root does not contain either
``pyproject.toml``, ``setup.py`` or ``setup.cfg``. (`#9944 <https://github.com/pypa/pip/issues/9944>`_)
- Fix detection of existing standalone pip instance for PEP 517 builds. (`#9953 <https://github.com/pypa/pip/issues/9953>`_)
21.1.1 (2021-04-30)
===================

View File

@ -1,6 +1,6 @@
{% set underline = "=" %}
{{ top_line }}
{{ underline * top_line|length }}
{{ underline * ((top_line)|length) }}
{% for section in sections %}
{% set underline = "-" %}
{% if section %}