summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-04-29 12:26:03 -0500
committerLuis Martinez2022-04-29 12:26:03 -0500
commit63b7c4cc1701d072bfcf9a75433019f0c5ecb9d1 (patch)
treef2257b122d36f304a827a410639a59a1b0a376dd
parentf086f533bb4e7508b5d5732d35049c5f233116de (diff)
downloadaur-63b7c4cc1701d072bfcf9a75433019f0c5ecb9d1.tar.gz
update to 2.1.83
-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 2deaded9b423..3ce6c32505b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pex
pkgdesc = Generates executable Python environments
- pkgver = 2.1.82
+ pkgver = 2.1.83
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.82?signed
+ source = python-pex::git+https://github.com/pantsbuild/pex#tag=v2.1.83?signed
validpgpkeys = A1FE765B15233EAD18FA6ABB93E55CB567B5C626
sha256sums = SKIP
diff --git a/CHANGES.rst b/CHANGES.rst
index 76a815effcd8..5c8c52754773 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,17 @@
Release Notes
=============
+2.1.83
+------
+
+This releases fixes a bug creating ``--style universal`` locks with
+``--interpreter-constraint`` configured when the ambient interpreter
+does not match the constraints and the resolved lock includes sdist
+primary artifacts.
+
+* Fix universal lock creation for ICs. (#1738)
+ `PR #1732 <https://github.com/pantsbuild/pex/pull/1738>`_
+
2.1.82
------
diff --git a/PKGBUILD b/PKGBUILD
index 7513a1072100..b1d91e310e37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
## GPG key: https://github.com/jsirois.gpg
pkgname=python-pex
-pkgver=2.1.82
+pkgver=2.1.83
pkgrel=1
arch=('any')
pkgdesc='Generates executable Python environments'