summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-10-04 16:07:53 -0500
committerLuis Martinez2021-10-04 16:07:53 -0500
commit28b5512b4bf42b9b95e56db489f248760cd48e1e (patch)
tree0edf108f548f267023eb16b9b2274618f2310ee8
parent5f2a72286cb2c31f4f717572f79e5b2647f0163a (diff)
downloadaur-28b5512b4bf42b9b95e56db489f248760cd48e1e.tar.gz
update to 2.1.51
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGES.rst11
-rw-r--r--PKGBUILD2
3 files changed, 14 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b489d8a1ba8..62f0001a5548 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pex
pkgdesc = a tool for generating executable Python environments
- pkgver = 2.1.50
+ pkgver = 2.1.51
pkgrel = 1
url = https://github.com/pantsbuild/pex
changelog = CHANGES.rst
@@ -10,7 +10,7 @@ pkgbase = python-pex
makedepends = python-setuptools
makedepends = python-dephell
depends = python
- source = python-pex::git+https://github.com/pantsbuild/pex#tag=v2.1.50?signed
+ source = python-pex::git+https://github.com/pantsbuild/pex#tag=v2.1.51?signed
validpgpkeys = A1FE765B15233EAD18FA6ABB93E55CB567B5C626
sha256sums = SKIP
diff --git a/CHANGES.rst b/CHANGES.rst
index f05e62f6f59c..07f84eada33a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,17 @@
Release Notes
=============
+2.1.51
+------
+
+This release fixes both PEX creation and ``--venv`` creation to handle
+distributions that contain scripts with non-ascii characters in them
+when running in environments with a default encoding that does not
+contain those characters under PyPy3, Python 3.5 and Python 3.6.
+
+* Fix non-ascii script shebang re-writing. (#1480)
+ `PR #1480 <https://github.com/pantsbuild/pex/pull/1480>`_
+
2.1.50
------
diff --git a/PKGBUILD b/PKGBUILD
index b5298f234263..2ea989877845 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=python-pex
-pkgver=2.1.50
+pkgver=2.1.51
pkgrel=1
arch=('any')
pkgdesc='a tool for generating executable Python environments'