Add file to the reno documentation build to show release notes for
stable/2023.1.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.1.
Sem-Ver: feature
Change-Id: I85ab5ea511cfb0519e60f84ac53583869df6f43a
New tox version 4 has changed interpretation of tox.ini
The passenv parsing requires the list to be comma-separated.
Since the names are case-insensitive, duplicates are removed.
skipsdist is now a synonym of no_package and avoids the
installation of the package in all cases.
However, the docs environment requires it (for cliff's auto
generation).
Change-Id: Ia7292c4c72d01ddd5320675b052a27bfbf7ea974
Add file to the reno documentation build to show release notes for
stable/zed.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/zed.
Sem-Ver: feature
Change-Id: I888d44a03c342a92eccf2fd2dcc0d5d3348331f7
Add file to the reno documentation build to show release notes for
stable/yoga.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/yoga.
Sem-Ver: feature
Change-Id: I5c96330f8f461d74d55b827a454935fb5270b017
Add file to the reno documentation build to show release notes for
stable/xena.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/xena.
Sem-Ver: feature
Change-Id: I8679786cfbc9543bf880665a1ce50980622a76c0
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:
UserWarning: Usage of dash-separated 'description-file' will not be
supported in future versions. Please use the underscore name
'description_file' instead
[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
Change-Id: Ia2b0e0df7e7cda55f05d9fee9db6a11c26f7a3ca
Add file to the reno documentation build to show release notes for
stable/wallaby.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/wallaby.
Sem-Ver: feature
Change-Id: I9169c87c7221515cb8f54bf0f17ec01804584d4f
This reverts commit 3af8953b8c.
Reason for revert: Python 3.7 *is* supported because it falls
in the range of supported Python versions (3.6-3.8).
Change-Id: I8cd58171b6985581b6c5c1d6f876d53615db4381
Per [1], the docs requirements were failing (or at least could)
due to test-requirements being used instead of doc/requirements.
The former may include dep versions not compatible with the
upper-constraints and hence cause issues for the new pip resolver.
This patch fixes that.
[1] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019611.html
Change-Id: I2441e77bef1a1d2a9acdd6e42d3b2610e9ad8283
Add file to the reno documentation build to show release notes for
stable/victoria.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/victoria.
Change-Id: I138cb9fd754cdfff326201a3cfa3eb0947271828
Sem-Ver: feature