1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #10354 from uranusjr/release/21.2.4

Release 21.2.4
This commit is contained in:
Tzu-ping Chung 2021-08-12 22:53:35 +08:00 committed by GitHub
commit a974526a0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 24 deletions

View file

@ -1,7 +1,26 @@
21.2.3 (2021-08-06)
.. note
You should *NOT* be adding new change log entries to this file, this
file is managed by towncrier. You *may* edit previous change logs to
fix problems like typo corrections or such.
To add a new change log entry, please see
https://pip.pypa.io/en/latest/development/contributing/#news-entries
.. towncrier release notes start
21.2.4 (2021-08-12)
===================
Bug Fixes
---------
- Fix 3.6.0 compatibility in link comparison logic. (`#10280 <https://github.com/pypa/pip/issues/10280>`_)
21.2.3 (2021-08-06)
===================
Bug Fixes
---------
@ -13,8 +32,6 @@ Bug Fixes
21.2.2 (2021-07-31)
===================
Bug Fixes
---------
@ -26,8 +43,6 @@ Bug Fixes
21.2.1 (2021-07-25)
===================
Process
-------
@ -37,8 +52,6 @@ Process
21.2 (2021-07-24)
=================
Process
-------
@ -134,17 +147,6 @@ Vendored Libraries
- Upgrade urllib3 to 1.26.6.
.. note
You should *NOT* be adding new change log entries to this file, this
file is managed by towncrier. You *may* edit previous change logs to
fix problems like typo corrections or such.
To add a new change log entry, please see
https://pip.pypa.io/en/latest/development/contributing/#news-entries
.. towncrier release notes start
21.1.3 (2021-06-26)
===================

View file

@ -1,3 +0,0 @@
New resolver: When a package is specified with extras in constraints, and with
extras in non-constraint requirements, the resolver now correctly identifies the
constraint's existence and avoids backtracking.

View file

@ -1,2 +0,0 @@
Modify the ``sysconfig.get_preferred_scheme`` function check to be
compatible with CPython 3.10s alphareleases.

View file

@ -1 +0,0 @@
Fix 3.6.0 compatibility in link comparison logic.