[python-glanceclient] Update to upstream 0.14.1

Jakub Ruzicka jruzicka at fedoraproject.org
Thu Sep 25 17:02:53 UTC 2014


commit 59a7720e5a08509d03ea5699ef4f1a8e55318410
Author: Jakub Ruzicka <jruzicka at redhat.com>
Date:   Thu Sep 25 18:06:32 2014 +0200

    Update to upstream 0.14.1
    
    Changelog:
    - Update to upstream 0.14.1
    - New Requires: python-requests
    - New BuildRequires: python-oslo-sphinx
    - oslosphinx -> oslo.sphinx fix

 .gitignore                                         |    1 +
 0001-Remove-runtime-dependency-on-python-pbr.patch |    2 +-
 python-glanceclient.spec                           |   13 +++++++++++--
 sources                                            |    2 +-
 4 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d34c586..9f6c3bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /python-glanceclient-0.10.0.tar.gz
 /python-glanceclient-0.12.0.tar.gz
 /python-glanceclient-0.13.1.tar.gz
+/python-glanceclient-0.14.1.tar.gz
diff --git a/0001-Remove-runtime-dependency-on-python-pbr.patch b/0001-Remove-runtime-dependency-on-python-pbr.patch
index 496c3a6..53e66e8 100644
--- a/0001-Remove-runtime-dependency-on-python-pbr.patch
+++ b/0001-Remove-runtime-dependency-on-python-pbr.patch
@@ -1,4 +1,4 @@
-From 1fd343610b0673f3d5d86a08a6e78a68b7068381 Mon Sep 17 00:00:00 2001
+From b89f1244a7c03f62654c0f6f0f28913aba789f8a Mon Sep 17 00:00:00 2001
 From: Jakub Ruzicka <jruzicka at redhat.com>
 Date: Wed, 14 Aug 2013 16:07:03 +0200
 Subject: [PATCH] Remove runtime dependency on python-pbr.
diff --git a/python-glanceclient.spec b/python-glanceclient.spec
index 1a4dfe5..0cf0576 100644
--- a/python-glanceclient.spec
+++ b/python-glanceclient.spec
@@ -1,6 +1,6 @@
 Name:             python-glanceclient
 Epoch:            1
-Version:          0.13.1
+Version:          0.14.1
 Release:          1%{?dist}
 Summary:          Python API and CLI for OpenStack Glance
 
@@ -16,11 +16,12 @@ BuildRequires:    python2-devel
 BuildRequires:    python-setuptools
 BuildRequires:    python-d2to1
 BuildRequires:    python-pbr
-BuildRequires:    python-sphinx
+BuildRequires:    python-oslo-sphinx
 
 Requires:         python-httplib2
 Requires:         python-keystoneclient
 Requires:         python-prettytable
+Requires:         python-requests
 Requires:         python-setuptools
 Requires:         python-warlock
 Requires:         pyOpenSSL
@@ -59,6 +60,8 @@ rm -rf python_glanceclient.egg-info
 sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py
 rm -rf {,test-}requirements.txt
 
+sed -i 's/oslosphinx/oslo.sphinx/' doc/source/conf.py
+
 %build
 %{__python} setup.py build
 
@@ -86,6 +89,12 @@ install -p -D -m 644 man/glance.1 %{buildroot}%{_mandir}/man1/glance.1
 
 
 %changelog
+* Thu Sep 25 2014 Jakub Ruzicka <jruzicka at redhat.com> 1:0.14.1-1
+- Update to upstream 0.14.1
+- New Requires: python-requests
+- New BuildRequires: python-oslo-sphinx
+- oslosphinx -> oslo.sphinx fix
+
 * Thu Jul 31 2014 Jakub Ruzicka <jruzicka at redhat.com> 1:0.13.1-1
 - Update to upstream 0.13.1
 
diff --git a/sources b/sources
index 1c6b125..04c67ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8cffb3f4895d3c3cacc08c48a979a44c  python-glanceclient-0.13.1.tar.gz
+1e629e5300f11562da8b1ea09e5c1311  python-glanceclient-0.14.1.tar.gz


More information about the scm-commits mailing list