summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2022-03-22 16:18:20 -0500
committerLuis Martinez2022-03-22 16:18:20 -0500
commit779b7bc64b25fa81de76320a460c12fc51640a70 (patch)
tree7570f0412c139937b7adf89b7e1f6c76985273b3 /CHANGES.rst
parentcfe87584fe12e400c0af0d9dd3a31194c6cc58cd (diff)
downloadaur-779b7bc64b25fa81de76320a460c12fc51640a70.tar.gz
update to 2.1.73
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index da8f819162c8..b2b079c4a368 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,27 @@
Release Notes
=============
+2.1.73
+------
+
+This is a hotfix for various PEX issues:
+
+#. ``--requirements-pex`` handling was broken by #1661 in the 2.1.71
+ release and is now fixed.
+#. Creating ``universal`` locks now works using any interpreter when the
+ resolver version is the ``pip-2020-resolver``.
+#. Building PEXes with ``--lock`` resolves that contain wheels with
+ build tags in their names now works.
+
+* Fix ``--requirements-pex``. (#1684)
+ `PR #1684 <https://github.com/pantsbuild/pex/pull/1684>`_
+
+* Fix universal locks for the ``pip-2020-resolver``. (#1682)
+ `PR #1682 <https://github.com/pantsbuild/pex/pull/1682>`_
+
+* Fix ``--lock`` resolve wheel tag parsing. (#1678)
+ `PR #1678 <https://github.com/pantsbuild/pex/pull/1678>`_
+
2.1.72
------