Commit Graph

17 Commits

Author SHA1 Message Date
Ghanshyam Mann 059fd82a42 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: Ibafbfb40379c1df234e9925c26f8e6400712ff10
2024-01-03 21:23:27 -08:00
niuke 021780c99d 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: If80a95e2d8d6b91f150bbdec0e72f37ff1fe974c
2023-05-25 10:45:01 +08:00
Ghanshyam Mann c9cb5de21d 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, also tox.ini.

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

Change-Id: Idc1132b4499921c42df691bea96c610933c41e0a
2021-12-14 02:19:15 +00:00
Pierre Riteau 0b0cf72e56 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: I6580b4d84336054d5513147848a14baf28d8064b
2021-03-11 13:56:20 +01:00
Pierre Riteau 7aac164964 Cleanup py27 support
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
- Update classifiers
- Update requirements, no need for python_version anymore

Change-Id: I051224a8a943bc0fe83cc507538d888aeff5af8d
2020-06-22 09:12:17 +02:00
Sean McGinnis 0473d57304
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: Ic510ea3e8cd4e7dc07b248515f443180bd824d18
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-05-02 07:48:11 -05:00
Tetsuro Nakamura 9f030ebc27 Stop testing with py2
Python 2 is no longer supported. Python 3 is required.
This patch stops testing with Python 2 and issues the release note.

Change-Id: Ibed6cf480280dcdde19a8d47982b9e1fa6b96f85
2019-12-06 04:15:35 +00:00
Corey Bryant 32350eb304 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: Ia0df3cd78cac0e8904eb4be82213727a004fa01b
Story: #2005924
Task: #34199
2019-06-21 17:16:41 -04:00
Ghanshyam Mann 0ef198facc 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: I1b98c34b0ab39123c4489bb638c96f726c2bdb88
2019-04-15 16:32:21 +00:00
kangyufei dc4c505f5e Change openstack-dev to openstack-discuss
Change-Id: I95738b2bd6c11bea0f09626a148ba37702e15430
2018-12-03 22:18:26 -05:00
Masahito Muroi fb7a5ceb71 Remove commas in setup.cfg package classifiers
This is likely causing an upload to pypi to fail with the following
error:

  Error: 'Development Status :: 3 - Alpha,' is not a valid choice for this field

Change-Id: I96a9127e787855554060b38927ab8845967cc256
2018-01-27 10:47:36 +09:00
Hiroaki Kobayashi 43a031921d Add Python3 to the setup configuration
Partially implements: blueprint python-3

Change-Id: I70762a2afdcee04d9c9c27b4fd82f180f1256eb3
2018-01-19 11:28:34 +09:00
James Penick 44770ed8c0 Rename climatenova to blazarnova
blazarnova (was) an alias package to climatenova, swapping the two so that
climatenova is now the alias package

Change-Id: I25b5d194cdf125c2cc5d4e8c43ceb79e5a80908b
2014-07-02 21:20:37 +00:00
Pablo Andres Fuente cc776e87a8 Added blazarnova as an alias package
Added blazarnova as an alias package of climatenova package.
With this alias is possible to rename imports in small patches
that address only one or few submodules.
This will help the review process.
Renamed some entries from climate to blazar in setup.cfg.

Change-Id: I41905b41547dfb3fba1307eee9e473be29d9d4ce
Partial-Bug: #1311747
2014-06-06 16:03:30 -03:00
Dina Belova fb1425df12 Fix setup.cfg
README.md renamed to README.rst to standardize setup.cfg.

Change-Id: Ia116cd5bc644126d14314d56fcf872ae1b6355ca
2014-02-04 22:13:26 +04:00
Dina Belova dfc8bdc0f4 Fix packages naming
Also rename root module name not to intersect with Climate
project repository itself.

Change-Id: I5adc897dfe15088190d2da72779d3f51a37c121b
2014-01-14 18:44:40 +04:00
Swann Croiset bf05bc1876 Bootstrap climate-nova with nova filter 2013-11-26 16:25:34 +01:00