summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGES.rst13
-rw-r--r--PKGBUILD5
3 files changed, 17 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3519e1d7708..3b3097ad38d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pex
pkgdesc = Generates executable Python environments
- pkgver = 2.1.73
+ pkgver = 2.1.74
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.73?signed
+ source = python-pex::git+https://github.com/pantsbuild/pex#tag=v2.1.74?signed
validpgpkeys = A1FE765B15233EAD18FA6ABB93E55CB567B5C626
sha256sums = SKIP
diff --git a/CHANGES.rst b/CHANGES.rst
index b2b079c4a368..9ac3f714af3b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,19 @@
Release Notes
=============
+2.1.74
+------
+
+This release fixes multiplatform ``--lock`` resolves for sdists that are
+built to multiple platform specific wheels and it also introduces
+support for VCS requirements in locks.
+
+* Add support for locking VCS requirements. (#1687)
+ `PR #1684 <https://github.com/pantsbuild/pex/pull/1687>`_
+
+* Fix ``--lock`` for multiplatform via sdists. (#1689)
+ `PR #1684 <https://github.com/pantsbuild/pex/pull/1689>`_
+
2.1.73
------
diff --git a/PKGBUILD b/PKGBUILD
index 3cff41f932b8..5702e3fb4ced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=python-pex
-pkgver=2.1.73
+pkgver=2.1.74
pkgrel=1
arch=('any')
pkgdesc='Generates executable Python environments'
@@ -29,8 +29,7 @@ build() {
cd "$pkgname"
## requires python-flit-core>=2,<3
python -m build --wheel --skip-dependency-check --no-isolation
- cd docs
- make man
+ make -C docs man
}
## 25 minutes to run a test suite lol no thanks