[Python-modules-commits] [python-pex] branch ubuntu updated (7ba8635 -> ed59562)

Barry Warsaw barry at moszumanska.debian.org
Thu Oct 8 13:46:14 UTC 2015


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

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

      from  7ba8635   Ubuntu version, until Jessie is released.
      adds  a4f32e7   Ubuntu Vivid (15.04) has setuptools 12.2, so the upper limit in
      adds  0945d98   merge patched into master
      adds  3030963   Fix Subject:
      adds  342f859   Work around Debian's devendorizing of pkg_resource dependencies.
      adds  18035de   merge patched into master
      adds  767202a   Formatting of patches.
      adds  93317df   Fixes for various small problems.
      adds  48c6723   Release to unstable
      adds  51bea7c   record new upstream branch created by importing python-pex_1.0.0.orig.tar.gz
      adds  c274193   Import python-pex_1.0.0.orig.tar.gz
      adds  7ac33d1   Work around Debian's devendorizing of pkg_resource dependencies.
      adds  b94c872   merge patched into master
      adds  b65f56a   New upstream release.
      adds  9c6b544   d/control, d/tests: Add a simple DEP-8 smoketest.
      adds  dedc6c5   Release
      adds  eb7c03e   d/copyright: Reorganize to make lintian happy.
      adds  d9708df   record new upstream branch created by importing python-pex_1.0.1.orig.tar.gz
      adds  7ccc338   Import python-pex_1.0.1.orig.tar.gz
      adds  03c984b   Work around Debian's devendorizing of pkg_resource dependencies.
      adds  dd829e3   merge patched into master
      adds  254433d   New upstream release.
      adds  09b4caf   Release
      adds  49fecca   record new upstream branch created by importing python-pex_1.0.3.orig.tar.gz
      adds  5053627   Import python-pex_1.0.3.orig.tar.gz
      adds  4d3749d   Work around Debian's devendorizing of pkg_resource dependencies.
      adds  cbeb4a6   merge patched into master
      adds  c78797b   New upstream release.
      adds  4644e89   Release
      adds  cd161fc   Bump setuptools maximum requirement to coincide with what's available in Debian, otherwise the manpage won't build.
      adds  f2b3e86   merge patched into master
      adds  e497a82   Bump setuptools maximum requirement to coincide with what's available in Debian, otherwise the manpage won't build.
      adds  36c0f62   merge patched into master
      adds  365e3d3   * d/patches/bump-setuptools-max-version.patch: Bump the maximum allowed   setuptools version to coincide with what's in Debian, which allows the   manpages to be built. * d/rules: Remove the overrides for upstream issue #51, which has been   fixed released.
      adds  7c83f25   Merge branch 'master' of ssh://git.debian.org/git/python-modules/packages/python-pex
      adds  4973b1c   Work around Debian's devendorizing of pkg_resource dependencies.
      adds  fb8a305   merge patched into master
      adds  1f90012   Update subject.
      adds  a0e7d82   Add Closes
      adds  06a810c   Set the local tag format.
      adds  52ae059   Set local tag formats.
      adds  58de73e   Oops, fix tag formats.
      adds  ab84bd5   Merge branch 'master' of git+ssh://git.debian.org/git/python-modules/packages/python-pex
      adds  a5feeda   * d/rules: Only build for the default Python 3 version, which fixes a   lintian warning (and bogus shebang) when multiple Python 3 versions   are supported. * d/tests/control:   - Use Test-Command instead of a separate script.   - Bump pex verbosity in the execution test.   - Add "Restrictions: allow-stderr" for verbose execution test.   - Add import tests for Python 2 and 3. * d/tests/smoketest: Remove.
      adds  5240d79   Release
      adds  1eeb668   d/rules: Override dh_python3 to force the /usr/bin/pex shebang to /usr/bin/python3 in the face of multiple Python 3 versions.
      adds  e2ed8bd   Merge branch 'master' of git+ssh://git.debian.org/git/python-modules/packages/python-pex
      adds  1c5fe7b   d/rules: Override dh_python2 and dh_python3 to force the /usr/bin/pex shebang to /usr/bin/python3 in the face of multiple  Python 3 versions.  See this file for why we also override dh_python2.
      adds  823c125   * d/control:   - Rename python-pex-cli binary package to pex.  This now replaces/breaks     earlier versions of python-pex-cli.  (Closes: #801246)   - Reintroduce python-pex-cli binary package as a virtual package. * d/rules:   - Updated for binary package rename. * d/python-pex-cli.manpages -> d/pex.manpages.
       new  1d5f2f7   Ubuntu version, until Jessie is released.
       new  025d616   * Merge with Debian.  Remaining changes:   - d/tests/control: Add dependency on ubuntu-drivers-common.  This     generally should not be necessary except for LP: #1485093 in     python3-distupgrade which causes the autopkgtest.ubuntu.com DEP-8     tests to fail.
       new  d1fe251   Merge branch 'ubuntu' of git+ssh://git.debian.org/git/python-modules/packages/python-pex into ubuntu
       new  ed59562   Fix signature line after merge.

The 4 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                                        | 138 +++++-
 LICENSE                                            | 201 ++++++++
 MANIFEST.in                                        |   8 +-
 PKG-INFO                                           | 140 +++++-
 README.rst                                         |  77 +--
 debian/.git-dpm                                    |  17 +-
 debian/changelog                                   |  76 ++-
 debian/control                                     |  13 +-
 debian/copyright                                   |   4 +-
 debian/patches/bump-setuptools-max-version.patch   |  29 ++
 .../handle-pkg_resources-devendorization.patch     |  36 ++
 debian/patches/series                              |   2 +
 debian/{python-pex-cli.manpages => pex.manpages}   |   0
 debian/rules                                       |  22 +-
 debian/tests/control                               |   8 +
 docs/Makefile                                      | 177 +++++++
 docs/api/index.rst                                 | 159 ++++++
 docs/buildingpex.rst                               | 330 +++++++++++++
 docs/conf.py                                       | 273 +++++++++++
 docs/index.rst                                     |  31 ++
 docs/rtd/requirements.txt                          |   2 +
 docs/whatispex.rst                                 |  47 ++
 pex.egg-info/PKG-INFO                              | 140 +++++-
 pex.egg-info/SOURCES.txt                           |  48 +-
 pex.egg-info/entry_points.txt                      |   2 +-
 pex.egg-info/requires.txt                          |   5 +-
 pex/archiver.py                                    |   3 +
 pex/base.py                                        |   2 +-
 pex/bin/pex.py                                     | 534 ++++++++++++++-------
 pex/common.py                                      |  12 +-
 pex/compiler.py                                    |  90 ++++
 pex/crawler.py                                     |   6 +
 pex/environment.py                                 |  68 ++-
 pex/fetcher.py                                     |  22 +-
 pex/finders.py                                     |  70 ++-
 pex/http.py                                        |  21 +-
 pex/installer.py                                   |   6 +-
 pex/interpreter.py                                 |  12 +-
 pex/iterator.py                                    |  79 ++-
 pex/link.py                                        |   6 +
 pex/marshaller.py                                  |  86 ----
 pex/pex.py                                         | 270 +++++++----
 pex/pex_bootstrapper.py                            |  47 +-
 pex/pex_builder.py                                 | 153 ++++--
 pex/pex_info.py                                    |  79 +--
 pex/requirements.py                                |  94 ++++
 pex/resolvable.py                                  | 295 ++++++++++++
 pex/resolver.py                                    | 402 ++++++++++------
 pex/resolver_options.py                            | 174 +++++++
 pex/sorter.py                                      |  37 ++
 pex/testing.py                                     |  35 +-
 pex/tracer.py                                      |  27 +-
 pex/translator.py                                  |  16 +-
 pex/util.py                                        |  42 +-
 pex/variables.py                                   | 276 +++++++++++
 pex/version.py                                     |   8 +-
 scripts/combine_coverage.py                        |  68 +++
 scripts/coverage.sh                                |   7 +
 scripts/do_nothing.py                              |   0
 setup.py                                           |  12 +-
 tests/test_archiver.py                             |  28 ++
 tests/test_compatibility.py                        |  18 +
 tests/test_compiler.py                             |  72 +++
 tests/test_crawler.py                              | 105 ++++
 tests/test_environment.py                          |  96 ++++
 tests/test_fetcher.py                              |  18 +
 tests/test_finders.py                              | 101 ++++
 tests/test_http.py                                 | 240 +++++++++
 tests/test_integration.py                          |  32 ++
 tests/test_interpreter.py                          |  23 +
 tests/test_iterator.py                             |  38 ++
 tests/test_link.py                                 |  59 +++
 tests/test_package.py                              |  52 ++
 tests/test_pep425.py                               |  51 ++
 tests/test_pex.py                                  | 144 ++++++
 tests/test_pex_binary.py                           |  82 ++++
 tests/test_pex_bootstrapper.py                     |  31 ++
 tests/test_pex_builder.py                          | 124 +++++
 tests/test_pex_info.py                             |  65 +++
 tests/test_platform.py                             |  58 +++
 tests/test_requirements.py                         | 113 +++++
 tests/test_resolvable.py                           | 113 +++++
 tests/test_resolver.py                             |  93 ++++
 tests/test_sorter.py                               |  45 ++
 tests/test_translator.py                           |  39 ++
 tests/test_util.py                                 | 158 ++++++
 tests/test_variables.py                            |  91 ++++
 tox.ini                                            | 134 ++++++
 88 files changed, 6478 insertions(+), 789 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 debian/patches/bump-setuptools-max-version.patch
 create mode 100644 debian/patches/handle-pkg_resources-devendorization.patch
 create mode 100644 debian/patches/series
 rename debian/{python-pex-cli.manpages => pex.manpages} (100%)
 create mode 100644 debian/tests/control
 create mode 100644 docs/Makefile
 create mode 100644 docs/api/index.rst
 create mode 100644 docs/buildingpex.rst
 create mode 100644 docs/conf.py
 create mode 100644 docs/index.rst
 create mode 100644 docs/rtd/requirements.txt
 create mode 100644 docs/whatispex.rst
 create mode 100644 pex/compiler.py
 delete mode 100644 pex/marshaller.py
 create mode 100644 pex/requirements.py
 create mode 100644 pex/resolvable.py
 create mode 100644 pex/resolver_options.py
 create mode 100644 pex/sorter.py
 create mode 100644 pex/variables.py
 create mode 100644 scripts/combine_coverage.py
 create mode 100755 scripts/coverage.sh
 create mode 100644 scripts/do_nothing.py
 create mode 100644 tests/test_archiver.py
 create mode 100644 tests/test_compatibility.py
 create mode 100644 tests/test_compiler.py
 create mode 100644 tests/test_crawler.py
 create mode 100644 tests/test_environment.py
 create mode 100644 tests/test_fetcher.py
 create mode 100644 tests/test_finders.py
 create mode 100644 tests/test_http.py
 create mode 100644 tests/test_integration.py
 create mode 100644 tests/test_interpreter.py
 create mode 100644 tests/test_iterator.py
 create mode 100644 tests/test_link.py
 create mode 100644 tests/test_package.py
 create mode 100644 tests/test_pep425.py
 create mode 100644 tests/test_pex.py
 create mode 100644 tests/test_pex_binary.py
 create mode 100644 tests/test_pex_bootstrapper.py
 create mode 100644 tests/test_pex_builder.py
 create mode 100644 tests/test_pex_info.py
 create mode 100644 tests/test_platform.py
 create mode 100644 tests/test_requirements.py
 create mode 100644 tests/test_resolvable.py
 create mode 100644 tests/test_resolver.py
 create mode 100644 tests/test_sorter.py
 create mode 100644 tests/test_translator.py
 create mode 100644 tests/test_util.py
 create mode 100644 tests/test_variables.py
 create mode 100644 tox.ini

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