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 a0926b24b86a..00312cc6a3b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pex
pkgdesc = Generates executable Python environments
- pkgver = 2.1.68
+ pkgver = 2.1.69
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.68?signed
+ source = python-pex::git+https://github.com/pantsbuild/pex#tag=v2.1.69?signed
validpgpkeys = A1FE765B15233EAD18FA6ABB93E55CB567B5C626
sha256sums = SKIP
diff --git a/CHANGES.rst b/CHANGES.rst
index c2ec2a848e82..68ebc51f6efb 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,16 @@
Release Notes
=============
+2.1.69
+------
+
+This is a hotfix release for a regression introduced in 2.1.68 for a
+narrow class of ``--venv`` ``--no-venv-site-packages-copies`` mode
+PEXes with special contents on the ``PEX_PATH``.
+
+* Fix venv creation for duplicate symlinked dists. (#1639)
+ `PR #1639 <https://github.com/pantsbuild/pex/pull/1639>`_
+
2.1.68
------
diff --git a/PKGBUILD b/PKGBUILD
index dfc9d748a6a0..078d83090473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=python-pex
-pkgver=2.1.68
+pkgver=2.1.69
pkgrel=1
arch=('any')
pkgdesc='Generates executable Python environments'