Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Jaeger 7bace2a2cd Cleanup py27 support
This repo is now testing only with Python 3, so let's 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
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore
- Use newer openstackdocstheme and Sphinx versions
- Cleanup */source/conf.py to remove now obsolete content.
- Remove Babel from requirements, it's not needed for running.
- Update hacking to 3.0, fix problems found

Change-Id: I9eb22328474f52c2e225ae2a24c895c0e2bb63d7
2020-04-17 18:33:17 +02:00
OpenStack Proposal Bot 677a54e564 Updated from global requirements
Change-Id: Ia4f4765c3da9af2e889d0f46382fcb0bda68b4f5
2018-03-10 13:10:16 +00:00
lingyongxu 931d0dbe03 Optimize the link address
Use https instead of http to ensure the safety

Change-Id: Ie172d0e11ed00215694bd9320867e8b0917c847a
2017-12-19 06:18:23 +00:00
OpenStack Proposal Bot 8113ea0add Updated from global requirements
Change-Id: I259ffcf2f54cd46ba34b0811f2655704996456eb
2017-03-08 22:44:11 +00:00
OpenStack Proposal Bot 8121b1b6a9 Updated from global requirements
Change-Id: I45227958ab94c1626578594e53ee9945cb38dbf2
2015-09-17 12:11:33 +00:00
OpenStack Proposal Bot e425d70188 Updated from global requirements
Change-Id: I03cefeb03f09c93e56a102daf997d268fd12eae5
2015-07-21 10:51:51 +01:00
Kiall Mac Innes 49d44524d9 Conform to Consistent Testing Interface
Make minimal changes necessary conform to, and pass,
the Consistent Testing Interface[1].

* tox -epy27
* tox -epep8
* tox -ecover
* tox -evenv python setup.py sdist
* tox -evenv python setup.py build_sphinx
* tox -evenv python setup.py extract_messages

The only exception to this is currently:

* tox -evenv python setup.py update_catalog

[1]: http://governance.openstack.org/reference/project-testing-interface.html

Change-Id: I50dd7fa9bbdd6a09b25ad0ee3785d37f2a32045f
2015-06-20 15:13:30 +01:00
Kiall Mac Innes 41e52b9fa0 Update Dashboard requirements
Change-Id: Ib4c65743f59295cc94926c54d294c945e06872bf
2015-05-26 14:56:29 +01:00
Graham Hayes 561f3590a0 Added designate-dashboard code to contrib/designate-dashboard
Added to devstack as well.

Change-Id: I98eed46a8dd9918ba36c97fe40619ec42136c723
2014-11-26 23:18:15 +00:00