Commit Graph

14 Commits

Author SHA1 Message Date
likui 3c73987272 Add py3.11 support in testing runtime
Change-Id: I1fc9bb6a9a8d8f23dff35f466e8ed742a4a0d9e5
2024-01-15 14:07:06 +08:00
likui e4600cf2d9 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: I47dbfa2c110020742a00279859909a3b44e4a18b
2022-05-17 18:00:39 +08:00
maliangyi 48943b1feb Update python testing as per zed cycle testing 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 classfier for the same.

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

Change-Id: I3598276117406260194e9469ae8420ed901c15b0
2022-05-16 15:22:59 +08:00
ZhouHeng e8463a1ad4 Revert "Retire neutron-fwaas-dashboard project"
This reverts commit 4a0f1a3ae5.

Reason for revert:
Neutron drivers team agreed to include neutron-fwaas again to Neutron
stadium[1], and goverance change is proposed at [2].

[1] https://meetings.opendev.org/meetings/neutron_drivers/2022/neutron_drivers.2022-01-28-14.00.log.html#l-14
[2] https://review.opendev.org/c/openstack/governance/+/828078

Change-Id: I5018dfdf9ea866e113a17f9bd5a3b153e4f1c08f
2022-02-10 20:58:31 +08:00
Slawek Kaplonski 4a0f1a3ae5 Retire neutron-fwaas-dashboard project
Governance change is proposed at [1] and project config patch is
proposed at [2]

[1] https://review.opendev.org/735828
[2] https://review.opendev.org/#/c/735812/

Change-Id: Ib78ff301076c0295aad9b1bf49eed0f1a7adb7c2
2020-06-16 12:39:14 +02:00
Zuul 322dbc5113 Merge "Cleanup py27 support" 2020-05-04 12:21:05 +00:00
Sean McGinnis 33b1a9af78
Add py38 package metadata
Now that we are running the Victoria tests that include a
voting py38, we can now add the Python 3.8 metadata to the
package information to reflect that support.

Change-Id: I582d11576a67443fff0e4090245d504d0f1cc0fa
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-24 08:22:38 -05:00
Andreas Jaeger 0f9a50ed8d Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore
- Switch to using sphinx-build
- Use newer openstackdocstheme and Sphinx versions
- Cleanup */source/conf.py to remove now obsolete content.

Change-Id: Icab2b68608002968bbc56791faedd119db7516e7
2020-04-22 07:34:10 +00:00
manchandavishal 4571ce7124 Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

vitrage-dashboard is ready with python 3 and ok to drop the
python 2.7 support.

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://review.opendev.org/#/c/691178/

Change-Id: I6a0fa5005f7f509e784cb85844f0574904b673cd
2019-10-30 10:49:05 +00:00
Corey Bryant e473c8ca69 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: I5e4718df8760458dc7830f1ad4be3cd09d76fe78
Story: #2005924
Task: #34225
2019-07-05 13:52:50 -04:00
Ghanshyam Mann 16a4efe025 Dropping the py35 testing
All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].

As per below ML thread, we are good to drop the py35
testing now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: I0a105097fb407df0d36c3ea26f8f4ba4e28c2c38
2019-04-15 02:34:13 +00:00
manchandavishal 2a4c00d63d Change openstack-dev to openstack-discuss
Mailing lists have been updated. Openstack-discuss replaces
openstack-dev.

Change-Id: I28f00d5ae592298d2c498c030e338c6d4abd96a5
2018-12-04 06:24:44 +00:00
Akihiro Motoki b29419731d Fix wrong homepage in setup.cfg
Also updates URLs affected by the doc-migration work and
use https instead of http for docs.openstack.org contents.

Change-Id: I0fac335eb2ee46576ecdee2d50e17b1766d95860
2017-07-31 08:21:30 +00:00
Akihiro Motoki e489f47798 Initial commit 2017-05-22 13:36:41 +09:00