python-pex 1.1.14-2ubuntu2 source package in Ubuntu

Changelog

python-pex (1.1.14-2ubuntu2) artful; urgency=medium

  * debian/patches/343.patch:
    - Fix another python3.6 failure, related to upstream issue 29130
      https://bugs.python.org/issue29130

 -- Gianfranco Costamagna <email address hidden>  Mon, 24 Jul 2017 12:49:21 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Artful
Original maintainer:
Barry Warsaw
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pex_1.1.14.orig.tar.gz 469.6 KiB 2d0f5ec39d61c0ef0f806247d7e2702e5354583df7f232db5d9a3b287173e857
python-pex_1.1.14-2ubuntu2.debian.tar.xz 5.9 KiB 12c01a446f1f555c2aadff5d973b597002cf5ffdedc30891dca4a64c205685e0
python-pex_1.1.14-2ubuntu2.dsc 2.3 KiB 6f4af1b7aebe8fb0789875a54c2d93ff5350620810a8a8452261fe671bd4b872

Available diffs

View changes file

Binary packages built by this source

pex: No summary available for pex in ubuntu eoan.

No description available for pex in ubuntu eoan.

python-pex: No summary available for python-pex in ubuntu focal.

No description available for python-pex in ubuntu focal.

python-pex-cli: No summary available for python-pex-cli in ubuntu disco.

No description available for python-pex-cli in ubuntu disco.

python-pex-doc: library for generating Python executable zip files

 pex is a library for generating .pex (Python EXecutable) files which
 are executable Python environments in the spirit of virtualenvs. pex
 is an expansion upon the ideas outlined in PEP 441 and makes the
 deployment of Python applications as simple as cp. pex files may even
 include multiple platform-specific Python distributions, meaning that
 a single pex file can be portable across Linux and OS X.
 .
 pex files can be built using the pex tool. Build systems such as
 Pants and Buck also support building .pex files directly.
 .
 This is the common documentation package.

python3-pex: library for generating Python executable zip files

 pex is a library for generating .pex (Python EXecutable) files which
 are executable Python environments in the spirit of virtualenvs. pex
 is an expansion upon the ideas outlined in PEP 441 and makes the
 deployment of Python applications as simple as cp. pex files may even
 include multiple platform-specific Python distributions, meaning that
 a single pex file can be portable across Linux and OS X.
 .
 pex files can be built using the pex tool. Build systems such as
 Pants and Buck also support building .pex files directly.
 .
 This is the Python 3 library version.