summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGES.rst20
-rw-r--r--PKGBUILD2
3 files changed, 23 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c43f3e9c0985..0d4d44bdf736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pex
pkgdesc = Generates executable Python environments
- pkgver = 2.1.95
+ pkgver = 2.1.97
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.95?signed
+ source = python-pex::git+https://github.com/pantsbuild/pex#tag=v2.1.97?signed
validpgpkeys = A1FE765B15233EAD18FA6ABB93E55CB567B5C626
sha256sums = SKIP
diff --git a/CHANGES.rst b/CHANGES.rst
index a66e2c6c4e6a..cfaab5109b49 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,26 @@
Release Notes
=============
+2.1.97
+------
+
+This release patches a hole left by #1828 in the Pex 2.1.95 release
+whereby, although you could run a PEX under a too-long PEX_ROOT you
+could not build a PEX under a tool-long PEX_ROOT.
+
+* Avoid ENOEXEC for Pex internal --venvs. (#1843)
+ `PR #1843 <https://github.com/pantsbuild/pex/pull/1843>`_
+
+2.1.96
+------
+
+This is a hotfix release that fixes ``--venv`` mode
+``PEX_EXTRA_SYS_PATH`` propogation introduced in Pex 2.1.95 to only
+apply to ``sys.executable`` and not other Pythons.
+
+* Fix ``--venv`` ``PEX PEX_EXTRA_SYS_PATH`` propagation. (#1837)
+ `PR #1837 <https://github.com/pantsbuild/pex/pull/1837>`_
+
2.1.95
------
diff --git a/PKGBUILD b/PKGBUILD
index 501f2960a18e..c0bb9f791033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
## GPG key: https://github.com/jsirois.gpg
pkgname=python-pex
-pkgver=2.1.95
+pkgver=2.1.97
pkgrel=1
arch=('any')
pkgdesc='Generates executable Python environments'