summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-12-20 14:44:36 -0600
committerLuis Martinez2021-12-20 14:45:02 -0600
commit48176dbb0ba9054197f5ab6d71b8fef3e46289cf (patch)
tree1aab664427c82412fc98138d2de17e546dfb2637
parentd6348d3f521dcffcc6b83c07eb83683a3ad16999 (diff)
downloadaur-48176dbb0ba9054197f5ab6d71b8fef3e46289cf.tar.gz
update to 2.1.59
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGES.rst15
-rw-r--r--PKGBUILD2
3 files changed, 18 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01eee87acc0a..4f2ddf20a2db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pex
pkgdesc = Generates executable Python environments
- pkgver = 2.1.58
+ pkgver = 2.1.59
pkgrel = 1
url = https://github.com/pantsbuild/pex
changelog = CHANGES.rst
@@ -13,7 +13,7 @@ pkgbase = python-pex
depends = python
provides = pex
replaces = pex
- source = python-pex::git+https://github.com/pantsbuild/pex#tag=v2.1.58?signed
+ source = python-pex::git+https://github.com/pantsbuild/pex#tag=v2.1.59?signed
validpgpkeys = A1FE765B15233EAD18FA6ABB93E55CB567B5C626
sha256sums = SKIP
diff --git a/CHANGES.rst b/CHANGES.rst
index c8533e8603eb..6f5b53a3ebe1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,21 @@
Release Notes
=============
+2.1.59
+------
+
+This release adds the boolean option ``--venv-site-packages-copies`` to
+control whether ``--venv`` execution mode PEXes create their venv with
+copies (hardlinks when possible) or symlinks. It also fixes a bug that
+prevented Python 3.10 interpreters from being discovered when
+``--interpreter-constraint`` was used.
+
+* Add knob for --venv site-packages symlinking. (#1543)
+ `PR #1543 <https://github.com/pantsbuild/pex/pull/1543>`_
+
+* Fix Pex to identify Python 3.10 interpreters. (#1545)
+ `PR #1545 <https://github.com/pantsbuild/pex/pull/1545>`_
+
2.1.58
------
diff --git a/PKGBUILD b/PKGBUILD
index ed3ac762b503..f029736d8606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=python-pex
-pkgver=2.1.58
+pkgver=2.1.59
pkgrel=1
arch=('any')
pkgdesc='Generates executable Python environments'