Hello community,
here is the log from the commit of package python-zaqarclient for
openSUSE:Factory checked in at 2017-02-21 13:45:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zaqarclient (Old)
and /work/SRC/openSUSE:Factory/.python-zaqarclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zaqarclient"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zaqarclient/python-zaqarclient.changes
2016-10-22 13:22:27.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-zaqarclient.new/python-zaqarclient.changes
2017-02-21 13:45:12.471809734 +0100
@@ -1,0 +2,36 @@
+Mon Feb 13 13:07:34 UTC 2017 - [email protected]
+
+- update to version 1.3.0:
+ - Remove version in README
+ - Add command guide for openstack ping&health CLI
+ - Update release note doc
+ - Support SSL and Insecure
+ - Add profiling support to Zaqar client
+ - Add doc for subscription cli
+ - Change assertTrue(isinstance()) by optimal assert
+ - Update author and home-page
+ - Show team and repo badges on README
+ - Add the releasenote detail
+ - Add Python 3.5 classifier and venv
+ - Support keystone session when creating client
+ - Fix typos in zaqarclient
+ - update doc to Api v2.0
+ - Switch keystoneclient to keystoneauth
+ - Remove unused openstack-doc-tools from test-requirements.txt
+ - Add releasenotes for client
+ - Add Constraints support
+ - Fix the CI failure
+ - Files with no code must be left completely empty
+ - Add command guide for openstack flavor CLI
+ - Add plug-in summary for osc doc
+ - Add command guide for openstack pool CLI
+ - Updated from global requirements
+ - Remove the TODO for subscription ttl test
+ - Fix CI failure
+ - translate all command help strings
+ - Add command guide for queue
+ - Using v2 interface in example
+ - Add command guide for openstack claim CLI
+ - Delete deprecated directory openstack/common
+
+-------------------------------------------------------------------
Old:
----
python-zaqarclient-1.2.0.tar.gz
New:
----
python-zaqarclient-1.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zaqarclient.spec ++++++
--- /var/tmp/diff_new_pack.VRfHT3/_old 2017-02-21 13:45:13.059726793 +0100
+++ /var/tmp/diff_new_pack.VRfHT3/_new 2017-02-21 13:45:13.063726228 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-zaqarclient
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%global sname zaqarclient
Name: python-zaqarclient
-Version: 1.2.0
+Version: 1.3.0
Release: 0
Summary: Client Library for OpenStack Zaqar Queueing API
License: Apache-2.0
@@ -26,36 +26,35 @@
Url: http://launchpad.net/%{sname}
Source0:
https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRequires: openstack-macros
-BuildRequires: python-coverage >= 3.6
BuildRequires: python-ddt >= 1.0.1
BuildRequires: python-devel
BuildRequires: python-fixtures >= 3.0.0
BuildRequires: python-jsonschema >= 2.0.0
-BuildRequires: python-keystoneclient >= 2.0.0
+BuildRequires: python-keystoneclient >= 3.8.0
BuildRequires: python-mock >= 2.0
BuildRequires: python-nose
BuildRequires: python-nose-exclude
BuildRequires: python-openstack-doc-tools >= 0.23
-BuildRequires: python-os-client-config >= 1.13.1
-BuildRequires: python-osc-lib >= 1.0.2
+BuildRequires: python-os-client-config >= 1.22.0
+BuildRequires: python-osc-lib >= 1.2.0
BuildRequires: python-oslo.i18n >= 2.1.0
-BuildRequires: python-pbr >= 1.6
+BuildRequires: python-pbr >= 1.8
BuildRequires: python-python-subunit >= 0.0.18
BuildRequires: python-requests >= 2.10.0
-BuildRequires: python-requests-mock >= 1.0
+BuildRequires: python-requests-mock >= 1.1
BuildRequires: python-setuptools >= 16.0
BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testscenarios >= 0.4
BuildRequires: python-testtools >= 1.4.0
Requires: python-jsonschema >= 2.0.0
-Requires: python-keystoneclient >= 2.0.0
+Requires: python-keystoneclient >= 3.8.0
Requires: python-openstack-doc-tools >= 0.23
-Requires: python-osc-lib >= 1.0.2
+Requires: python-osc-lib >= 1.2.0
Requires: python-oslo.i18n >= 2.1.0
-Requires: python-pbr >= 1.6
+Requires: python-pbr >= 1.8
Requires: python-requests >= 2.10.0
Requires: python-six >= 1.9.0
-Requires: python-stevedore >= 1.16.0
+Requires: python-stevedore >= 1.17.1
BuildArch: noarch
%description
@@ -65,14 +64,15 @@
Summary: Documentation for OpenStack Zaqar Queueing API
Group: Documentation
BuildRequires: python-Sphinx
-BuildRequires: python-oslosphinx >= 2.5.0
+BuildRequires: python-oslosphinx >= 4.7.0
%description doc
Documentation for the client library for interacting with Openstack
Zaqar Queueing API.
%prep
-%setup -q -n %{name}-%{version}
+%autosetup -n %{name}-%{version}
+%py_req_cleanup
%build
%py2_build
++++++ _service ++++++
--- /var/tmp/diff_new_pack.VRfHT3/_old 2017-02-21 13:45:13.091722279 +0100
+++ /var/tmp/diff_new_pack.VRfHT3/_new 2017-02-21 13:45:13.091722279 +0100
@@ -1,11 +1,12 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/python-zaqarclient/python-zaqarclient.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-zaqarclient/python-zaqarclient.spec.j2</param>
<param name="output-name">python-zaqarclient.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/global-requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+ <param name="changelog-email">[email protected]</param>
+ <param name="changelog-provider">gh,openstack,python-zaqarclient</param>
</service>
<service mode="disabled" name="download_files">
- <param name="changesgenerate">enable</param>
</service>
<service name="format_spec_file" mode="disabled"/>
</services>
++++++ python-zaqarclient-1.2.0.tar.gz -> python-zaqarclient-1.3.0.tar.gz ++++++
++++ 3038 lines of diff (skipped)