Commit Graph

13 Commits

Author SHA1 Message Date
Takashi Kajinami 155bed69a7 Update supported python versions
Python 3.10 and 3.11 are now part of the tested runtimes.

Change-Id: Iee9578401a7501b97f5f03bbd846b93e450f51b6
2023-12-20 00:01:50 +09:00
Ghanshyam Mann 81bd6feafc Update python testing as per zed cycle teting runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support. Add release notes and update the python
classifier for the same.

[1] https://governance.openstack.org/tc/reference/runtimes/zed.html

Change-Id: I0acb988427944f4a166fc94c42c9546f184b7e62
2022-05-11 22:13:14 -05:00
XinxinShen ee39ae0cfd setup.cfg: Replace dashes with underscores
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: I39532cf258d7c68c18b0ae6b5de8e4d8a018e92e
2021-05-08 08:34:28 +08:00
wangzihao 26f24cf228 Drop py37 and add py38 test
Drop python3.7 and add python3.8 from setup.cfg and tox.ini, since Wallaby's python
supported runtimes are python 3.6 ~ python 3.8[1] ,python 3.7 still in use but not test [2]:

[1] https://governance.openstack.org/tc/reference/runtimes/wallaby.html
[2] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019648.html

Change-Id: Id68d7015f97b7c2bb903bb7015998347e19980ea
2021-01-14 02:20:08 +00:00
melissaml 923d9f9f93 Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can
generate translation files without them.

Change-Id: Ibc6bad525bc9876afafbb8d093b4e4add1e03016
2020-05-15 10:31:55 +08:00
Bernard Cafarelli b22a6a09fb
Drop python 2 support and testing
This is part of Ussuri goal tracked for Neutron stadium at:
https://etherpad.openstack.org/p/neutron-train-zuulv3-py27drop

Change-Id: I46894fefe681d7e84343a633a803c87e1e88cfb6
2019-12-17 15:52:08 +01:00
Andreas Jaeger ac3d3de9ec Update Zuul jobs: Enable docs publishing
Start publishing docs with using the proper template.

For this, add also a doc/requirements.txt file and move docs
requirements there. Update tox.ini for this and use the modern way to
invoke sphinx-build for building.
Remove obsolete sectoins from setup.cfg.
Update the conf.py files and remove unused lines
with newer openstackdocstheme - and require newer theme.

Fix indents in CONTRIBUTING.rst so that the formatting works nicely.

Also, use lower-constraints template instead of individual jobs.

Change-Id: Ia1a7030878f12ca0b8184363173eada929ece3bd
2019-09-05 09:17:05 +02:00
Corey Bryant 5a9b9e22f2 Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: I1c658ddb1e4470dcf1f547747c9f90fdb08ad438
Story: #2005924
Task: #34225
2019-07-05 13:56:16 -04:00
huang.zhiping c4f4185826 Update home-page
Change-Id: If45f6325a2685d56c7cdf8965949ebc596db99e5
2019-01-23 09:51:19 -06:00
qingszhao 9298b7a6f8 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I408c6c083bb2b648c6e158f055baee619b46f65e
2018-12-04 16:29:20 +00:00
Akihiro Motoki 7386f9c66a Enable warning-is-error in doc build
- Fix sphinx warning in release notes

Part of doc-migration work. For more detail, see:
https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html
https://etherpad.openstack.org/p/doc-migration-tracking

Change-Id: Ia5fa833fef5f7e2ba613df39df85b783227641e5
2017-07-08 17:30:45 +00:00
Arundhati Surpur 8c3a850803 The python 3.5 is added
In setup.cfg file the python 3.4 support is removed and added 3.5
In tox.ini the python 3.5 is added

Change-Id: I0dd1992369bc7eef4d78876f34df76a74b5de843
2017-06-30 10:37:53 -04:00
Terry Wilson 81e6bf5393 Add cookiecutter output 2017-02-24 15:02:19 -05:00