Commit Graph

17 Commits

Author SHA1 Message Date
Takashi Kajinami 8d2a16958b Remove cfn-push-stats
This script can't be used in OpenStack since CloudWatch API was removed
from Heat multiple cycles ago[1].

[1] 6d55417f80384ead56e176beec9e2fc4eb162d61

Change-Id: I0ab73d3553b17485cc8fcf094377876226a4593d
2024-03-15 17:34:31 +09:00
Takashi Kajinami af3bb2b85a Update supported python versions
Change-Id: I0bc81dd0dda517f8cec9598654aa05b24a2231c8
2023-12-21 13:03:49 +00:00
Takashi Kajinami 992d994734 setup.cfg: Replace dashes by underscores
Since setuptools v54.1.0[1], the parmeters with dash have been
deprecated in favor of the new parameters with underscore.

This change updates the parameters accordingly to avoid the warnings
like the example below.

  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: Icc883498d6188f99dd02345880a2c7e7b36902c9
2022-06-22 03:16:10 +09:00
98k 53ea35f467 Update home-page
Change-Id: I587f619134ca20eab6f7a04de6e8fb63624429e8
2022-06-22 03:15:12 +09:00
maaoyu 5b3dba0c87 Mark support for py38
in 'wallaby' cycle, we should test py38 by default.
Also support tox test on py36 and py38 as that's what
our check job verify on.
ref:
  https://governance.openstack.org/tc/reference/runtimes/victoria.html

Change-Id: I349d80cb1b963bdb30e374994f7c18352f918e3b
2020-11-16 13:26:58 +08:00
Andreas Jaeger e3457fcf7d [ussuri][goal] Drop python 2.7 support and testing
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

Update boto,pbr minimal requirement for python3 support.

Change-Id: I23c273d0aa57e1400b383357883f298b8288897d
2020-02-04 21:34:29 +01:00
Zuul 638ab8be4e Merge "Change openstack-dev to openstack-discuss" 2019-12-04 22:27:27 +00:00
Corey Bryant 183eb08c6b 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: I1ba956644bdf7c10bd2b6780e556df4c70bceeab
Story: #2005924
Task: #34209
2019-06-24 10:31:55 -04:00
melissaml 22f9c1a759 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I54118d8f7f51a218053e15a1d7414a9092d9a436
2018-12-05 11:52:10 +08:00
ricolin 341d07e298 Add OpenStack doc support for heat cfntools
This allow build docs with new OpenStack doc format.

Change-Id: I4ed880ee5c03de40793ebdb4662cbaf3eeca12fa
2017-07-21 12:28:14 +08:00
Doug Hellmann 032c385d57 remove python 2.6 trove classifier
OpenStack projects are no longer being tested under Python 2.6, so
remove the trove classifier implying that this project supports 2.6.

Change-Id: I1f8cc2d5d25a2e00b7ad4d12b013b69695536ab8
2015-12-23 01:31:10 +00:00
Sascha Peilicke 3f2565f8d4 Support building wheels (PEP-427)
Universal is used to identify pure-Python module(by bdist_wheel). For
these, it is sufficient to build a wheel with _any_ Python ABI version
and publish that to PyPI (by whatever means).

Change-Id: I3aed7c0b74dd64264a92f577985f8d51ebe5f96d
2014-02-07 11:31:58 +01:00
Sascha Peilicke 1d0bf6b18f Config files should be non-executable
setup.cfg is no executable code, it'S pure config.

Change-Id: Ia87fcd3e85e0d3bec53399b02496a52fb763f428
2013-11-27 09:16:05 +01:00
Monty Taylor 206650597b Migrate to pbr.
Fixes bug 1179007

Change-Id: Iaa8a2722938d0b25df1041695f3c1c8dbf563b47
2013-05-25 08:37:51 +02:00
Tomas Sedovic 55bc1cf521 Remone non jeos-related files
To prevent the cfntools commit history, we've forked the Heat repo. That
means there's a lot of files that heat-jeos doesn't need.
2012-06-05 18:06:15 +02:00
Monty Taylor 2fc479c684 Align with project standards.
Rebased from: Change-Id: Ifc9fff4f88dfaebe97b7caba4d603d23c645e346

Reviewed-by: Steven Dake <sdake@redhat.com>
2012-05-21 16:48:34 -07:00
Angus Salkeld 41d167c560 Add setup.py and friends
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2012-03-14 09:25:54 +11:00