From 1b4b58476efd79b02d06690bacae0e5f0548c4cb Mon Sep 17 00:00:00 2001 From: Jakub Ruzicka Date: Apr 03 2013 18:18:35 +0000 Subject: Update to upstream version 2.13.0. Changelog: - Update to upstream version 2.13.0. (#921769) - Update requires from tools/pip-requires. - versioninfo is gone from tarball, generate it. --- diff --git a/.gitignore b/.gitignore index 9d5cd6c..6f0d32c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /python-novaclient-2.9.0.tar.gz /python-novaclient-2.10.0.tar.gz /python-novaclient-2.11.1.tar.gz +/python-novaclient-2.13.0.tar.gz diff --git a/python-novaclient.spec b/python-novaclient.spec index de3839a..7db796d 100644 --- a/python-novaclient.spec +++ b/python-novaclient.spec @@ -1,7 +1,7 @@ Name: python-novaclient Epoch: 1 -Version: 2.11.1 -Release: 2%{?dist} +Version: 2.13.0 +Release: 1%{?dist} Summary: Python API and CLI for OpenStack Nova Group: Development/Languages @@ -11,15 +11,15 @@ Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{ver BuildArch: noarch BuildRequires: python-setuptools +BuildRequires: python2-devel Requires: python-argparse -Requires: python-simplejson -Requires: python-httplib2 -Requires: python-prettytable -Requires: python-setuptools Requires: python-iso8601 +Requires: python-prettytable +Requires: python-requests >= 0.8 +Requires: python-simplejson Requires: python-keyring -Requires: python-requests +Requires: python-setuptools %description This is a client for the OpenStack Nova API. There's a Python API (the @@ -53,7 +53,7 @@ sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} -mv %{buildroot}/usr/novaclient/versioninfo %{buildroot}%{python_sitelib}/novaclient/versioninfo +echo "%{version}" > %{buildroot}%{python_sitelib}/novaclient/versioninfo mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d install -pm 644 tools/nova.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/nova @@ -79,6 +79,11 @@ rm -fr html/.doctrees html/.buildinfo %doc html %changelog +* Wed Apr 03 2013 Jakub Ruzicka 2.13.0-1 +- Update to upstream version 2.13.0. (#921769) +- Update requires from tools/pip-requires. +- versioninfo is gone from tarball, generate it. + * Fri Mar 08 2013 Alan Pevec 2.11.1-2 - Add dependency on python-requests and python-keyring (#919337) diff --git a/sources b/sources index 1803f31..e27fb87 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80bfd188718cf755605dece265eca13f python-novaclient-2.11.1.tar.gz +e1079ade7e1956c8ea0613ca7910ab54 python-novaclient-2.13.0.tar.gz