
With changeset [1], releasenotes are added to monasca-persister. To make the release notes available, the notes can be build now with tox ("tox -e releasenotes") and the standard zuul job (release-notes-jobs-python3) was added to build and publish the notes. Also adjust elasticsearch requirement to "<3.0.0" to be inline with the global-requirements list. This fixes: Requirement for package elasticsearch excludes a version not excluded in the global list. [1] Ida11c326b3e6771b5ccf994205c55874db05bc5c Change-Id: I16268797151a6b997610c8fbded4c9eeb9265597
17 lines
590 B
Plaintext
17 lines
590 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
bandit>=1.1.0 # Apache-2.0
|
|
flake8<2.6.0,>=2.5.4 # MIT
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=1.0.0 # Apache-2.0
|
|
docutils>=0.11 # OSI-Approved Open Source, Public Domain
|
|
|
|
# release notes
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
|
reno>=2.5.0 # Apache-2.0
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|