As per the current release tested runtime, we test
till python 3.11 so updating the same in python
classifier in setup.cfg
Change-Id: Icb71bc5f52eb48d3870325d3b9175dcfd580bdc1
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support. Moving the py36 job to py38 based as well as
updating the python classifier also to reflect the same.
[1] https://governance.openstack.org/tc/reference/runtimes/zed.html
Change-Id: I6db7cdd34d5c51a27673396b870ca571ad52cb43
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
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
Change-Id: I26fffc6e83581fd8babc2d64481e2700896c9112
These translation sections are not needed anymore, Babel can
generate translation files without them.
Change-Id: I62f884243e7cab71b3efad85676cdf6171e9a644
We call 'sphinx-build' directly now. No need to keep this legacy
configuration around.
Change-Id: I337f9fefe7f0364bce3a0192dfc9c1199076fa02
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This will prevent setuptools accidentally installing os-traits in a
Python 2 environment.
Change-Id: I4ecd197cfedca74bc8a068edc08c2bc097f41458
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
The openstack-dev mailing list has been replaced with
the openstack-discuss mailing list (*).
So replace the openstack-dev mailing list with
the openstack-discuss mailing list in setup.cfg.
*: http://lists.openstack.org/pipermail/openstack-dev/2018-September/134911.html
Change-Id: I3a16f8bef49b23f3ab2f31aec77888d6a4b2a619
This will ensure docs are emit warnings if bugs are introduced.
In addition, the 'build_releasenotes' section is removed as this does
nothing.
Change-Id: I6cc39bd4ae487b49603d6bd43d803c7c634e0480
Adds the basics of the new os-capabilities library, including a README
and a couple helper functions that allow the user to list both symbol
names as well as the capability strings themselves.
Added x86 CPU instruction set extensions as an initial set of namespaced
standardized capability strings.