Manypex

Latest version: v1.3.2.post2

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

Scan your dependencies

Page 7 of 13

1.1.6

-----

This release is a quick fix for a regression that inadvertently went out in 1.1.5 (Issue 243).

* Fix the ``bdist_pex`` ``setuptools`` command to work for python2.
`246 <https://github.com/pantsbuild/pex/pull/246>`_
`Fixes 243 <https://github.com/pantsbuild/pex/issues/243>`_

* Upgrade pex dependencies on ``setuptools`` and ``wheel``.
`244 <https://github.com/pantsbuild/pex/pull/244>`_
`Fixes 238 <https://github.com/pantsbuild/pex/issues/238>`_

1.1.5

-----

* Fix ``PEXBuilder.clone`` and thus ``bdist_pex --pex-args`` for ``--python`` and ``--python-shebang``.
`234 <https://github.com/pantsbuild/pex/pull/234>`_
`Fixes 233 <https://github.com/pantsbuild/pex/issues/233>`_

* Fix old ``pkg_resources`` egg version normalization.
`227 <https://github.com/pantsbuild/pex/pull/227>`_
`Fixes 226 <https://github.com/pantsbuild/pex/issues/226>`_

* Fix the ``inherit_path`` handling.
`224 <https://github.com/pantsbuild/pex/pull/224>`_

* Fix handling of bad distribution script names when used as the pex entrypoint.
`221 <https://github.com/pantsbuild/pex/issues/221>`_
`Fixes 220 <https://github.com/pantsbuild/pex/issues/220>`_

1.1.4

-----

This release is a quick fix for a regression that inadvertently went out in 1.1.3 (Issue 216).

* Add a test for the regression in ``FixedEggMetadata._zipinfo_name`` and revert the breaking commit.
`Fixes 216 <https://github.com/pantsbuild/pex/issues/216>`_

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.
`214 <https://github.com/pantsbuild/pex/pull/214>`_
`Fixes 213 <https://github.com/pantsbuild/pex/issues/213>`_

* Add .idea to .gitignore.
`205 <https://github.com/pantsbuild/pex/pull/205>`_

* Don't normalize version numbers as names.
`204 <https://github.com/pantsbuild/pex/pull/204>`_

* More fixes for windows.
`202 <https://github.com/pantsbuild/pex/pull/202>`_

* Fixes to get pex to work on windows.
`198 <https://github.com/pantsbuild/pex/pull/198>`_

1.1.2

-----

* Bump setuptools & wheel version pinning.
`194 <https://github.com/pantsbuild/pex/pull/194>`_

* Unescape html in PageParser.href_match_to_url.
`191 <https://github.com/pantsbuild/pex/pull/191>`_

* Memoize calls to Crawler.crawl() for performance win in find-links based resolution.
`187 <https://github.com/pantsbuild/pex/pull/187>`_

1.1.1

2. Copy and paste the most recent CHANGES.rst section.
3. Adapt the syntax from RestructuredText to Markdown (e.g. ``ID <links>`` -> ``ID``).
4. Upload both the ``pex27`` and ``pex36`` artifacts.

Check your work
---------------

::

$ curl -L https://github.com/pantsbuild/pex/releases/download/v1.1.1/pex27 -O
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 578 0 578 0 0 525 0 --:--:-- 0:00:01 --:--:-- 525
100 1450k 100 1450k 0 0 128k 0 0:00:11 0:00:11 --:--:-- 139k
$ ./pex27 --version
pex27 1.1.1

$ curl -L https://github.com/pantsbuild/pex/releases/download/v1.1.1/pex36 -O
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 578 0 578 0 0 296 0 --:--:-- 0:00:01 --:--:-- 296
100 1406k 100 1406k 0 0 131k 0 0:00:10 0:00:10 --:--:-- 256k
$ ./pex36 --version
pex36 1.1.1

Page 7 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.