summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-03-11 21:16:33 -0600
committerLuis Martinez2022-03-11 21:16:33 -0600
commit59e44869eb16948c3ec9b1bddebc90cc08c32635 (patch)
tree7cc891712e7024de50d32476076d44a32f295e1d
parent4d23722a5446a8f19d320337ef64d3f8a9fc0dac (diff)
downloadaur-59e44869eb16948c3ec9b1bddebc90cc08c32635.tar.gz
update to 2.1.71
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGES.rst13
-rw-r--r--PKGBUILD2
3 files changed, 16 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1141babab134..1c842b69245d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pex
pkgdesc = Generates executable Python environments
- pkgver = 2.1.70
+ pkgver = 2.1.71
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.70?signed
+ source = python-pex::git+https://github.com/pantsbuild/pex#tag=v2.1.71?signed
validpgpkeys = A1FE765B15233EAD18FA6ABB93E55CB567B5C626
sha256sums = SKIP
diff --git a/CHANGES.rst b/CHANGES.rst
index d8bc7c6e89cf..e7c692766724 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,19 @@
Release Notes
=============
+2.1.71
+------
+
+This release fixes the instability introduced in 2.1.68 by switching to
+a more robust means of determining venv layouts. Along the way it
+upgrades Pex internals to cache all artifacts with strong hashes (
+previously sha1 was used). It's strongly recommended to upgrade or use
+the exclude ``!=2.1.68,!=2.1.69,!=2.1.70`` when depending on an open
+ended Pex version range.
+
+* Switch Pex installed wheels to ``--prefix`` scheme. (#1661)
+ `PR #1661 <https://github.com/pantsbuild/pex/pull/1661>`_
+
2.1.70
------
diff --git a/PKGBUILD b/PKGBUILD
index 4bd073ed86f6..24c5f0418103 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=python-pex
-pkgver=2.1.70
+pkgver=2.1.71
pkgrel=1
arch=('any')
pkgdesc='Generates executable Python environments'