Commit Graph

11 Commits

Author SHA1 Message Date
Ghanshyam Mann 3472aafff0 Update python classifier in setup.cfg
As per the current release tested runtime, we test
python version from 3.8 to 3.11 so updating the
same in python classifier in setup.cfg

Change-Id: I6150a8bbdd1c3ab29ad7ea65e78ae759aeb58c48
2024-01-04 01:10:05 -08:00
wu.chunyang 826cd69b85 Add python 3.10 to setup.cfg metadata
Add python 3.10 to setup.cfg
refer to: https://governance.openstack.org/tc/reference/runtimes/2023.2.html

Change-Id: I897e64a5667449d91ed8f6e628cc22afb71cdac8
2023-06-21 17:07:31 +08:00
wu.chunyang fe377e0784 Add python3.9 support
Add python3.9 support and set the default test env to py39

Change-Id: Ia87bcc7e63ecebbfe92662431f0a81508034e18e
2022-11-28 22:57:51 +08:00
likui 4cd62b2a3d 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: Ie929cf7fc728e108c17561976b62094f24676193
2022-08-27 10:06:40 +08:00
inspurericzhang 4863257b6c Add py38 package metadata
Change-Id: I0628b7885f84ebc6c041baec2d557feccb03d128
2020-06-04 22:59:19 +00:00
Andreas Jaeger c91fbd13b8 Cleanup cruft
Let's make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore
- Use newer openstackdocstheme and Sphinx versions
- Remove install_command from tox.ini, the default is fine;
  move constraints into deps
- Remove Babel from requirements, it's not needed for running;
  remove babel.cfg
- Use TOX_CONSTRAINTS_FILE, UPPER_CONSTRAINTS_FILE is obsolete
- update to hacking 3.0

Change-Id: Ic8426d14ba489a88ab73d7dd02e6dfd71b312ca3
2020-05-10 14:37:51 +02:00
Ghanshyam Mann 702d4a9dd4 Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

trove-tempest-plugin 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: Id689113d1cca11f27cee7598b841e365225b50df
2020-03-09 22:54:58 +00:00
huang.zhiping fa2203ba7a Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I53a3650f99d43f8de42d97e7ac2f5f4c236da0e3
2018-12-04 12:20:57 +00:00
inspurericzhang be63b1482e [Trivial Fix] update home-page url
Change-Id: I48fb4dbb6c409d51f0c5c1ba137dc4feb1b3821f
2018-10-29 16:10:29 +08:00
melissaml 2352e767a2 Fix the old or invalid doc links
The urls in docs are old or invalid.
Replace them with the right ones for the docs according to
the official OpenStack websites.

Change-Id: Ia264bfb5e9e1a025b0250b139c84c730df05fe9b
2018-10-07 11:31:36 +08:00
Chandan Kumar 3a90c7949c Apply cookiecutter to newly split project trove-tempest-plugin
This tempest plugin is being split out of the main trove project in
accordance with Queens goal "Split Tempest Plugins into Separate
Repos/Projects"[1]. This patch applies the standard boilerplate files
for OpenStack projects so that it can stand on its own.

[1] https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html
2017-12-11 20:15:13 +05:30