summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* requirements: Sync pbr versionsStephen Finucane2022-02-081-1/+1
| | | | | | | | Our pyproject.yaml file states that pbr 5.7.0 is required, since this was the first version to provide a PEP-517 compliant interface. Sync this requirement elsewhere. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* setup.cfg: Replace dashes with underscoresStephen Finucane2022-01-281-2/+3
| | | | | | setuptools has deprecated the latter. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* Avoid old versions of pbr - we require modern releases.Robert Collins2016-05-181-1/+1
|
* Migrate to git and pbr.Robert Collins2014-09-251-30/+4
| | | | No functional changes.
* 0.3.160.3.16Robert Collins2014-08-221-1/+1
| | | | | | | | | | ~~~~~~ CHANGES ------- * Fixed 0.3.15 on Python 2.6 - version info is a plain tuple there. (Robert Collins)
* Release 0.3.150.3.15Robert Collins2014-08-221-1/+1
|
* Release 0.3.140.3.14Robert Collins2013-08-161-1/+1
|
* Release 0.3.130.3.13Robert Collins2013-08-161-1/+1
|
* * ``setup.py`` now lists the ``testtools`` dependency which was missing.Robert Collins2013-08-161-0/+3
| | | | (Robert Collins, #1103823)
* 0.3.12: 0.3.11 with tests for StringStream.0.3.12Robert Collins2012-12-171-1/+1
|
* Oops, setup.py wasn't 3.2 ready.Robert Collins2012-12-171-1/+1
|
* Add Python 3 Trove entry.Robert Collins2012-12-171-0/+1
|
* Release 0.3.11.0.3.11Robert Collins2012-12-171-2/+2
|
* Release 0.3.10.Robert Collins2012-12-111-1/+2
|
* Release 0.3.90.3.9Jonathan Lange2012-06-121-1/+1
|
* Open up 0.3.8.Robert Collins2011-11-221-1/+1
|
* Bump version to 0.3.7 beta.Robert Collins2011-08-221-1/+1
|
* Release 0.3.6.Robert Collins2011-06-231-1/+1
|
* Release 0.3.5Robert Collins2010-11-071-1/+1
|
* Release 0.3.4.Robert Collins2010-10-261-1/+1
|
* Fixtures now have a ``useFixture`` method as well, making nesting of fixturesRobert Collins2010-10-201-1/+1
| | | | trivial.
* Add EnvironmentVariableFixture.Robert Collins2010-10-171-1/+1
|
* Ship new packages.Robert Collins2010-10-151-1/+2
|
* Release 0.3.1Robert Collins2010-10-151-1/+1
|
* Fixup cleanUp protocol for good.Robert Collins2010-09-181-1/+1
|
* Stop silently swallowing exceptions during cleanUp.Robert Collins2010-09-111-1/+1
|
* First draft - 0.1.Robert Collins2010-08-151-0/+27