Commit Graph

24 Commits

Author SHA1 Message Date
Ghanshyam Mann fe224b1a54 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: I2653d42e1bae95c6517216d07058836da7bebd04
2024-01-09 19:22:12 -08:00
wu.shiming 5b77f0748d Updating python testing classifier as per Yoga testing runtime
Yoga testing runtime[1] has been updated to add py39
testing as voting. Unit tests update are handled by the
job template change in openstack-zuul-job

- https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286

this commit updates the classifier in setup.cfg file.

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

Change-Id: I47c7cb6fbf411823be4eef0240edbe1d59549588
2021-12-22 11:09:57 +08:00
maaoyu 2a4d5c3a8f 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: Idfc92fdc6ea9c9022b5964fcaf7f8d8960ecb7e0
2021-04-27 15:05:58 +08:00
wangzihao 0da77ec5ab Revert "remove py37"
This reverts commit 6acaab010e.

Reason of revert:Python 3.7 *is* supported because it falls
in the range of supported Python versions (3.6-3.8) [1].

[1] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019648.html

Change-Id: Ide1c309d491b8aa008a064dba554f18aa5c489d6
2021-01-14 14:12:46 +08:00
XinxinShen 6acaab010e remove py37
Remove python3.7 from setup.cfg, since Wallaby's python
supported runtimes are python 3.6 and python 3.8[1]:

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

Change-Id: I1e7cfcdfb4b811ad2c016a7ec1aff119c55575da
2021-01-05 09:13:11 +08:00
Sean McGinnis 6c917fb722
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: I2eb847f626ecf883cd64a0542101602f5149cdf1
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-05-02 07:48:17 -05:00
Andreas Jaeger 805d94e985 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
- Cleanup */source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme, reno, Sphinx, hacking versions
  for python3
- Add pytest as requirement, horizon does not provide this anymore and
  the tests here call horizon files that need it.

Change-Id: I5983a19cadb210d55c30107fb963cfeaae0f1ee9
2020-04-17 17:16:41 +02:00
Ghanshyam Mann c9fb559b57 [ussuri][goal] 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://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I21499eedca87193f78bcf633c21380d757c788f6
2019-11-20 08:10:28 +00:00
Ghanshyam Mann 142940ab16 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: I5661e9cdf3644d785e004b7bd99989d514676757
2019-04-15 17:20:16 +00:00
Ivan Kolodyazhny 2481217401 Add Python 3.6 and Python 3.7 jobs
According to 'Tested Runtimes for Train' [1] we need to support
Python 2.7, Python 3.7 and Python 3.6 runtimes.

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

Change-Id: I449cb6dbad63cca99fbd8a193a59aee326d289f0
2019-04-15 20:00:29 +03:00
melissaml 76fc769341 Add Python 3.6 classifier to setup.cfg
Change-Id: I9534f3377a31dadc22edfda09ff43c98f0df0876
2018-12-12 22:01:29 +08:00
XiaojueGuan b6e3f2d897 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces
openstack-dev.

Change-Id: Ia964e368c97b17828b38d5d9cd155f79783fcd37
2018-12-09 02:58:35 +00:00
melissaml 8372ac874d Update home-page url
Change-Id: I2670bc024523bc9064be1f99988607599d636bc2
2018-02-27 16:07:45 +08:00
Ifat Afek e2c322160c Doc Migration: move the developer guide under doc/source/contributor folder
Change-Id: I63b61566867d095d680e99872e4659802e11f5fa
2017-07-25 09:22:18 +00:00
Cao Xuan Hoang 055b54324e Remove support for py33
Python 3.3 is not supported from Mitaka, as per Infra.
This patch removes the support for the same.

Change-Id: I6439583fb4f82f402fcc880b093fe8f848c9106f
2017-02-08 16:42:41 +07:00
Jenkins e840530cc8 Merge "Remove support for py34" 2017-02-08 09:39:39 +00:00
gengchc2 95bff9129b Remove support for py34
The gating on python 3.4 is restricted to <= Mitaka. This is due
to the change from Ubuntu Trusty to Xenial, where only python3.5
is available. There is no need to continue to keep these settings.

Change-Id: I4d59c60af2a1ccf60e2168a92a4f4f7c2d0a1c14
2017-02-08 17:24:52 +08:00
Javier Pena 99aa4ecfe3 Fix setup.cfg package name
It should be vitrage_dashboard instead of vitrage-dashboard

Change-Id: Iceeda78ddb4b9147ab1ed1ce3e6ee3ae50cfc417
2017-02-01 12:20:45 +01:00
Jenkins 7813ecdf28 Merge "Add Python 3.5 venv and classifier" 2016-11-24 08:37:52 +00:00
Matthias Runge 7b4cbda930 create a horizon plugin
Move vitragedashboard to vitrage-dashboard/dashboard
vitragealarms to vitrage-dashboard/alarms
vitragetemplates to vitrage-dashboard/templates
etc.

Enable to use this as horizon plugin without the need of
copying over API files, simply place files from enabled
directory in horizons openstack_dashboard/local/enabled
folder.

Change-Id: I38ea4e32abbad75e5432b8c1dfe64511162a7248
2016-11-20 16:24:15 +02:00
qinchunhua a2fd6927b1 Add Python 3.5 venv and classifier
Now that there is a passing gate job, we can claim support for
Python 3.5 in the classifier. This patch also adds the convenience
py35 venv.

Change-Id: I03cb0408279b65e7dbd84ad6b07bcbecad3f7060
2016-10-29 04:08:46 +00:00
Noam Bloom b1523c6485 Added templates list view to vitrage dashboard
Change-Id: Iae2a4b09f20d1e26d664b0bd76197a3c302798cd
2016-10-16 07:45:33 +00:00
Omer Etrog 039151beb9 Add Entites and Alarms to the manu
Change-Id: Ibd2b8cd880053feb4ef036dd8e1f1d7f8129991f
2015-12-21 17:39:10 +02:00
mgrosz f88201dc9e vitrage-dashboard project init
Change-Id: Ie553530bff9df52012f26316237ed5b04692e128
2015-11-16 11:35:25 +02:00