python-pex 1.1.14-3 source package in Ubuntu

Changelog

python-pex (1.1.14-3) unstable; urgency=medium

  [ Barry Warsaw ]
  * d/control: Put DPMT in Maintainers and myself in Uploaders.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Deprecating priority extra as per policy 4.0.1
  * d/watch: Use https protocol
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.

  [ Sandro Tosi ]
  * debian/patches/PR318.patch
    - adjust FileFinder import to work with Python 3.6; Closes: #896657
  * debian/control
    - drop python-pex-cli, transitional package already in stable
    - bump Standards-Version to 4.4.1 (no changes needed)
  * Drop python2 support; Closes: #938019

 -- Sandro Tosi <email address hidden>  Sun, 27 Oct 2019 13:35:10 -0400

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pex_1.1.14-3.dsc 2.1 KiB 795473953218fd3a603104ec85fd7d40bd560560114c341d328b728d755baf4f
python-pex_1.1.14.orig.tar.gz 469.6 KiB 2d0f5ec39d61c0ef0f806247d7e2702e5354583df7f232db5d9a3b287173e857
python-pex_1.1.14-3.debian.tar.xz 5.4 KiB e95ece36bd9c436672dc751e00f192c4c0e1493db3390fff1ac23c0000ed1859

No changes file available.

Binary packages built by this source

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 command line package.

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.