summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGES.rst15
-rw-r--r--PKGBUILD2
3 files changed, 17 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 383513da89de..4ad8ed693fc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pex
pkgdesc = Generates executable Python environments
- pkgver = 2.1.76
+ pkgver = 2.1.77
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.76?signed
+ source = python-pex::git+https://github.com/pantsbuild/pex#tag=v2.1.77?signed
validpgpkeys = A1FE765B15233EAD18FA6ABB93E55CB567B5C626
sha256sums = SKIP
diff --git a/CHANGES.rst b/CHANGES.rst
index 1e0fb931f048..2f87648a4954 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,10 +1,23 @@
Release Notes
=============
+2.1.77
+------
+
+This release fixes pathologically slow cases of lock creation as well as
+introducing support for ``--no-compression`` to allow picking the the
+time-space tradeoff you want for your PEX zips.
+
+* Fix pathologic lock creation slowness. (#1707)
+ `PR #1707 <https://github.com/pantsbuild/pex/pull/1707>`_
+
+* Support uncompressed PEXes. (#1705)
+ `PR #1705 <https://github.com/pantsbuild/pex/pull/1705>`_
+
2.1.76
------
-This release finalizes spurious deadlock handling in `--lock` resolves
+This release finalizes spurious deadlock handling in ``--lock`` resolves
worked around in #1694 in Pex 2.1.75.
* Fix lock_resolver to use BSD file locks. (#1702)
diff --git a/PKGBUILD b/PKGBUILD
index 72dec9495e8d..30687d25a723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=python-pex
-pkgver=2.1.76
+pkgver=2.1.77
pkgrel=1
arch=('any')
pkgdesc='Generates executable Python environments'