[Python-modules-commits] [python-pex] branch ubuntu updated (ed59562 -> b369857)
Barry Warsaw
barry at moszumanska.debian.org
Mon Oct 12 20:40:23 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 ed59562 Fix signature line after merge.
adds c8555ce record new upstream branch created by importing python-pex_1.1.0.orig.tar.gz
adds 60f09e6 Import python-pex_1.1.0.orig.tar.gz
adds 14660f7 Bump setuptools maximum requirement to coincide with what's available in Debian, otherwise the manpage won't build.
adds e85783b Work around Debian's devendorizing of pkg_resource dependencies.
adds d7989fa merge patched into master
adds c39f9dc update debian/patches directory
adds a8e22df update debian/patches directory
adds 7900e1a * New upstream release. * d/control: Added python3-pkg-resources to pex Depends.
new 371823f Merge branch 'master' into ubuntu.
adds 7a3f85c Release
new db69262 Merge branch 'master' into ubuntu
new 0f7973f Ubuntu delta.
new b369857 Release for Ubuntu
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 | 28 +++-
PKG-INFO | 30 +++-
debian/.git-dpm | 14 +-
debian/changelog | 17 ++
debian/control | 1 +
debian/patches/bump-setuptools-max-version.patch | 10 +-
.../handle-pkg_resources-devendorization.patch | 2 +-
docs/buildingpex.rst | 173 ++++++++++++++++-----
docs/conf.py | 12 +-
docs/index.rst | 17 +-
pex.egg-info/PKG-INFO | 30 +++-
pex.egg-info/SOURCES.txt | 2 +
pex.egg-info/entry_points.txt | 3 +
scripts/do_nothing.py => pex/commands/__init__.py | 0
pex/commands/bdist_pex.py | 85 ++++++++++
pex/http.py | 7 +-
pex/installer.py | 2 +-
pex/pex.py | 8 +-
pex/pex_builder.py | 13 +-
pex/pex_info.py | 3 +-
pex/resolver.py | 16 +-
pex/variables.py | 33 +++-
pex/version.py | 2 +-
setup.py | 4 +
tests/test_resolver.py | 10 +-
tests/test_util.py | 43 ++---
tests/test_variables.py | 34 ++++
tox.ini | 2 +-
28 files changed, 484 insertions(+), 117 deletions(-)
copy scripts/do_nothing.py => pex/commands/__init__.py (100%)
create mode 100644 pex/commands/bdist_pex.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