Hello community,
here is the log from the commit of package python-masakariclient for
openSUSE:Factory checked in at 2018-01-24 15:27:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-masakariclient (Old)
and /work/SRC/openSUSE:Factory/.python-masakariclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-masakariclient"
Wed Jan 24 15:27:04 2018 rev:2 rq:567266 version:4.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-masakariclient/python-masakariclient.changes
2017-08-28 15:32:22.816413931 +0200
+++
/work/SRC/openSUSE:Factory/.python-masakariclient.new/python-masakariclient.changes
2018-01-24 15:27:04.251997518 +0100
@@ -1,0 +2,18 @@
+Mon Jan 15 11:44:37 UTC 2018 - [email protected]
+
+- update to version 4.0.0
+ - Fix failing test case for PY3
+ - Bump openstacksdk to 0.9.13
+ - Use os-testr and add PY35 support
+ - Improve command arguments
+ - Change the base class of osc.v1.DeleteHost
+ - Add assertions to UT code
+ - Re-factor test cases to reduce code
+ - [Fix gate]Update test requirement
+ - Remove unnecessary return statement
+ - Fix failing gate jobs by fixing constraints support
+ - Add support for auto_priority, rh_priority recovery method
+ - Remove inproper comment for APIs.
+ - Enable to specify name and ID when operating segments and hosts
+
+-------------------------------------------------------------------
Old:
----
python-masakariclient-3.0.1.tar.gz
New:
----
python-masakariclient-4.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-masakariclient.spec ++++++
--- /var/tmp/diff_new_pack.dmK22h/_old 2018-01-24 15:27:04.935965527 +0100
+++ /var/tmp/diff_new_pack.dmK22h/_new 2018-01-24 15:27:04.939965340 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-masakariclient
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,32 +18,34 @@
%global sname python-masakariclient
Name: python-masakariclient
-Version: 3.0.1
+Version: 4.0.0
Release: 0
Summary: Python API and CLI for OpenStack Masakari
License: Apache-2.0
Group: Development/Languages/Python
Url: http://launchpad.net/%{name}
-Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-PrettyTable >= 0.7.1
-BuildRequires: python-nose
-BuildRequires: python-openstacksdk >= 0.9.17
-BuildRequires: python-osc-lib >= 1.5.1
-BuildRequires: python-oslo.serialization >= 1.10.0
-BuildRequires: python-oslo.utils >= 3.20.0
+BuildRequires: python-ddt >= 1.0.1
+BuildRequires: python-nose >= 1.3.7
+BuildRequires: python-openstacksdk >= 0.9.19
+BuildRequires: python-osc-lib >= 1.7.0
+BuildRequires: python-oslo.serialization >= 2.18.0
+BuildRequires: python-oslo.utils >= 3.31.0
BuildRequires: python-oslosphinx >= 4.7.0
BuildRequires: python-oslotest >= 1.10.0
-BuildRequires: python-python-subunit >= 0.0.18
-BuildRequires: python-reno >= 1.8.0
+BuildRequires: python-python-subunit >= 1.0.0
+BuildRequires: python-reno >= 2.5.0
+BuildRequires: python-requests-mock >= 1.1.0
BuildRequires: python-sphinx >= 1.6.2
BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testscenarios >= 0.4
-BuildRequires: python-testtools >= 1.4.0
-Requires: python-openstacksdk >= 0.9.17
-Requires: python-oslo.i18n >= 2.1.0
-Requires: python-oslo.serialization >= 1.10.0
-Requires: python-oslo.utils >= 3.20.0
+BuildRequires: python-testtools >= 2.2.0
+Requires: python-openstacksdk >= 0.9.19
+Requires: python-oslo.i18n >= 3.15.3
+Requires: python-oslo.serialization >= 2.18.0
+Requires: python-oslo.utils >= 3.31.0
Requires: python-pbr >= 2.0.0
BuildArch: noarch
@@ -53,7 +55,7 @@
%package doc
Summary: Documentation for OpenStack Masakari API client libary
-Group: Documentation
+Group: Documentation/HTML
BuildRequires: python-Sphinx
BuildRequires: python-oslosphinx >= 4.7.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.dmK22h/_old 2018-01-24 15:27:04.971963844 +0100
+++ /var/tmp/diff_new_pack.dmK22h/_new 2018-01-24 15:27:04.971963844 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-masakariclient/python-masakariclient.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-masakariclient/python-masakariclient.spec.j2</param>
<param name="output-name">python-masakariclient.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,python-masakariclient</param>
</service>
++++++ python-masakariclient-3.0.1.tar.gz -> python-masakariclient-4.0.0.tar.gz
++++++
++++ 1723 lines of diff (skipped)