summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-05-26 15:41:04 -0500
committerLuis Martinez2022-05-26 15:41:04 -0500
commitb77df88eaa3b13edb248f7588ee0b5ef547285e5 (patch)
tree45fed7b8e870c4bc09211713457d5dc3093f953a
parent77405e013238f10209fd3d66427e244e4b1c23af (diff)
downloadaur-b77df88eaa3b13edb248f7588ee0b5ef547285e5.tar.gz
update to 2.1.90
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGES.rst18
-rw-r--r--PKGBUILD2
3 files changed, 21 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b55b5ba97a5..b498592f98ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pex
pkgdesc = Generates executable Python environments
- pkgver = 2.1.89
+ pkgver = 2.1.90
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.89?signed
+ source = python-pex::git+https://github.com/pantsbuild/pex#tag=v2.1.90?signed
validpgpkeys = A1FE765B15233EAD18FA6ABB93E55CB567B5C626
sha256sums = SKIP
diff --git a/CHANGES.rst b/CHANGES.rst
index 290a65a469f0..b143816d6591 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,22 @@
Release Notes
=============
+2.1.90
+------
+
+This release fixes Pex handling of sdists to be atomic and also fixes
+lock files to be emitted ending with a newline. In addition, many typos
+in Pex documentation were fixed in a contribution by Kian-Meng Ang.
+
+* Ensure Pip cache operations are atomic. (#1778)
+ `PR #1778 <https://github.com/pantsbuild/pex/pull/1778>`_
+
+* Ensure that lockfiles end in newlines. (#1774)
+ `PR #1770 <https://github.com/pantsbuild/pex/pull/1774>`_
+
+* Fix typos (#1773)
+ `PR #1773 <https://github.com/pantsbuild/pex/pull/1773>`_
+
2.1.89
------
@@ -9,8 +25,10 @@ well as long needed robust runtime interpreter selection.
* Select PEX runtime interpreter robustly. (#1770)
`PR #1770 <https://github.com/pantsbuild/pex/pull/1770>`_
+
* Upgrade PyPy checking to latest. (#1767)
`PR #1767 <https://github.com/pantsbuild/pex/pull/1767>`_
+
* Add 3.11 support. (#1766)
`PR #1766 <https://github.com/pantsbuild/pex/pull/1766>`_
diff --git a/PKGBUILD b/PKGBUILD
index ec499f43fd0f..53cf0a8b086b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
## GPG key: https://github.com/jsirois.gpg
pkgname=python-pex
-pkgver=2.1.89
+pkgver=2.1.90
pkgrel=1
arch=('any')
pkgdesc='Generates executable Python environments'