Commit Graph

10 Commits

Author SHA1 Message Date
Ghanshyam Mann c81f46de20 Update python classifier in setup.cfg
As per the current release tested runtime, we test
till python 3.11 so updating the same in python
classifier in setup.cfg

Change-Id: I09919af2d011a4e6a47604dfc8e280da910488df
2024-01-03 21:23:22 -08:00
wu.shiming 36369381f5 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: I05acf8987578c80afe2089d6e2c49129c0d729a3
2022-02-16 14:42:06 +08:00
Pierre Riteau 82adfbc02f Change dashes to underscore in setup.cfg
Recent versions of setuptools are warning that usage of dash-separated
keys will not be supported in future versions.

Change-Id: I921ede38ce77bf4a95f34fdc7b4dd293d490b78f
2021-03-11 06:22:47 +01:00
inspurericzhang 85b54e1f6a Add py38 package metadata
Change-Id: I1f7736f8b15450e94204f78be042e470bdee766a
2020-08-18 12:00:14 +00:00
Andreas Jaeger bcdfdf25b3 Update docs building
Update docs building:
* Switch to sphinx-build
* Update requirements for Sphinx and openstackdocstheme for
  python 3
* Remove unneeded doc and translation sections from setup.cfg
* Remove install_command, it's not needed, the default is fine

Change-Id: I34fa39d1d57352b7187b986473bce772dcdc32f0
2020-04-19 10:25:53 +02:00
Tetsuro Nakamura 31b690c1f7 Stop testing with py2
Python 2 is no longer supported. Python 3 is required.
This patch stops testing with Python 2.

Change-Id: Ia18f527ccacc14630a3ec4a2335c99a654b7fea0
2020-01-22 05:52:07 +00:00
melissaml d1d4a15d27 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I39b860ae06a2ba14042f85a1904a98fbc6c2fe56
2018-12-05 03:13:14 +08:00
inspurericzhang 1b1bcee0bd [Trivial Fix] update home-page url
Change-Id: Icf357d69b5d66be0bead1c76aec982741c1ebdf4
2018-10-30 16:56:08 +08:00
qingszhao a81b8ff7ba Update Python 3 classifiers
This patch removes classifiers for older versions of Python 3 and adds
one for Python 3.5.

Change-Id: Ic94c3f372ca4216c02cda1839d3edb24ed5dac49
2018-10-02 08:00:01 +00:00
Chandan Kumar 30323b4d4b Apply cookiecutter to newly split project blazar-tempest-plugin
This tempest plugin is being split out of the main blazar 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-18 14:38:55 +05:30