[Python-modules-commits] [python-pex] branch master updated (ed4769b -> 70d66ae)

Barry Warsaw barry at moszumanska.debian.org
Tue Mar 22 17:19:17 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  ed4769b   Release
       new  676510e   record new upstream branch created by importing python-pex_1.1.4.orig.tar.gz
       new  2950613   Import python-pex_1.1.4.orig.tar.gz
       new  8fa0f01   Bump setuptools maximum requirement to coincide with what's available in Debian, otherwise the manpage won't build.
       new  21b2ac1   Work around Debian's devendorizing of pkg_resource dependencies.
       new  1f70c4f   merge patched into master
       new  bc1810f   New upstream release.
       new  d201ac8   Bump setuptools maximum requirement to coincide with what's available in Debian, otherwise the manpage won't build.
       new  1c903a8   Work around Debian's devendorizing of pkg_resource dependencies.
       new  5fa6543   merge patched into master
       new  70d66ae   d/patches/bump-setuptools-max-version.patch: Update setuptools versions.

The 10 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                                        |  31 ++++++++++++++
 PKG-INFO                                           |  33 ++++++++++++++-
 debian/.git-dpm                                    |  14 +++---
 debian/changelog                                   |   9 +++-
 debian/patches/bump-setuptools-max-version.patch   |  12 +++---
 .../handle-pkg_resources-devendorization.patch     |   2 +-
 pex.egg-info/PKG-INFO                              |  33 ++++++++++++++-
 pex.egg-info/SOURCES.txt                           |   3 +-
 pex.egg-info/requires.txt                          |   2 +-
 pex/commands/bdist_pex.py                          |   2 +-
 pex/common.py                                      |  41 +++++++++---------
 pex/compatibility.py                               |  13 ++++++
 pex/compiler.py                                    |   4 +-
 pex/crawler.py                                     |   6 +--
 pex/http.py                                        |   2 +-
 pex/installer.py                                   |   6 ++-
 pex/link.py                                        |  21 ++++++---
 pex/package.py                                     |   4 +-
 pex/pep425.py                                      |  10 +++--
 pex/pex.py                                         |  15 +++++--
 pex/resolver.py                                    |   6 +--
 pex/testing.py                                     |  20 +++++++--
 pex/translator.py                                  |   4 +-
 pex/util.py                                        |  23 +++++++++-
 pex/version.py                                     |   4 +-
 tests/example_packages/setuptools-18.0.1-py2.7.egg | Bin 0 -> 356249 bytes
 tests/test_environment.py                          |  37 ++++++++--------
 tests/test_http.py                                 |   6 +--
 tests/test_integration.py                          |   8 +++-
 tests/test_link.py                                 |  12 +++++-
 tests/test_package.py                              |   9 ++++
 tests/test_pep425.py                               |  14 +++++-
 tests/test_pex.py                                  |  47 ++++++++++++++++++++-
 tests/test_pex_builder.py                          |   4 +-
 tests/test_pex_info.py                             |   7 ++-
 tests/test_util.py                                 |  45 +++++++++++++-------
 tests/test_variables.py                            |   9 ++--
 tox.ini                                            |   2 +-
 38 files changed, 395 insertions(+), 125 deletions(-)
 create mode 100644 tests/example_packages/setuptools-18.0.1-py2.7.egg

-- 
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