[Python-modules-commits] [python-pex] branch upstream updated (f82c731 -> d171654)

Barry Warsaw barry at moszumanska.debian.org
Wed Aug 3 17:10:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a change to branch upstream
in repository python-pex.

      from  f82c731   Import python-pex_1.1.6.orig.tar.gz
       new  d171654   Import python-pex_1.1.14.orig.tar.gz

The 1 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 ++++++++++++++++
 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 +-
 29 files changed, 1222 insertions(+), 231 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