Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Jaeger a4e82b9467 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
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore
- Use sphinx-build everywhere

Change-Id: I737d176d35d3bc55848645af05f0362ab3853844
2020-04-05 20:21:05 +02:00
OpenStack Proposal Bot 3046eab231 Updated from global requirements
Change-Id: I5e1eddb79afbd81b72696d0991357a4549db551d
2017-05-02 21:23:24 +00:00
OpenStack Proposal Bot f3c05f9c01 Updated from global requirements
Change-Id: Ia0415718a0a6e8a7e486714be95b1033674f4af1
2016-09-30 20:07:46 +00:00
Lucas Alvares Gomes 85a0b201ff Restructure the repository according to OpenStack
This patch is restructuring the VirtualBMC repository according to the
OpenStack template for projects (Cookiecutter).

This patch also removes the dependency on the python-daemon library
since it is not present in the OpenStack global-requirements, now a new
class called "detach_process" has been added to the virtualbmc/utils.py
module that will take care of detaching the process context from its
parent and session.

Change-Id: Id4ae1db5b73a18abc54276fe1dfbf3ceff7adc06
2016-05-09 12:35:50 +01:00
Lucas Alvares Gomes 4a356266fe Add --version parameter
This patch is adding a --version to the vbmc CLI.
2016-02-18 10:49:18 +00:00
Lucas Alvares Gomes 6df7622ccb Bump the version of the project to 0.0.3 2016-02-17 13:02:14 +00:00
Lucas Alvares Gomes 162aec352f Bump the version of the project to 0.0.2 2016-02-17 12:41:21 +00:00
Lucas Alvares Gomes f6e7153e2b Add the "vbmc" utility
This patch is refactoring the code and adding the vbmc utility.
2016-02-12 23:37:05 +00:00