Commit Graph

17 Commits (27fe8009b5a9f929b4cbb4792af4c44b11d9cf84)

Author SHA1 Message Date
Takashi Kajinami 4afa41b90f 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
classifier for the same.

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

Co-Authored-By: Ghanshyam Mann <gmann@ghanshyammann.com>
Change-Id: I6e78e80c2e5c4e5a39bd3c3dfbfddaf3973abb77
11 months ago
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
2 years ago
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>
3 years ago
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
4 years ago
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
4 years ago
pengyuesheng 0775cfe2d4 Add python 3.7 classifier to setup.cfg
Change-Id: Id1b36a16388bd95eef9278dc0c09df8a4c190881
4 years ago
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
4 years ago
Vieri 29fa2cd15c Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Id703eea7a8106fbdbd906ee82ac021a36f001cd1
5 years ago
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
5 years ago
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
6 years ago
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
6 years ago
Lucky samadhiya 0c1250fd68 Added sphinix config to setup.cfg
Change-Id: I12437fb47536cb6e049c81bf74d56db0420f5212
7 years ago
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
8 years ago
Jenkins dd56214fa2 Merge "Added home-page link in setup.cfg file" 8 years ago
venkatamahesh 7abcce919b Added home-page link in setup.cfg file
Change-Id: I1283a9bf931632368ee1bf735f8c5177850f9a03
8 years ago
Renat Akhmerov 7d2e7ea2cd Set version for Mitaka
Change-Id: I59f7960e9fefa141e5d1a34e5d361cb800cafccd
8 years ago
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
9 years ago