apevec pushed to python-ceilometerclient (master). "Update to upstream 1.0.13 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 20 17:11:55 UTC 2015


>From 78215e002aac289f4794abcb9f4085076361ffdc Mon Sep 17 00:00:00 2001
From: Alan Pevec <alan.pevec at redhat.com>
Date: Mon, 20 Apr 2015 19:03:51 +0200
Subject: Update to upstream 1.0.13

Update dependencies
Drop pbr.version runtime removal patch

diff --git a/.gitignore b/.gitignore
index eeabdda..15c6571 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /python-ceilometerclient-1.0.10.tar.gz
 /python-ceilometerclient-1.0.11.tar.gz
 /python-ceilometerclient-1.0.12.tar.gz
+/python-ceilometerclient-1.0.13.tar.gz
diff --git a/python-ceilometerclient.spec b/python-ceilometerclient.spec
index 5bd26c9..f44ba32 100644
--- a/python-ceilometerclient.spec
+++ b/python-ceilometerclient.spec
@@ -1,5 +1,5 @@
 Name:             python-ceilometerclient
-Version:          1.0.12
+Version:          1.0.13
 Release:          1%{?dist}
 Summary:          Python API and CLI for OpenStack Ceilometer
 
@@ -8,8 +8,6 @@ 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
@@ -20,10 +18,15 @@ Requires:         python-setuptools
 Requires:         python-argparse
 Requires:         python-prettytable
 Requires:         python-iso8601
-Requires:         python-oslo-utils
-Requires:         python-keystoneclient
+Requires:         python-oslo-i18n >= 1.3.0
+Requires:         python-oslo-serialization >= 1.2.0
+Requires:         python-oslo-utils >= 1.2.0
+Requires:         python-keystoneclient >= 1.1.0
 Requires:         python-six >= 1.7.0
-Requires:         python-stevedore
+Requires:         python-stevedore >= 1.1.0
+Requires:         python-requests >= 2.2.0
+Requires:         python-pbr
+
 
 %description
 This is a client library for Ceilometer built on the Ceilometer API. It
@@ -36,7 +39,7 @@ Summary:          Documentation for OpenStack Ceilometer API Client
 Group:            Documentation
 
 BuildRequires:    python-sphinx
-BuildRequires:    python-oslo-sphinx
+BuildRequires:    python-oslo-sphinx >= 2.5.0
 
 %description      doc
 This is a client library for Ceilometer built on the Ceilometer API. It
@@ -49,19 +52,9 @@ This package contains auto-generated documentation.
 %prep
 %setup -q
 
-%patch0001 -p1
-
-# We provide version like this in order to remove runtime dep on pbr.
-sed -i s/REDHATCEILOMETERCLIENTVERSION/%{version}/ ceilometerclient/__init__.py
-
-# Remove bundled egg-info
-rm -rf python_ceilometerclient.egg-info
-
 # Let RPM handle the requirements
 rm -f {,test-}requirements.txt
 
-sed -i 's/oslosphinx/oslo.sphinx/' doc/source/conf.py
-
 %build
 %{__python} setup.py build
 
@@ -75,16 +68,20 @@ sphinx-build -b html doc/source html
 rm -rf html/.doctrees html/.buildinfo
 
 %files
+%license LICENSE
 %doc README.rst
-%doc LICENSE
 %{_bindir}/ceilometer
 %{python_sitelib}/ceilometerclient
 %{python_sitelib}/*.egg-info
 
 %files doc
+%license LICENSE
 %doc html
 
 %changelog
+* Mon Apr 20 2015 Alan Pevec <alan.pevec at redhat.com> 1.0.13-1
+- Update to upstream 1.0.13
+
 * Wed Oct 08 2014 Jakub Ruzicka <jruzicka at redhat.com> 1.0.12-1
 - Update to upstream 1.0.12
 - New Requires: python-oslo-utils
diff --git a/sources b/sources
index a5aac77..17dfb82 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd1fd1c9764b682045af3c24ee86ba2d  python-ceilometerclient-1.0.12.tar.gz
+78e9994e6aa87d6388c86c1d4251e154  python-ceilometerclient-1.0.13.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-ceilometerclient.git/commit/?h=master&id=78215e002aac289f4794abcb9f4085076361ffdc


More information about the scm-commits mailing list