~ddellav/ubuntu/+source/python-pbr:master

Last commit made on 2016-09-21
Get this branch:
git clone -b master https://git.launchpad.net/~ddellav/ubuntu/+source/python-pbr
Only David Della Vecchia can upload to this branch. If you are David Della Vecchia please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~ddellav/ubuntu/+source/python-pbr

Recent commits

b1f507b... by David Della Vecchia

Imported Upstream version 1.10.0

fa4f46e... by Monty Taylor

Remove explicit depend on distribute.

Things in the world are moving towards setuptools 0.7, and
there is not a path between distribute and setuptools. Our explicit
dependency on setuptools is causing us to have to write patches to
try to jump through additional hoops to get it to install in the
right contexts.

Fixes bug 1189941

Change-Id: Id7a749c02203100dab52160a551d3548c8a48fd6

6c91a6f... by Jenkins <email address hidden>

Merge "Use pip instead of easy_install for installation."

d1c53dd... by Monty Taylor

Use pip instead of easy_install for installation.

If we're running the installation of dependencies for installation
ourselves anyway - just use pip and be done with it. This means
that our requirements will get installed consistently regardless of
whether we're using pip, python setup.py install or a tox environment.

Change-Id: If92557a33a76553ad36bd136fa87780857a894b1

a793ea1... by Jenkins <email address hidden>

Merge "Skip git-checkout related tests when .git is missing"

6c27ce7... by Dirk Mueller

Skip git-checkout related tests when .git is missing

When running tests from the released tarballs, the
AUTHORs related checks are failing due to missing .git
directory and the fallout caused by it.

Change-Id: Ic960863621f1b239ced299f892466537431d44d5

04984a5... by Monty Taylor

Refactor hooks file.

It was long and rambly. It's also in need of unittesting. So split
it into some classes so that we can test the inputs and outputs
more sensibly.

Change-Id: I3d28f5771e38b819f98a9af06aeb06529be7b302

a65e8ee... by Monty Taylor

Remove jinja pin.

Change-Id: Id5154c120aad2b12ebbc2963466b0d3e961e56db

c1c3aa1... by Jenkins <email address hidden>

Merge "Explicitly install install_requires."

850cdd1... by Jenkins <email address hidden>

Merge "More python3 compatibility."