[Python-modules-commits] [python-pex] branch upstream updated	(c274193 -> 7ccc338)
    Barry Warsaw 
    barry at moszumanska.debian.org
       
    Fri Jul 17 20:28:31 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  c274193   Import python-pex_1.0.0.orig.tar.gz
       new  7ccc338   Import python-pex_1.0.1.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               | 14 ++++++++
 PKG-INFO                  | 16 ++++++++-
 docs/whatispex.rst        |  2 +-
 pex.egg-info/PKG-INFO     | 16 ++++++++-
 pex.egg-info/SOURCES.txt  |  3 +-
 pex/common.py             |  3 +-
 pex/compiler.py           | 90 +++++++++++++++++++++++++++++++++++++++++++++++
 pex/environment.py        |  5 ++-
 pex/link.py               |  3 ++
 pex/marshaller.py         | 86 --------------------------------------------
 pex/pex_builder.py        | 56 +++++++++++++++++++----------
 pex/resolver.py           | 29 ++++++++++++---
 pex/testing.py            | 15 ++++----
 pex/version.py            |  2 +-
 tests/test_compiler.py    | 72 +++++++++++++++++++++++++++++++++++++
 tests/test_environment.py |  2 +-
 tests/test_link.py        |  5 +++
 tests/test_pex_builder.py | 57 ++++++++++++++++++++++++++++++
 tests/test_resolver.py    | 34 ++++++++++++++++++
 19 files changed, 388 insertions(+), 122 deletions(-)
 create mode 100644 pex/compiler.py
 delete mode 100644 pex/marshaller.py
 create mode 100644 tests/test_compiler.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