We are gleeful to announce the release of: os-api-ref 1.3.0: Sphinx Extensions to support API reference sites in OpenStack The source is available from: http://git.openstack.org/cgit/openstack/os-api-ref Download the package from: https://tarballs.openstack.org/os-api-ref/ For more details, please see below. Changes in os-api-ref 1.2.0..1.3.0 ---------------------------------- 55a4ed4 Updated from global requirements 3e8324a Delete support py33 7aad162 add file on releasing the software 8aaa668 Import httplib from six to support Python 3 Diffstat (except docs and test files) ------------------------------------- RELEASING.rst | 41 +++++++++++++++++++++++++++++++++++++++++ os_api_ref/http_codes.py | 2 +- requirements.txt | 3 ++- setup.cfg | 1 - 4 files changed, 44 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4efb7e5..0a1b753 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7,2 @@ PyYAML>=3.10.0 # MIT -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +six>=1.9.0 # MIT +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org