summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGES.rst16
-rw-r--r--PKGBUILD4
3 files changed, 21 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afc63fc33db9..c0e43fa8a051 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pex
pkgdesc = Generates executable Python environments
- pkgver = 2.1.56
- pkgrel = 3
+ pkgver = 2.1.57
+ pkgrel = 1
url = https://github.com/pantsbuild/pex
changelog = CHANGES.rst
arch = any
@@ -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.56?signed
+ source = python-pex::git+https://github.com/pantsbuild/pex#tag=v2.1.57?signed
validpgpkeys = A1FE765B15233EAD18FA6ABB93E55CB567B5C626
sha256sums = SKIP
diff --git a/CHANGES.rst b/CHANGES.rst
index f07289430784..a4b8a0ed3530 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,22 @@
Release Notes
=============
+2.1.57
+------
+
+This release brings a few performance improvements and a new `venv`
+pex-tools ``--remove`` feature that is useful for creating optimized
+container images from PEX files.
+
+* Do not re-hash installed wheels. (#1534)
+ `PR #1534 <https://github.com/pantsbuild/pex/pull/1534>`_
+
+* Improve space efficiency of ``--venv`` mode. (#1532)
+ `PR #1532 <https://github.com/pantsbuild/pex/pull/1532>`_
+
+* Add venv ``--remove {pex,all}`` option. (#1525)
+ `PR #1525 <https://github.com/pantsbuild/pex/pull/1525>`_
+
2.1.56
------
diff --git a/PKGBUILD b/PKGBUILD
index 21f82df677bb..5bf32bedc570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=python-pex
-pkgver=2.1.56
-pkgrel=3
+pkgver=2.1.57
+pkgrel=1
arch=('any')
pkgdesc='Generates executable Python environments'
url='https://github.com/pantsbuild/pex'