-
d/p/restart-gpg-agent.patch: Restart gpg agent.
coreycb committedSep 26, 2016
-
d/control: Add python(3)-hacking to BDs.
coreycb committedSep 23, 2016 -
d/control: Add python(3)-wheel to BDs.
coreycb committedSep 23, 2016 -
d/control.orig: Dropped, not needed.
coreycb committedSep 23, 2016
-
Add bug number that explains need for new release.
coreycb committedSep 21, 2016 -
releasing package python-pbr version 1.10.0-0ubuntu1
coreycb committedSep 21, 2016 -
d/p/no-u-string-for-python-3.2.patch: Add back missing code.
coreycb committedSep 21, 2016 -
d/p/no-u-string-for-python-3.2.patch: Rebased.
ddellav committedSep 21, 2016 -
New upstream release for OpenStack Newton.
ddellav committedSep 21, 2016 -
Updated version 1.10.0 from '1.10.0'
ddellav committedSep 21, 2016 with Debian dir 5619045a2ccc124154785f6d9b9e900c92ff1655
-
Imported Upstream version 1.10.0
ddellav committedSep 21, 2016 -
d/gbp.conf: Update branch to ubuntu/newton.
ddellav committedSep 21, 2016 -
Merging ubuntu delta into alioth repository branch
ddellav committedSep 21, 2016
-
d/copyright: Changed source URL to https protocol
onovy committedMay 19, 2016 -
d/rules: Changed UPSTREAM_GIT protocol to https
onovy committedMay 19, 2016
-
Thomas Goirand committed
May 9, 2016 -
Fix syntax error in debian/changelog.
Thomas Goirand committedMay 9, 2016 -
Thomas Goirand committed
May 9, 2016 * Non-maintainer upload. * Depend on python{3,}-pkg-resources (Closes: #823071)
-
Thomas Goirand committed
Nov 24, 2015 -
-
override_dh_python3 to fix Py3 shebang.
thomasgoirand committedOct 23, 2015
-
thomasgoirand committed
Oct 15, 2015
-
Handle the case where cmd.distribution has no pbr attribute
This can arise if pbr has been installed indirectly (for instance, because a package depends on mock which requires pbr) - pbr will be running, but the cmd.distribution object has no pbr attribute. In this case, pbr code should not run. Change-Id: Ib7db0c8ab78e3cb700671f6a123ec603b4dbfdbe Closes-bug: 1493735 Co-Authored-By: Sachi King <nakato@nakato.io>
-
Robert Collins committed
Oct 2, 2015 We need to write some new targeted venv using tests. This fixture will make that directly accessible without cruft. Also fixup a global-state polluting hack in test_integration I noticed at the same time. Change-Id: I247de9236919cb7a8b1a3257a357b4a4bac37dfd
-
Remove redundant testscenarios glue.
Robert Collins committedOct 2, 2015 discover can correctly handle packages these days, so we can load and apply just once. Change-Id: I8bedf6d15b0aaf3e45c2a47098ffe24240192193
-
Add standard code coverage configuration file
ronaldbradford committedOct 5, 2015 Add the .coveragerc configuration consistent with other projects, specifically to define including branch = True and omit including tests in the coverage reports Change-Id: I5d18b10a46a7149b1187ab830ce7520d0aa3c6dc
-
Add shields.io version/downloads links/badges into README.rst
dims committedSep 25, 2015 Change-Id: Ia4bc4198e47769aadc33ed791907f098088fa405
-
Re-added python{3,}-all-dev, the package really needs them!
thomasgoirand committedSep 23, 2015 -
Do not build-depends on python{3,}-all-dev, but just -all (Closes: #7…
thomasgoirand committedSep 23, 2015 …99679)
-
Thomas Goirand committed
Sep 23, 2015 -
-
Strip comments present in setup.cfg
nakato committedSep 11, 2015 When processing setup.cfg strip trailing comments from lines as this is unsupported by setuptools. Change-Id: I7712c07552b50830549644a6ff4167b90d897125 Closes-bug: 1494330