[Python-modules-commits] [python-pex] branch master updated (651e8d3 -> d3fd69f)

Barry Warsaw barry at moszumanska.debian.org
Mon May 9 20:12:32 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  651e8d3   Release
       new  5d95ea2   record new upstream branch created by importing python-pex_1.1.6.orig.tar.gz
       new  f82c731   Import python-pex_1.1.6.orig.tar.gz
       new  b2bc006   Work around Debian's devendorizing of pkg_resource dependencies.
       new  4c7cd30   merge patched into master
       new  d3fd69f   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                                        | 35 ++++++++++++++-
 PKG-INFO                                           | 37 +++++++++++++++-
 debian/.git-dpm                                    | 14 +++---
 debian/changelog                                   |  7 +++
 debian/patches/bump-setuptools-max-version.patch   | 32 --------------
 .../handle-pkg_resources-devendorization.patch     |  2 +-
 debian/patches/series                              |  1 -
 pex.egg-info/PKG-INFO                              | 37 +++++++++++++++-
 pex.egg-info/SOURCES.txt                           |  2 +
 pex.egg-info/requires.txt                          |  2 +-
 pex/commands/bdist_pex.py                          | 34 +++++++++++----
 pex/compatibility.py                               |  8 ++++
 pex/package.py                                     |  6 +--
 pex/pex.py                                         | 24 ++++++-----
 pex/pex_builder.py                                 | 11 +++--
 pex/version.py                                     |  4 +-
 tests/test_bdist_pex.py                            | 50 ++++++++++++++++++++++
 tests/test_inherits_path_option.py                 | 41 ++++++++++++++++++
 tests/test_package.py                              | 11 ++++-
 tests/test_pex_builder.py                          | 38 +++++++++-------
 tox.ini                                            | 28 ++++++++----
 21 files changed, 325 insertions(+), 99 deletions(-)
 delete mode 100644 debian/patches/bump-setuptools-max-version.patch
 create mode 100644 tests/test_bdist_pex.py
 create mode 100644 tests/test_inherits_path_option.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