summarylogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLuis Martinez2022-02-28 21:03:43 -0600
committerLuis Martinez2022-02-28 21:03:43 -0600
commit5723ea4895a6a44978336ca261b0ef7e3033ef55 (patch)
treecddbc193a663b55176966f82808a6df705a7eb40 /CHANGES.rst
parentdae8621f000bae914090d9eec9be688a098a42ef (diff)
downloadaur-5723ea4895a6a44978336ca261b0ef7e3033ef55.tar.gz
update to 2.1.68
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst28
1 files changed, 22 insertions, 6 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3d9366907534..c2ec2a848e82 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,18 +1,34 @@
Release Notes
=============
+2.1.68
+------
+
+This release brings a fix for installation of additional data files in
+PEX venvs (More on additional data files `here
+<https://setuptools.pypa.io/en/latest/deprecated/distutils/setupscript.html?highlight=data_files#installing-additional-files>`_)
+as well as a new venv install ``--scope`` that can be used to create fully
+optimized container images with PEXed applications (See how to use this feature `here
+<https://pex.readthedocs.io/en/latest/recipes.html#pex-app-in-a-container>`_).
+
+* Support splitting venv creation into deps & srcs. (#1634)
+ `PR #1634 <https://github.com/pantsbuild/pex/pull/1634>`_
+
+* Fix handling of data files when creating venvs. (#1632)
+ `PR #1632 <https://github.com/pantsbuild/pex/pull/1632>`_
+
2.1.67
------
-This release brings support for `--platform` arguments with a
+This release brings support for ``--platform`` arguments with a
3-component PYVER portion. This supports working around
-`python_full_version` environment marker evaluation failures for
-`--platform` resolves by changing, for example, a platform of
-`linux_x86_64-cp-38-cp38` to `linux_x86_64-cp-3.8.10-cp38`. This is
+``python_full_version`` environment marker evaluation failures for
+``--platform`` resolves by changing, for example, a platform of
+``linux_x86_64-cp-38-cp38`` to ``linux_x86_64-cp-3.8.10-cp38``. This is
likely a simpler way to work around these issues than using the
-`--complete-platform` facility introduced in 2.1.66 by #1609.
+``--complete-platform`` facility introduced in 2.1.66 by #1609.
-* Expand `--platform` syntax: support full versions. (#1614)
+* Expand ``--platform`` syntax: support full versions. (#1614)
`PR #1614 <https://github.com/pantsbuild/pex/pull/1614>`_
2.1.66