Package: python-pex / 1.1.14-3.1

Metadata

Package Version Patches format
python-pex 1.1.14-3.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
handle pkg_resources devendorization.patch | (download)

pex/pex_bootstrapper.py | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

 work around debian's devendorizing of pkg_resource dependencies.

update dependencies.patch | (download)

pex/version.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 remove ceiling versions for dependencies.

Patch-Name: update-dependencies.patch

PR318.patch | (download)

pex/finders.py | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 [patch] adjusted filefinder import to work with python 3.6

In CPython 3.6, FileFinder has been moved from importlib._bootstrap to
a new importlib._bootstrap_external module.

To account for this, this commit switches to importing the more general
importlib.machinery module instead of importlib._bootstrap, which also
works with older CPython version (3.3+).