Commit Graph

12 Commits

Author SHA1 Message Date
Hervé Beraud d3c6dd2c0c Drop python3.6/3.7 support in testing runtime
In Zed cycle testing runtime, we are targetting to drop the
python 3.6/3.7 support, project started adding python 3.8 as minimum,
example nova:
- 56b5aed08c/setup.cfg (L13)

Also indicates that we support python 3.9.

Change-Id: I252d3cea1bf66553a4c41f25dacfd8ec77fb1cd3
2022-05-05 16:20:01 +02:00
yangyawei 6e06849675 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: Ibd68d9824b3cf0b64ffb9d82811d1a20c20eff75
2021-05-14 16:05:53 +08:00
Andreas Jaeger 63e134440d Remove unused translation content
Remove translation sections from setup.fg and the file babel.cfg.

These are not needed for this repo.

Change-Id: Id73288ad8414ed97e17a5b603cd6966814f116f3
2020-04-26 14:13:10 +02:00
Andreas Jaeger ac100a7b76 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I3cf8525b430031303dd0ecfbb6719ec935f6dd91
2020-02-03 17:34:04 +01:00
Andreas Jaeger f8557cb63d Update Testing for Train
Test python 3.7 instead of 3.5 for Train now.
Update docs building to have separate dir for dirtrees so that they do
no get published.

Change-Id: Ica60dc6ffa6c14e0a07489ac8a8b2be4800caa31
2019-04-26 11:26:10 +02:00
jacky06 6ad64a02d2 Remove support for py34
refer to https://github.com/openstack/os-api-ref/blob/master/tox.ini#L3

Change-Id: I268b9b8faff42771b5241253def8044d6e7e9acc
2018-12-20 02:07:15 +00:00
melissaml 58fe67bf40 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I26c0bd6b210f24d4ed33b16b49f059ee0dd2ba7d
2018-12-04 23:46:24 +08:00
yanghuichan fd63559606 Fix wrong links
Fix wrong links Some docs links have changed.
We should update the wrong links in our codes.

Change-Id: I40af5c47080b24bda1dd3d616ee9ef95fdd5548a
2018-01-16 07:07:05 +00:00
Andreas Jaeger 2ae8d1f2dd Enable warnings as errors
Tread warnings as errors for doc building - adding Sphinx'
warning-is-errors variable.

Depends-On: I7cd969fb4c9d4bff995c34725cfb739cccaba12c
Change-Id: I6cb290cdfd84eaed76b0377cb1141c4d5e0f14d3
2017-03-03 13:41:06 +00:00
Nam Nguyen Hoai 3e8324ac2a Delete support py33
Python33 is not supported from Mitaka as per Infra.
This patch set will delete this.

Change-Id: Ia8809983b883003d8ebb7f86644bb9884058262b
2017-02-08 10:19:23 +07:00
Tony Xu b494f29f3e Update homepage with developer documentation page
Change-Id: Ic7c78e893f554d8ff9b336d61d5eb0dd36dccb43
2016-09-24 13:26:17 +08:00
Sean Dague 6e03e0b62d Initial Cookiecutter Commit.
Change-Id: I28402285aaeecd4eb85415a39763b2798fcfa33c
2016-05-13 19:54:08 -04:00