[Python-modules-commits] [python-pex] branch upstream updated (5053627 -> 60f09e6)

Barry Warsaw barry at moszumanska.debian.org
Mon Oct 12 20:25:15 UTC 2015


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

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

      from  5053627   Import python-pex_1.0.3.orig.tar.gz
      adds  60f09e6   Import python-pex_1.1.0.orig.tar.gz

No new revisions were added by this update.

Summary of changes:
 CHANGES.rst                                       |  28 +++-
 PKG-INFO                                          |  30 +++-
 docs/buildingpex.rst                              | 173 +++++++++++++++++-----
 docs/conf.py                                      |  12 +-
 docs/index.rst                                    |  17 ++-
 pex.egg-info/PKG-INFO                             |  30 +++-
 pex.egg-info/SOURCES.txt                          |   2 +
 pex.egg-info/entry_points.txt                     |   3 +
 scripts/do_nothing.py => pex/commands/__init__.py |   0
 pex/commands/bdist_pex.py                         |  85 +++++++++++
 pex/http.py                                       |   7 +-
 pex/installer.py                                  |   2 +-
 pex/pex.py                                        |   8 +-
 pex/pex_builder.py                                |  13 +-
 pex/pex_info.py                                   |   3 +-
 pex/resolver.py                                   |  16 +-
 pex/variables.py                                  |  33 ++++-
 pex/version.py                                    |   2 +-
 setup.py                                          |   4 +
 tests/test_resolver.py                            |  10 +-
 tests/test_util.py                                |  43 +++---
 tests/test_variables.py                           |  34 +++++
 tox.ini                                           |   2 +-
 23 files changed, 452 insertions(+), 105 deletions(-)
 copy scripts/do_nothing.py => pex/commands/__init__.py (100%)
 create mode 100644 pex/commands/bdist_pex.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