[Python-modules-commits] [python-pex] branch master updated (9e86c26 -> 0de0146)
Barry Warsaw
barry at moszumanska.debian.org
Wed Aug 3 17:10:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a change to branch master
in repository python-pex.
from 9e86c26 Release.
new f408406 record new upstream branch created by importing python-pex_1.1.14.orig.tar.gz
new d171654 Import python-pex_1.1.14.orig.tar.gz
new ecb9787 Work around Debian's devendorizing of pkg_resource dependencies.
new 9d61cc1 merge patched into master
new 0de0146 New upstream release.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.rst | 114 +++++----
PKG-INFO | 261 +++++++++++++++++----
README.rst | 2 +-
RELEASE.rst | 112 +++++++++
debian/.git-dpm | 14 +-
debian/changelog | 6 +
.../handle-pkg_resources-devendorization.patch | 2 +-
pex.egg-info/PKG-INFO | 261 +++++++++++++++++----
pex.egg-info/SOURCES.txt | 4 +
pex/bin/pex.py | 53 ++++-
pex/commands/bdist_pex.py | 12 +-
pex/common.py | 15 ++
pex/compiler.py | 22 +-
pex/executor.py | 96 ++++++++
pex/http.py | 2 +-
pex/installer.py | 33 ++-
pex/interpreter.py | 16 +-
pex/pex.py | 32 +--
pex/pex_info.py | 2 +-
pex/testing.py | 52 +++-
pex/util.py | 12 +-
pex/variables.py | 2 +-
pex/version.py | 2 +-
setup.py | 15 +-
tests/test_bdist_pex.py | 33 +++
tests/test_common.py | 44 ++++
tests/test_executor.py | 103 ++++++++
tests/test_inherits_path_option.py | 2 +
tests/test_integration.py | 110 ++++++++-
tests/test_pex.py | 23 +-
tests/test_pex_info.py | 11 +-
tox.ini | 7 +-
32 files changed, 1236 insertions(+), 239 deletions(-)
create mode 100644 RELEASE.rst
mode change 100644 => 100755 pex/bin/pex.py
create mode 100644 pex/executor.py
create mode 100644 tests/test_common.py
create mode 100644 tests/test_executor.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pex.git
More information about the Python-modules-commits
mailing list