Matthew Treinish 6129343b8b
Release os-testr 1.0.0
This commit releases os-testr 1.0.0, this is a major version bump
because it changes the testr runner used internally from testr to
stestr. This cleans up the code significantly and also means we stop
calling python via subprocess. However because stestr and testr aren't
100% compatible this has the potential to not be backwards compatible.
Since we're quite early in the queens cycle this is the best time to
make a release like this.

Change-Id: If9be85acf2454861e08e62ad4881e164bbec753f
2017-09-06 20:53:13 -04:00

66 lines
1.9 KiB
YAML

---
launchpad: os-testr
team: Quality Assurance
release-type: std
type: library
include-pypi-link: yes
releases:
- version: 0.1.0
projects:
- repo: openstack/os-testr
hash: 78f9371161c311f3f2f730f118b73aa8370a5b70
- version: 0.2.0
projects:
- repo: openstack/os-testr
hash: 16330c052656deccb8cea89f2bc84542c38a7603
- version: 0.3.0
projects:
- repo: openstack/os-testr
hash: 5a739f9ac0536cf9830d1c0682182c966abb4c8f
- version: 0.4.0
projects:
- repo: openstack/os-testr
hash: 368a2553cd3e309445a58b129a74c8751fd3e5f7
- version: 0.4.1
projects:
- repo: openstack/os-testr
hash: d577844b7bc9d7fd25d11affe3e17609a843d9b2
- version: 0.4.2
projects:
- repo: openstack/os-testr
hash: 65e1e1867c30fc70e4963df7f5bd9a15acf54a68
- version: 0.5.0
projects:
- repo: openstack/os-testr
hash: befba5c1116f9a30b53cdf47cc01e7c99c3fe4ae
- version: 0.6.0
projects:
- repo: openstack/os-testr
hash: 29c64b1287222f98b1deb231ec1aa0ec2a085722
- version: 0.7.0
projects:
- repo: openstack/os-testr
hash: e5e11dca2ed106fc24af4f814a1176e2a33b4c7d
- version: 0.8.0
projects:
- repo: openstack/os-testr
hash: 0de62e38e6c833471bee690c4e5a0375ee609fca
- version: 0.8.1
projects:
- repo: openstack/os-testr
hash: 07e0b06f88b588aa579660264c78fd20fc9e0eab
- version: 0.8.2
projects:
- repo: openstack/os-testr
hash: e84d06292b3ab0600a0aeaf85dfb012652ec0b2e
highlights: |
Remove babel from requirements since its not
used by os-testr, and update to latest g-r.
- version: 1.0.0
projects:
- repo: openstack/os-testr
hash: 7dd678e3720c326afb3ca7adfd01ec7324d5f5c7
highlights: |
ostestr command switched to use stestr internally instead of
subprocessing to testr.