Commit Graph

18 Commits

Author SHA1 Message Date
Ghanshyam Mann 74f9410981 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: Icb71bc5f52eb48d3870325d3b9175dcfd580bdc1
2024-01-03 19:24:12 -08:00
Zuul 6c9917a727 Merge "Update python testing as per zed cycle testing runtime" 2023-04-13 15:16:47 +00:00
Ghanshyam Mann feb3e28a00 Update python classifier for python 3.10
In 2023.1 cycle, we are testing the python 3.10
as voting job so updating the python classifier.

Change-Id: I340c40a96369f787526661d2ccca97e757eac51d
2022-11-22 19:48:14 +00:00
songwenping a6ffbcd01f 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. Moving the py36 job to py38 based as well as
updating the python classifier also to reflect the same.

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

Change-Id: I6db7cdd34d5c51a27673396b870ca571ad52cb43
2022-05-13 15:02:30 +08:00
Ghanshyam Mann d81a6f2ca8 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 and tox.ini.

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

Change-Id: I4be58a69548a037d1920183fd1d58f91ec30e382
2021-12-14 13:25:24 +01:00
Takashi Natsume 99dbadebab 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

Signed-off-by: Takashi Natsume <takanattie@gmail.com>
Change-Id: I26fffc6e83581fd8babc2d64481e2700896c9112
2021-05-13 20:48:13 +09:00
melissaml b20bbb41bc Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can
generate translation files without them.

Change-Id: I62f884243e7cab71b3efad85676cdf6171e9a644
2020-05-15 01:29:17 +08:00
Stephen Finucane c4ee198eb7 setup.cfg: Remove unused 'build_sphinx' configuration
We call 'sphinx-build' directly now. No need to keep this legacy
configuration around.

Change-Id: I337f9fefe7f0364bce3a0192dfc9c1199076fa02
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-02-27 15:04:37 +00:00
Stephen Finucane e3e20d435e setup.cfg: Configure 'python-requires'
This will prevent setuptools accidentally installing os-traits in a
Python 2 environment.

Change-Id: I4ecd197cfedca74bc8a068edc08c2bc097f41458
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-02-27 15:04:21 +00:00
Eric Fried 173298bf86 Stop testing with py2 and switch to ussuri jobs
Remove py2 from tox.ini, setup.cfg, and zuul.

Switch from train to ussuri zuul job template.

Change-Id: I70eeabe2237c3f13b7e7a27fb32c9d2cd1609333
2019-10-25 09:45:29 -05:00
Corey Bryant 3297a6692c 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: Id4f37ef39730724dfb09da33cfc44712e0ab722a
Story: #2005924
Task: #34236
2019-07-05 15:44:19 -04:00
Ghanshyam Mann 76cea9bc13 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: I3f55e52d8c7c5a6338effd76640bf723a65dd4d4
2019-04-22 23:13:29 +00:00
Takashi NATSUME 9adb3e344a Update author-email in setup.cfg
The openstack-dev mailing list has been replaced with
the openstack-discuss mailing list (*).
So replace the openstack-dev mailing list with
the openstack-discuss mailing list in setup.cfg.

*: http://lists.openstack.org/pipermail/openstack-dev/2018-September/134911.html

Change-Id: I3a16f8bef49b23f3ab2f31aec77888d6a4b2a619
2018-12-04 04:24:55 +00:00
qingszhao 25ea3e4a67 Removed older version of python added 3.5
In setup.cfg file the python 3.5 is added

Change-Id: I222865cbec85d2da5ca7cd1ba5cfacf7f3f180e1
2018-09-29 17:51:57 +08:00
gaozx 81dc8dad7b Update the documentation urls
Change-Id: Ib8c1859663d2ddbef16d9d380d12cd90faa40b53
2017-09-06 14:56:01 +08:00
Stephen Finucane 5a62b409fc setup.cfg: Add warning-is-error
This will ensure docs are emit warnings if bugs are introduced.

In addition, the 'build_releasenotes' section is removed as this does
nothing.

Change-Id: I6cc39bd4ae487b49603d6bd43d803c7c634e0480
2017-07-04 15:59:45 +01:00
Jay Pipes d5ab376e0a Rename capabilities to traits 2016-09-19 11:00:31 -04:00
Jay Pipes 7d2a583f32 Initial commit of os-capabilities library
Adds the basics of the new os-capabilities library, including a README
and a couple helper functions that allow the user to list both symbol
names as well as the capability strings themselves.

Added x86 CPU instruction set extensions as an initial set of namespaced
standardized capability strings.
2016-08-03 19:25:39 -04:00