[Python-modules-commits] [python-pex] branch master updated (eb7c03e -> 254433d)

Barry Warsaw barry at moszumanska.debian.org
Fri Jul 17 20:28:28 UTC 2015


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

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

      from  eb7c03e   d/copyright: Reorganize to make lintian happy.
       new  d9708df   record new upstream branch created by importing python-pex_1.0.1.orig.tar.gz
       new  7ccc338   Import python-pex_1.0.1.orig.tar.gz
       new  03c984b   Work around Debian's devendorizing of pkg_resource dependencies.
       new  dd829e3   merge patched into master
       new  254433d   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                                        | 14 ++++
 PKG-INFO                                           | 16 +++-
 debian/.git-dpm                                    | 14 ++--
 debian/changelog                                   |  6 ++
 .../handle-pkg_resources-devendorization.patch     |  2 +-
 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 ++++++++
 22 files changed, 402 insertions(+), 130 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