summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGES.rst21
-rw-r--r--PKGBUILD2
3 files changed, 24 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90b1f13af0f6..f3519e1d7708 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pex
pkgdesc = Generates executable Python environments
- pkgver = 2.1.72
+ pkgver = 2.1.73
pkgrel = 1
url = https://github.com/pantsbuild/pex
changelog = CHANGES.rst
@@ -14,7 +14,7 @@ pkgbase = python-pex
depends = python
provides = pex
replaces = pex
- source = python-pex::git+https://github.com/pantsbuild/pex#tag=v2.1.72?signed
+ source = python-pex::git+https://github.com/pantsbuild/pex#tag=v2.1.73?signed
validpgpkeys = A1FE765B15233EAD18FA6ABB93E55CB567B5C626
sha256sums = SKIP
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
------
diff --git a/PKGBUILD b/PKGBUILD
index 02adedffe7dd..3cff41f932b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=python-pex
-pkgver=2.1.72
+pkgver=2.1.73
pkgrel=1
arch=('any')
pkgdesc='Generates executable Python environments'