16 Commits

Author SHA1 Message Date
songwenping
fa785b2bb8 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: I136843f66db8d10f59fa95bd69c87c7dde15632c
2021-04-30 02:19:27 +00:00
Sean McGinnis
fc3033db0a
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: I03c16d54a670974e5949b25240011ddfc10f95f8
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-24 08:22:36 -05:00
Ghanshyam Mann
dcd4303c4b [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

mistral-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://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Depends-On: https://review.opendev.org/#/c/693631/
Change-Id: Ib39cbe4f526d5ace03f959e21eb4907c97ac7b65
2019-11-16 17:01:11 +00:00
pengyuesheng
51166f3ebe Follow the new PTI for document build
The detail is described in the following links:
https://governance.openstack.org/tc/reference/project-testing-interface.html
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

doc8 command is dropped from docs and releasenotes tox envs.
We run doc8 in pep8 tox env, so this hurts nothing.

Change-Id: I253e0f109b9be68c28792e4b3a53b26b512a08dd
2019-06-25 15:17:44 +08:00
pengyuesheng
0775cfe2d4 Add python 3.7 classifier to setup.cfg
Change-Id: Id1b36a16388bd95eef9278dc0c09df8a4c190881
2019-06-10 14:34:20 +08:00
Ghanshyam Mann
8b4ca12f7a 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: Ib68a1cb57957e5705dcdf1ee0f46cf9359a6bf47
2019-05-02 17:48:02 +00:00
Vieri
29fa2cd15c Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Id703eea7a8106fbdbd906ee82ac021a36f001cd1
2018-12-04 19:03:08 +00:00
Eyal
0d2936365f support py3
currently when installing mistral in devstack the mistral-dashboard
is not installed in py3 environment since it doesn't have
a py3 classifier

Change-Id: I97ac517f2f7f3cea2f6d85011c9b142bcfc45fdc
2018-04-26 15:39:46 +03:00
Sharat Sharma
e891c2a4bf Update the URLs
There are a few outdated links in the dashboard repo. Update them
according to the doc-migration.

Change-Id: I6361d14127012415329bf844b7b420980253527a
Depends-on: I20cd94d0423c1b97f8ec83973aabbb7ecee75b49
2017-08-07 17:04:35 +05:30
Sharat Sharma
31415f7cfa Change author
As per https://review.openstack.org/#/c/473230/ we need to change
the author in setup.cfg from Mistral Team to Openstack.

Change-Id: Ic57257197771dc37a73f24235567b0351e8c4e1c
2017-07-11 08:02:09 +00:00
Lucky samadhiya
0c1250fd68 Added sphinix config to setup.cfg
Change-Id: I12437fb47536cb6e049c81bf74d56db0420f5212
2016-09-20 16:53:25 +05:30
Lingxian Kong
c0405a4200 Remove version from setup.cfg
Per [1] we now use the git repository for knowing the version instead
of modifying the setup.cfg file.

[1]
http://lists.openstack.org/pipermail/openstack-dev/2015-November/080692.html

Change-Id: I6abfd52b0facbbf343e46abb1bdb0a390e06e65d
Depends-On: Ifb2e558e7a03d384bb95b93167b94c495472a613
2015-12-05 01:11:11 +08:00
Jenkins
dd56214fa2 Merge "Added home-page link in setup.cfg file" 2015-10-19 10:07:58 +00:00
venkatamahesh
7abcce919b Added home-page link in setup.cfg file
Change-Id: I1283a9bf931632368ee1bf735f8c5177850f9a03
2015-10-19 14:55:55 +05:30
Renat Akhmerov
7d2e7ea2cd Set version for Mitaka
Change-Id: I59f7960e9fefa141e5d1a34e5d361cb800cafccd
2015-10-16 15:37:00 +06:00
Kirill Izotov
28bde7a230 Move dashboard from python-mistralclient
Also:
- add license headers
- set up tox for flake8 checks and venv
- remove run_tests.sh, tools/ and other stuff we don't need at the moment
- add basic sphinx setup for later use

Change-Id: I0d34fb9fd0bfd351d20474da88715b30ff3c3d61
2014-06-17 13:53:16 +07:00