Hello community,
here is the log from the commit of package python-ceilometerclient for
openSUSE:Factory checked in at 2014-04-14 20:39:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ceilometerclient (Old)
and /work/SRC/openSUSE:Factory/.python-ceilometerclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ceilometerclient"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ceilometerclient/python-ceilometerclient.changes
2014-03-09 18:44:13.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-ceilometerclient.new/python-ceilometerclient.changes
2014-04-14 20:39:58.000000000 +0200
@@ -2 +2 @@
-Fri Feb 14 10:52:48 UTC 2014 - [email protected]
+Mon Apr 14 09:10:13 UTC 2014 - [email protected]
@@ -3,0 +4,113 @@
+- update to 1.0.10:
+ * Ensure statistics aggregates are ordered with parameterized first
+ * Implementation of statistics aggregators
+ * Adds alarm time constraint support to ceilometer CLI
+ * Updated from global requirements
+ * Fix temporary pypy gate issue with setuptools
+ * Add complex query support for alarm history
+ * Add complex query support for alarms
+ * Checking the type of auth_token, and fixing it if necessary
+ * Deprecate 'alarm-update'
+ * Add complex query support for samples
+ * test created virtual env directory should git ignored
+ * Updated from global requirements
+ * Updated from global requirements
+ * py3kcompat: remove in python-ceilometerclient
+ * Python 3 compatibility
+ * Fix a typo in a comment in v2 client
+ * test_url_generation_with_proxy: do not use contextlib.nested()
+ * Ensure url sent to proxy don't have redundant /
+ * Remove unused mock in v2/test_shell.py
+ * fix help message of deprecated command
+ * Sync with Oslo
+ * Python 3: fix format_nested_list_of_dict()
+ * Remove tox locale overrides
+ * Improve help strings
+
+-------------------------------------------------------------------
+Thu Mar 27 10:13:15 UTC 2014 - [email protected]
+
+- switch back to released version (1.0.9)
+
+-------------------------------------------------------------------
+Thu Mar 27 01:50:23 UTC 2014 - [email protected]
+
+- Update to version python-ceilometerclient-1.0.9.39.gb99547b:
+ * Adds alarm time constraint support to ceilometer CLI
+
+-------------------------------------------------------------------
+Wed Mar 26 01:51:48 UTC 2014 - [email protected]
+
+- Update to version python-ceilometerclient-1.0.9.37.g53d5a22:
+ * Add complex query support for alarm history
+ * Add complex query support for alarms
+
+-------------------------------------------------------------------
+Sat Mar 22 01:49:17 UTC 2014 - [email protected]
+
+- Update to version python-ceilometerclient-1.0.9.33.g43bb64f:
+ * Updated from global requirements
+ * Deprecate 'alarm-update'
+
+-------------------------------------------------------------------
+Fri Mar 21 01:38:59 UTC 2014 - [email protected]
+
+- Update to version python-ceilometerclient-1.0.9.30.gdd048f8:
+ * Fix temporary pypy gate issue with setuptools
+ * Checking the type of auth_token, and fixing it if necessary
+ * Add complex query support for samples
+ * fix help message of deprecated command
+
+-------------------------------------------------------------------
+Tue Mar 4 00:46:36 UTC 2014 - [email protected]
+
+- Update to version python-ceilometerclient-1.0.9.23.g3e8045c:
+ * test created virtual env directory should git ignored
+ * Updated from global requirements
+
+-------------------------------------------------------------------
+Thu Feb 27 01:34:53 UTC 2014 - [email protected]
+
+- Update to version python-ceilometerclient-1.0.9.20.gf7f145c:
+ * Updated from global requirements
+ * py3kcompat: remove in python-ceilometerclient
+
+-------------------------------------------------------------------
+Sat Feb 22 01:40:35 UTC 2014 - [email protected]
+
+- Update to version python-ceilometerclient-1.0.9.17.g5b4563d:
+ * Python 3 compatibility
+
+-------------------------------------------------------------------
+Fri Feb 21 01:40:12 UTC 2014 - [email protected]
+
+- Update to version python-ceilometerclient-1.0.9.15.g98a28a0:
+ * Improve help strings
+
+-------------------------------------------------------------------
+Thu Feb 20 00:51:46 UTC 2014 - [email protected]
+
+- Update to version python-ceilometerclient-1.0.9.13.g02d9cea:
+ * Fix a typo in a comment in v2 client
+ * test_url_generation_with_proxy: do not use contextlib.nested()
+
+-------------------------------------------------------------------
+Sun Feb 16 00:54:52 UTC 2014 - [email protected]
+
+- Update to version python-ceilometerclient-1.0.9.10.g97957ea:
+ * Remove unused mock in v2/test_shell.py
+ * Remove tox locale overrides
+
+-------------------------------------------------------------------
+Fri Feb 14 08:24:29 UTC 2014 - [email protected]
+
+- Update to version python-ceilometerclient-1.0.9.6.g85c80f0:
+ * Ensure url sent to proxy don't have redundant /
+
+-------------------------------------------------------------------
+Tue Feb 11 15:32:08 UTC 2014 - [email protected]
+
+- Update to version python-ceilometerclient-1.0.9.5.g0eed59f:
+ * Sync with Oslo
+ * Python 3: fix format_nested_list_of_dict()
+ 1.0.9
@@ -5,0 +119,209 @@
+- Fix requirements
+
+-------------------------------------------------------------------
+Wed Jan 29 01:34:09 UTC 2014 - [email protected]
+
+- Update to version 1.0.8.60:
+ + Raise traceback on error when using CLI and -debug
+ + Update client to display data type of traits
+ + Remove unused import for print_function
+ + Modify ceilometer client cmd line help info
+
+-------------------------------------------------------------------
+Tue Jan 28 00:52:11 UTC 2014 - [email protected]
+
+- Update to version 1.0.8.52:
+ + Fix typos picked up by misspellings
+ + Using common methods from oslo cliutils
+ + return sample info when creating sample with CLI
+ + Remove print debugs statements.
+ + Remove ununsed httplib2 requirement
+
+-------------------------------------------------------------------
+Sat Jan 25 01:48:49 UTC 2014 - [email protected]
+
+- Update to version 1.0.8.42:
+ + Avoid discarding alarm-threshold-create --query option
+
+-------------------------------------------------------------------
+Fri Jan 24 13:02:18 UTC 2014 - [email protected]
+
+- Update to version 1.0.8.40:
+ + replace assertTrue(isinstance) to assertIsInstance
+ + Using common method 'bool_from_string' from oslo strutils
+ + abbreviating --meter-name to -m in alarm commands
+ + Replace inheritance hierarchy with composition
+ + Add support for groupby in statistics for API v2
+ + Enable hacking H233 rule
+
+-------------------------------------------------------------------
+Mon Jan 20 01:06:33 UTC 2014 - [email protected]
+
+- Update to version 1.0.8.28:
+ + Remove dependencies on pep8, pyflakes and flake8
+
+-------------------------------------------------------------------
+Sat Jan 18 01:03:27 UTC 2014 - [email protected]
+
+- Update to version 1.0.8.26:
+ + fix optional parameter of creating sample
+
+-------------------------------------------------------------------
+Fri Jan 17 01:01:18 UTC 2014 - [email protected]
+
+- Update to version 1.0.8.24:
+ + Remove unused imports
+
+-------------------------------------------------------------------
+Thu Jan 16 12:23:18 UTC 2014 - [email protected]
+
+- fix requires
+
+-------------------------------------------------------------------
+Thu Jan 16 00:51:48 UTC 2014 - [email protected]
+
+- Update to version 1.0.8.22:
+ + Python 3: fix test_sample_list
+ + client looking at wrong cacert argument name
+ + Supports bash_completion for ceilometerclient
+
+-------------------------------------------------------------------
+Tue Jan 14 00:52:40 UTC 2014 - [email protected]
+
+- Update to version 1.0.8.16:
+ + Support the Event API
+
+-------------------------------------------------------------------
+Fri Jan 10 11:48:28 UTC 2014 - [email protected]
+
+- Update to version 1.0.8.15:
+ + Fix the ceilometerlient log curl request incorrectly
++++ 157 more lines (skipped)
++++ between
/work/SRC/openSUSE:Factory/python-ceilometerclient/python-ceilometerclient.changes
++++ and
/work/SRC/openSUSE:Factory/.python-ceilometerclient.new/python-ceilometerclient.changes
Old:
----
python-ceilometerclient-1.0.6.tar.gz
New:
----
python-ceilometerclient-1.0.10.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ceilometerclient.spec ++++++
--- /var/tmp/diff_new_pack.OyOirY/_old 2014-04-14 20:39:59.000000000 +0200
+++ /var/tmp/diff_new_pack.OyOirY/_new 2014-04-14 20:39:59.000000000 +0200
@@ -18,9 +18,8 @@
%define component ceilometerclient
-
Name: python-%{component}
-Version: 1.0.6
+Version: 1.0.10
Release: 0
Url: https://github.com/openstack/python-ceilometerclient
Summary: OpenStack Metering (Ceilometer) API Client
@@ -29,19 +28,18 @@
Source:
http://tarballs.openstack.org/python-ceilometerclient/python-ceilometerclient-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: openstack-suse-macros
-BuildRequires: python-base
-BuildRequires: python-distribute
+BuildRequires: python-devel
BuildRequires: python-pbr
+Requires: python-PrettyTable >= 0.7
+Requires: python-httplib2
+Requires: python-iso8601 >= 0.1.8
+Requires: python-keystoneclient >= 0.4.1
+Requires: python-six >= 1.4.1
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch
%endif
-Requires: python-PrettyTable >= 0.6
-Requires: python-httplib2
-Requires: python-iso8601 >= 0.1.4
-Requires: python-keystoneclient >= 0.3.2
-Requires: python-pbr >= 0.5.21
%description
This is a client library for Ceilometer built on the Ceilometer API. It
@@ -57,12 +55,8 @@
Requires: python-discover
%endif
Requires: python-fixtures >= 0.3.14
-Requires: python-flake8 >= 2.0
-Requires: python-hacking >= 0.5.6
-Requires: python-mock >= 1.0
+Requires: python-hacking >= 0.8.0
Requires: python-mox >= 0.5.3
-Requires: python-pep8 >= 1.4.5
-Requires: python-pyflakes >= 0.7.2
Requires: python-python-subunit
Requires: python-testrepository >= 0.0.17
Requires: python-testtools >= 0.9.32
@@ -71,7 +65,7 @@
This package contains testsuite files for %{name}.
%prep
-%setup -q -n python-ceilometerclient-%{version}
+%setup -q
%openstack_cleanup_prep
echo %{version} > ceilometerclient/versioninfo
++++++ python-ceilometerclient-1.0.6.tar.gz ->
python-ceilometerclient-1.0.10.tar.gz ++++++
++++ 8722 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]