Commit Graph

16 Commits

Author SHA1 Message Date
Ghanshyam Mann 7ccd79bb4f 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: Ic44a4103ce1593ba2e318407dd107e32073e60b9
2024-01-03 23:58:35 -08:00
Takashi Kajinami 38ffc83836 Add Python3 zed unit tests
Unfortunately the auto generated patch to replace the unit test job
template was not merged timely, and the test runtime used is outdated.

This simulates the auto generated patch to use the correct test
runtime for the stable/zed release.

This also marks Python 3.9 as supported runtime, because it has been
part of the global tested runtime.

Change-Id: I42608e9c5227a9815ef8dff6f87fd03fe53deba0
2022-05-22 23:05:42 +09:00
songwenping 2068c9ca09 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: Icf89656e4c9eeb2fed19dba3b6be78b4716c4fe3
2021-04-30 02:00:44 +00:00
Sean McGinnis 55eba920e7
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: I0c0205e7c1673352435aab4d15fe6afcbb80e043
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-24 08:22:36 -05:00
Andreas Jaeger b97e383918 [ussuri][goal] Cleanup python 2.7 removal
OpenStack is dropping the py2.7 support in ussuri cycle.

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

This removes some cruft from Python 2.7 support.
Raise requests lower-constraint to satisfy oslo.config.

Change-Id: I47cc8ab5b348af28062ab3ff5329b96d2cbccdbb
2020-02-05 17:22:45 +01:00
Corey Bryant f6a2ec1f7e Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: I0bacae511ec7c7c912914af35792c3217a1ec7c2
Story: #2005924
Task: #34222
2019-07-05 12:03:55 -04:00
Ghanshyam Mann fc4131aff4 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: Ia4581b3fc6f5dc957e4e466180bc0c4e01ce0538
2019-04-14 23:28:36 +00:00
huang.zhiping 5305805761 Update home-page
Change-Id: If016505387270cd32e1b7f2cd0dc9810443a56a1
2019-01-12 12:07:40 +00:00
Vieri c3a7b8193a Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I287b01e66f3bfb9748bcb355dc213e505645bcf9
2018-12-04 19:00:32 +00:00
Vieri 397df31cff Add Python 3.6 classifier to setup.cfg
Change-Id: Ida12897506d7062ddee66ea1d8ca7a20f94dd105
2018-11-27 07:21:07 +00:00
qingszhao bb63788c56 Removed older version of python added 3.5
Change-Id: Ia5bd117c7b80e1639b41fb5078f8a65ab300984a
2018-09-29 16:35:11 +08:00
Sharat Sharma 436f0137d1 Enable warning-is-error
This is step 1 of doc-migration. warning-is-error has to be turned on
and any build errors must be fixed.

Change-Id: I5d91dcd4a50b148eae4c2bf905cf52c8d5bbbe8e
2017-07-20 12:55:08 +05:30
Dougal Matthews aa65b47412 Fix the package name in the setup.cfg
Change-Id: Ifc4c13c5590d34e02e1264db7d276a011194f857
2017-03-15 09:53:38 +00:00
Sharat Sharma f0db863dd2 Update info in the configuration file
Since there are so many components in openstack,
by describing the URL info in the configuration file,
it is more convenient to find the developer documentation than
from the unified portal.

Change-Id: I071fd5c05a9e88f1384942b06f939c84ff3fa8c7
Closes-Bug: #1621083
2016-09-07 19:28:07 +05:30
Dougal Matthews 05780b2d76 Remove Python 3.3 and add 3.5 to match the main Mistral repo
Change-Id: Ie6d4547a2d0b7a5961b345ee47b03c1609202c5b
2016-07-15 15:45:18 +01:00
Renat Akhmerov 6d75dcee7f Initial project layout
Partially implements: blueprint mistral-custom-actions-api

Change-Id: I8730e506f0a160450e47a88ca11953b8895181b9
2016-07-15 15:16:55 +07:00