Commit Graph

8 Commits

Author SHA1 Message Date
Ghanshyam Mann 115d6bd490 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: I2687b8b310bc50efb077b638ba4842419789fa84
2024-01-03 23:57:16 -08:00
yangyawei 8e5addef56 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: Iccb0174a7f7dd10affcfe2f08bfd0b4ea9ca26a3
2021-05-14 15:24:14 +08:00
inspurericzhang fe8af6cd01 Add py38 package metadata
Change-Id: If88a5ab9475bce3fe7376ab3046a0063a55d9c40
2020-05-28 11:38:13 +08:00
Andreas Jaeger 0bdc711816 Update docs building, py27 cleanup
Update docs building, cleanup after py27 removal a bit:
* Update requirements for Sphinx and openstackdocstheme for
  python 3
* Remove unneeded sections from setup.cfg
* Remove install_command, it's unneeded, the default is fine.
* Move constraints into deps, use TOX_CONSTRAINTS instead of obsolete
  UPPER_CONSTRAINTS
* Switch to hacking 3.0, fix problems found

Change-Id: I8b5634b02b399a0678c611b7be8593280b666953
2020-05-03 11:32:38 +02:00
Ghanshyam 7e4940130e [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

kuryr-tempest-plugin is ready with python 3 and ok to drop the
python 2.7 support.

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

Change-Id: I275bb0bae3e59b0abbea807f401361b201962e7f
2020-01-23 16:05:26 -06:00
melissaml cf74c2a992 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Id43c3f5f3fc808e0c6abee6bda48c414f7e74273
2018-12-04 17:14:10 +08:00
melissaml e5fdfb9133 Update the URL in doc
Change-Id: Id591e6dc3d123b17d475d5461a067b3b9b4ce3d0
2018-09-24 20:54:38 +08:00
Daniel Mellado 0142b699bf Initial Commit
Initial commit based on cookiecutter for the kuryr tempest plugin.
2017-05-25 12:56:52 +02:00