Hello community,
here is the log from the commit of package python-ceilometerclient for
openSUSE:Factory checked in at 2013-07-05 15:09:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2013-06-13 21:32:05.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-ceilometerclient.new/python-ceilometerclient.changes
2013-07-05 15:09:23.000000000 +0200
@@ -2 +2 @@
-Mon May 6 11:29:59 UTC 2013 - [email protected]
+Thu Jul 4 23:35:06 UTC 2013 - [email protected]
@@ -4 +4,2 @@
-- update requires to python-PrettyTable
+- Update to version 1.0.1.1:
+ + Move tests to ceilometerclient.
@@ -7 +8 @@
-Thu Apr 25 15:49:11 UTC 2013 - [email protected]
+Thu Jun 27 09:54:39 UTC 2013 - [email protected]
@@ -9 +10,2 @@
-- add 0001-Sync-requirements-with-openstack-common-requirements.patch
+- Only depend on python-discover on SLE, it's a Python-2.6 feature
+ backport
@@ -12 +14 @@
-Thu Apr 4 13:22:19 UTC 2013 - [email protected]
+Wed Jun 12 09:53:01 UTC 2013 - [email protected]
@@ -14 +16,16 @@
-- use released tarball (1.0.0)
+- fix test requires
+
+-------------------------------------------------------------------
+Mon May 27 08:47:15 UTC 2013 - [email protected]
+
+- python-pbr/d2to1 requires
+
+-------------------------------------------------------------------
+Fri May 3 08:37:13 UTC 2013 - [email protected]
+
+- remove 0001-Sync-requirements-with-openstack-common-requirements.patch
+
+-------------------------------------------------------------------
+Thu Apr 25 15:49:11 UTC 2013 - [email protected]
+
+- add 0001-Sync-requirements-with-openstack-common-requirements.patch
Old:
----
0001-Sync-requirements-with-openstack-common-requirements.patch
python-ceilometerclient-1.0.0.tar.gz
New:
----
python-ceilometerclient-master.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ceilometerclient.spec ++++++
--- /var/tmp/diff_new_pack.zxlBEF/_old 2013-07-05 15:09:24.000000000 +0200
+++ /var/tmp/diff_new_pack.zxlBEF/_new 2013-07-05 15:09:24.000000000 +0200
@@ -20,18 +20,19 @@
%define component ceilometerclient
Name: python-%{component}
-Version: 1.0.0
+Version: 1.0.1.1
Release: 0
Url: https://github.com/openstack/python-ceilometerclient
Summary: OpenStack Metering (Ceilometer) API Client
License: Apache-2.0
Group: Development/Languages/Python
-Source: python-ceilometerclient-1.0.0.tar.gz
-Patch0: 0001-Sync-requirements-with-openstack-common-requirements.patch
+Source: python-ceilometerclient-master.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: openstack-suse-macros
BuildRequires: python-base
+BuildRequires: python-d2to1
BuildRequires: python-distribute
+BuildRequires: python-pbr
%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
@@ -40,7 +41,8 @@
Requires: python-PrettyTable >= 0.6
Requires: python-httplib2
Requires: python-iso8601 >= 0.1.4
-Requires: python-keystoneclient >= 0.1.2
+Requires: python-keystoneclient >= 0.2
+Requires: python-pbr
%description
This is a client library for Ceilometer built on the Ceilometer API. It
@@ -51,19 +53,25 @@
Summary: Openstack Metering (Ceilometer) API Client - Testsuite
Group: Development/Languages/Python
Requires: %{name} = %{version}
-Requires: python-mox
-Requires: python-nose
-Requires: python-nose-exclude
-Requires: python-nosehtmloutput
-Requires: python-nosexcover
-Requires: python-openstack.nose_plugin
+Requires: python-coverage >= 3.6
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+Requires: python-discover
+%endif
+Requires: python-fixtures >= 0.3.12
+Requires: python-flake8 >= 2.0
+Requires: python-hacking >= 0.5.3
+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.13
+Requires: python-testtools >= 0.9.29
%description test
This package contains testsuite files for %{name}.
%prep
-%setup -q -n python-ceilometerclient-1.0.0
-%patch0 -p1
+%setup -q -n python-ceilometerclient-1.0.1.1.g6f81aa1
%openstack_cleanup_prep
echo %{version} > ceilometerclient/versioninfo
++++++ _service ++++++
--- /var/tmp/diff_new_pack.zxlBEF/_old 2013-07-05 15:09:24.000000000 +0200
+++ /var/tmp/diff_new_pack.zxlBEF/_new 2013-07-05 15:09:24.000000000 +0200
@@ -1,7 +1,8 @@
<services>
<service name="git_tarballs" mode="disabled">
- <param
name="url">http://tarballs.openstack.org/python-ceilometerclient/python-ceilometerclient-1.0.0.tar.gz</param>
+ <param
name="url">http://tarballs.openstack.org/python-ceilometerclient/python-ceilometerclient-master.tar.gz</param>
<param name="email">[email protected]</param>
+ <param name="version-regexp">.*-([^-]+)\.g[a-zA-Z0-9]{7}</param>
<param name="plain-version">True</param>
</service>
</services>
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]