diff --git a/.gitignore b/.gitignore index e210f65..9354caa 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /python-novaclient-2.16.0.tar.gz /python-novaclient-2.17.0.tar.gz /python-novaclient-2.18.1.tar.gz +/python-novaclient-2.20.0.tar.gz diff --git a/0001-Remove-runtime-dependency-on-python-pbr.patch b/0001-Remove-runtime-dependency-on-python-pbr.patch index 16d2c51..b0ca303 100644 --- a/0001-Remove-runtime-dependency-on-python-pbr.patch +++ b/0001-Remove-runtime-dependency-on-python-pbr.patch @@ -1,4 +1,4 @@ -From ec7ab097fa59d53c99946d985d87e556cd732466 Mon Sep 17 00:00:00 2001 +From a0fae5ee492f7d29a0950f769fe3dfb35a49d682 Mon Sep 17 00:00:00 2001 From: Jakub Ruzicka Date: Wed, 7 Aug 2013 19:35:08 +0200 Subject: [PATCH] Remove runtime dependency on python-pbr diff --git a/0002-Use-oslo.sphinx-instead-of-oslosphinx.patch b/0002-Use-oslo.sphinx-instead-of-oslosphinx.patch index 87134c5..e1c2ac4 100644 --- a/0002-Use-oslo.sphinx-instead-of-oslosphinx.patch +++ b/0002-Use-oslo.sphinx-instead-of-oslosphinx.patch @@ -1,4 +1,4 @@ -From fb03e461cbb26f7c561eba4814cc4631997f8107 Mon Sep 17 00:00:00 2001 +From 9b6037d02745342eb68b564f61c34bd908957ca3 Mon Sep 17 00:00:00 2001 From: Jakub Ruzicka Date: Wed, 13 Aug 2014 16:02:22 +0200 Subject: [PATCH] Use oslo.sphinx instead of oslosphinx @@ -8,15 +8,15 @@ Subject: [PATCH] Use oslo.sphinx instead of oslosphinx 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py -index e37b8b8..81cb565 100644 +index d33aea2..e4d1b8f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -88,7 +88,7 @@ gen_ref("v3", "Version 3 API Reference", # Add any Sphinx extension module names here, as strings. They can be # extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. --extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'oslosphinx'] -+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'oslo.sphinx'] +-extensions = ['sphinx.ext.autodoc', 'oslosphinx'] ++extensions = ['sphinx.ext.autodoc', 'oslo.sphinx'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] diff --git a/python-novaclient.spec b/python-novaclient.spec index c7218fa..d05554b 100644 --- a/python-novaclient.spec +++ b/python-novaclient.spec @@ -1,6 +1,6 @@ Name: python-novaclient Epoch: 1 -Version: 2.18.1 +Version: 2.20.0 Release: 1%{?dist} Summary: Python API and CLI for OpenStack Nova @@ -20,11 +20,13 @@ BuildRequires: python-pbr Requires: python-argparse Requires: python-iso8601 +Requires: python-oslo-utils Requires: python-prettytable Requires: python-requests Requires: python-simplejson Requires: python-six Requires: python-babel +Requires: python-keystoneclient Requires: python-keyring Requires: python-setuptools @@ -96,6 +98,10 @@ rm -fr html/.doctrees html/.buildinfo %doc html %changelog +* Fri Oct 03 2014 Jakub Ruzicka 1:2.20.0-1 +- Update to upstream 2.20.0 +- New Requires: python-oslo-utils, python-keystoneclient + * Wed Aug 13 2014 Jakub Ruzicka 1:2.18.1-1 - Update to upstream 2.18.1 - New Requires: python-oslo-sphinx diff --git a/sources b/sources index d0a98ff..d7e508e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f9476c3c254d657cd82372f3e524b188 python-novaclient-2.18.1.tar.gz +7194c91338f8583acf1b09c51d322a76 python-novaclient-2.20.0.tar.gz