We have jsonschema capped at a fairly old version. Other than some
specific releases, it looks like keeping it below 3.0 was added in
I943fd68b9fab3bce1764305a5058df5339470757 without really any explanation
why.
In order to update to a 3.x release we need to:
1. Remove the cap from global-requirements.txt, leaving
upper-constraints.txt at a 2.x release
2. Remove the cap from all consumers
3. Release a new version of consumers that are published to pypi (this change)
4. Update upper-constraints.txt with those new releases
This review perfoms step 3.
Change-Id: I4019cfff92b0174721177aaa175c3ef4da2dffaa
14 lines
344 B
YAML
14 lines
344 B
YAML
---
|
|
include-pypi-link: true
|
|
launchpad: python-designateclient
|
|
release-model: cycle-with-intermediary
|
|
team: designate
|
|
type: client-library
|
|
repository-settings:
|
|
openstack/python-designateclient: {}
|
|
releases:
|
|
- version: 2.12.0
|
|
projects:
|
|
- repo: openstack/python-designateclient
|
|
hash: 5c9bbbfac8f03be416b268798045b5814c3fbe06
|