Commit Graph

10 Commits

Author SHA1 Message Date
Riccardo Pittau 3d2de82b3e [trivial] add python 3.9 in classifier
Change-Id: Id6c16e3bb6157966fa59015db1a7da58bf0e479d
2021-12-14 09:26:01 +01:00
XinxinShen 12236ec3bb 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: I651339c8103cb46f7d4eb0107bb300a6da29dbb1
2021-05-04 16:49:33 +08:00
inspurericzhang f8f48d2681 Add py38 package metadata
Change-Id: Icbc092e85e9211c409f32767412915a3c7651dc3
2020-05-28 11:35:41 +08:00
Andreas Jaeger 7e2d6f2292 Update docs building
Update docs building:
* Switch to sphinx-build
* Update requirements for Sphinx and openstackdocstheme for
  python 3, create doc/requirements.txt file.
* Remove unneeded doc and translation sections from setup.cfg
* Remove install_command, it's unneeded, the default is fine.
* Use TOX_CONSTRAINTS instead of obsolete UPPER_CONSTRAINTS

Change-Id: I6ff4427014fc967a6f7b28fc6cbe5a0f4eca601c
2020-05-03 11:22:47 +02:00
Ghanshyam e83d220d03 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

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

All stable jobs need to run on py3 as master ironic-tempest-plugin
cannot support py2 anymore. Any py2 cloud/env can be tested by
installing the Temepest and plugins on py3 venv.

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: Ibea78605aedb955e3dc70252ca380c7e5f8f8726
2020-02-13 10:30:08 -06:00
Vieri 31c97f9c95 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Ib69012a002adb130a57cc8fdcba68be32a4a4e71
2018-12-05 03:50:44 +00:00
ShangXiao 50fdb7c48b Update the home-page url in setup.cfg
Change-Id: I0b1e3d39adf5384e7b79d358a57c7a1757b9ee8f
2018-05-30 02:03:01 -07:00
Dmitry Tantsur a068e664d6 Update README and setup.cfg, initial version of usage guide
* Set setup.cfg URL to the (future) documentation link
* Remove Python 3.3 and 3.4 support, leave only 3.5
* Update README with actual information
* Include README in index.rst as an introduction
* Very basic usage guide, mostly links to Tempest docs
* Switch links to HTTPS

Depends-On: If130b765604d606420a4877a548e82d311ef7b9b
Change-Id: Idacf84322773e40eaaa6346dc062291578876a1d
2017-12-21 11:27:12 +01:00
Dmitry Tantsur 198de64482 Add tempest entry point 2017-12-12 10:24:05 +01:00
Jim Rollenhagen 4f8f2299fd Initial commit from cookiecutter
Change-Id: Ia8fd7b9310e598b1e9d7c1eb3d2a484bc667432a
2017-01-27 15:55:29 -08:00