Pex

Latest version: v2.3.1

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 41 of 47

1.1.3

This release includes an initial body of work towards Windows support,
ABI tag support for CPython 2.x and a fix for version number
normalization.

* Add python 2.x abi tag support.
* Add .idea to .gitignore.
* Don't normalize version numbers as names.
* More fixes for windows.
* Fixes to get pex to work on windows.

1.1.2

* Bump setuptools & wheel version pinning.
* Unescape html in PageParser.href_match_to_url.
* Memoize calls to Crawler.crawl() for performance win in find-links
based resolution.

1.1.1

* Fix infinite recursion when `PEX_PYTHON` points at a symlink.
* Add `/etc/pexrc` to the list of pexrc locations to check.
* Improve error messaging for platform constrained Untranslateable
errors.

1.1.0

* Add support for `.pexrc` files for influencing the pex environment.
See the notes [here](
https://github.com/pex-tool/pex/blob/master/docs/buildingpex.rst#tailoring-pex-execution-at-build-time
).
* Bug fix: PEX_PROFILE_FILENAME and PEX_PROFILE_SORT were not
respected.
* Adds the `bdist_pex` command to setuptools.
* Bug fix: We did not normalize package names in `ResolvableSet`, so
it was possible to depend on `sphinx` and `Sphinx-1.4a0.tar.gz` and
get two versions build and included into the pex.
* Adds a pex-identifying User-Agent.

1.0.3

* Bug fix: Accommodate OSX `Python` python binaries. Previously the
OSX python distributions shipped with OSX, XCode and available via
https://www.python.org/downloads/ could fail to be detected using
the `PythonInterpreter` class. Fixes
* Bug fix: PEX_SCRIPT failed when the script was from a not-zip-safe
egg.
* Bug fix: `sys.exit` called without arguments would cause
`None` to be printed on stderr since pex 1.0.1.

1.0.2

* Bug fix: PEX-INFO values were overridden by environment `Variables`
with default values that were not explicitly set in the environment.
Fixes 135.
* Bug fix: Since
[69649c1](https://github.com/pex-tool/pex/commit/69649c1) we have
been un-patching the side effects of `sys.modules` after
`PEX.execute`. This takes all modules imported during the PEX
lifecycle and sets all their attributes to `None`. Unfortunately,
`sys.excepthook`, `atexit` and `__del__` may still try to operate
using these tainted modules, causing exceptions on interpreter
teardown. This reverts just the `sys` un-patching so that the
above-mentioned teardown hooks behave more predictably.

Page 41 of 47

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.