[python-ceilometerclient] Update to upstream 1.0.11

Jakub Ruzicka jruzicka at fedoraproject.org
Fri Oct 10 15:26:26 UTC 2014


commit 9d85d34eaa24b1076cacf41573c36e42b07e3fc2
Author: Jakub Ruzicka <jruzicka at redhat.com>
Date:   Tue Sep 23 17:33:47 2014 +0200

    Update to upstream 1.0.11
    
    Changelog:
    - Update to upstream 1.0.11
    - New Requires: python-stevedore

 .gitignore                                         |    1 +
 0001-Remove-runtime-dependency-on-python-pbr.patch |    8 ++++----
 python-ceilometerclient.spec                       |   18 ++++++++++--------
 sources                                            |    2 +-
 4 files changed, 16 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b6a021..ad353af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /python-ceilometerclient-1.0.8.tar.gz
 /python-ceilometerclient-1.0.9.tar.gz
 /python-ceilometerclient-1.0.10.tar.gz
+/python-ceilometerclient-1.0.11.tar.gz
diff --git a/0001-Remove-runtime-dependency-on-python-pbr.patch b/0001-Remove-runtime-dependency-on-python-pbr.patch
index 5dcd2d2..236544b 100644
--- a/0001-Remove-runtime-dependency-on-python-pbr.patch
+++ b/0001-Remove-runtime-dependency-on-python-pbr.patch
@@ -1,4 +1,4 @@
-From 607ca7507123aeb0ccb97183b44defe457ecb23f Mon Sep 17 00:00:00 2001
+From 81b577b88e59c78ee6430cce8bd5ca9e517b87c1 Mon Sep 17 00:00:00 2001
 From: Jakub Ruzicka <jruzicka at redhat.com>
 Date: Tue, 16 Jul 2013 18:09:30 +0200
 Subject: [PATCH] Remove runtime dependency on python-pbr
@@ -25,11 +25,11 @@ index d6efb69..b73e453 100644
 -    __version__ = None
 +__version__ = "REDHATCEILOMETERCLIENTVERSION"
 diff --git a/setup.py b/setup.py
-index 70c2b3f..afab729 100644
+index 7363757..09230a0 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -18,5 +18,4 @@
- import setuptools
+@@ -26,5 +26,4 @@ except ImportError:
+     pass
  
  setuptools.setup(
 -    setup_requires=['pbr'],
diff --git a/python-ceilometerclient.spec b/python-ceilometerclient.spec
index 763a335..a3bcd07 100644
--- a/python-ceilometerclient.spec
+++ b/python-ceilometerclient.spec
@@ -1,6 +1,6 @@
 Name:             python-ceilometerclient
-Version:          1.0.10
-Release:          2%{?dist}
+Version:          1.0.11
+Release:          1%{?dist}
 Summary:          Python API and CLI for OpenStack Ceilometer
 
 Group:            Development/Languages
@@ -8,6 +8,8 @@ License:          ASL 2.0
 URL:              https://github.com/openstack/%{name}
 Source0:          https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 
+Patch0001: 0001-Remove-runtime-dependency-on-python-pbr.patch
+
 BuildArch:        noarch
 BuildRequires:    python-setuptools
 BuildRequires:    python2-devel
@@ -19,12 +21,8 @@ Requires:         python-argparse
 Requires:         python-prettytable
 Requires:         python-iso8601
 Requires:         python-keystoneclient
-Requires:         python-six >= 1.4.1
-
-#
-# patches_base=1.0.10
-#
-Patch0001: 0001-Remove-runtime-dependency-on-python-pbr.patch
+Requires:         python-six >= 1.7.0
+Requires:         python-stevedore
 
 %description
 This is a client library for Ceilometer built on the Ceilometer API. It
@@ -83,6 +81,10 @@ rm -rf html/.doctrees html/.buildinfo
 %doc html
 
 %changelog
+* Tue Sep 23 2014 Jakub Ruzicka <jruzicka at redhat.com> 1.0.11-1
+- Update to upstream 1.0.11
+- New Requires: python-stevedore
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 3b3737b..1e5bdfd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5351dfb63df8c0084dee331b4f851a97  python-ceilometerclient-1.0.10.tar.gz
+dc951a7a53337d12457e3cd9bfc735bf  python-ceilometerclient-1.0.11.tar.gz


More information about the scm-commits mailing list