summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGES.rst10
-rw-r--r--PKGBUILD2
3 files changed, 13 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b498592f98ea..bb473069130f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pex
pkgdesc = Generates executable Python environments
- pkgver = 2.1.90
+ pkgver = 2.1.91
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.90?signed
+ source = python-pex::git+https://github.com/pantsbuild/pex#tag=v2.1.91?signed
validpgpkeys = A1FE765B15233EAD18FA6ABB93E55CB567B5C626
sha256sums = SKIP
diff --git a/CHANGES.rst b/CHANGES.rst
index b143816d6591..60a7988fd410 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,16 @@
Release Notes
=============
+2.1.91
+------
+
+This release fixes ``--sh-boot`` mode PEXes to have an argv0 and
+exported ``PEX`` environment variable consistent with standard Python
+boot PEXes; namely the absolute path of the originally invoked PEX.
+
+* Fix ``--sh-boot`` argv0. (#1785)
+ `PR #1785 <https://github.com/pantsbuild/pex/pull/1785>`_
+
2.1.90
------
diff --git a/PKGBUILD b/PKGBUILD
index 53cf0a8b086b..65e4fc2afc77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
## GPG key: https://github.com/jsirois.gpg
pkgname=python-pex
-pkgver=2.1.90
+pkgver=2.1.91
pkgrel=1
arch=('any')
pkgdesc='Generates executable Python environments'