Hello community, here is the log from the commit of package python-monascaclient for openSUSE:Factory checked in at 2017-08-28 15:32:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-monascaclient (Old) and /work/SRC/openSUSE:Factory/.python-monascaclient.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-monascaclient" Mon Aug 28 15:32:33 2017 rev:3 rq:518503 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-monascaclient/python-monascaclient.changes 2017-04-24 09:48:25.546995343 +0200 +++ /work/SRC/openSUSE:Factory/.python-monascaclient.new/python-monascaclient.changes 2017-08-28 15:32:34.950707980 +0200 @@ -1,0 +2,25 @@ +Thu Aug 24 08:42:27 UTC 2017 - cloud-devel@suse.de + +- update to version 1.7.0 + - Bringing back backward compatybility + - Integrate client with osc-lib + - Updated from global requirements + - Added support for os_tenant_{name,id} after os_project_ + +------------------------------------------------------------------- +Mon Aug 7 11:30:27 UTC 2017 - cloud-devel@suse.de + +- update to version 1.6.0 + - Added support for os_auth_version when os_auth_url is unversiond + - Optimize the link address + - Remove unused requirements + - Fix: CLI metric-create using project-id fails + - Replacing six.iteritems() with .items() + - Turn on bandit check as part of pep8 + - Fix notification-patch CLI fails if type not given + - Migrate fully to ostestr + - Updated from global requirements +- drop 0001-Added-support-for-os_auth_version-when-os_auth_url-i.patch . + applied upstream. + +------------------------------------------------------------------- Old: ---- 0001-Added-support-for-os_auth_version-when-os_auth_url-i.patch python-monascaclient-1.5.0.tar.gz New: ---- python-monascaclient-1.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-monascaclient.spec ++++++ --- /var/tmp/diff_new_pack.YtXdhf/_old 2017-08-28 15:32:36.282520740 +0200 +++ /var/tmp/diff_new_pack.YtXdhf/_new 2017-08-28 15:32:36.310516804 +0200 @@ -18,15 +18,13 @@ %global sname python-monascaclient Name: python-monascaclient -Version: 1.5.0 +Version: 1.7.0 Release: 0 Summary: Python API and CLI for OpenStack Monasca License: Apache-2.0 Group: Development/Languages/Python Url: https://launchpad.net/%{sname} Source0: https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz -# from https://review.openstack.org/#/c/457663/ -Patch1: 0001-Added-support-for-os_auth_version-when-os_auth_url-i.patch BuildRequires: openstack-macros BuildRequires: python-PrettyTable >= 0.7.1 BuildRequires: python-PyYAML >= 3.10.0 @@ -35,13 +33,15 @@ BuildRequires: python-keystoneclient >= 3.8.0 BuildRequires: python-mock >= 2.0 BuildRequires: python-mox3 >= 0.7.0 +BuildRequires: python-osc-lib >= 1.5.1 BuildRequires: python-oslo.concurrency >= 3.8.0 -BuildRequires: python-oslo.config >= 3.14.0 +BuildRequires: python-oslo.config >= 4.0.0 BuildRequires: python-oslo.i18n >= 2.1.0 -BuildRequires: python-oslo.log >= 3.11.0 +BuildRequires: python-oslo.log >= 3.22.0 BuildRequires: python-oslo.serialization >= 1.10.0 -BuildRequires: python-oslo.utils >= 3.18.0 -BuildRequires: python-pbr >= 1.8 +BuildRequires: python-oslo.utils >= 3.20.0 +BuildRequires: python-oslotest >= 1.10.0 +BuildRequires: python-pbr >= 2.0.0 BuildRequires: python-requests-mock >= 1.1 BuildRequires: python-setuptools >= 16.0 BuildRequires: python-testrepository >= 0.0.18 @@ -51,15 +51,16 @@ Requires: python-PrettyTable >= 0.7.1 Requires: python-PyYAML >= 3.10.0 Requires: python-keystoneclient >= 3.8.0 +Requires: python-osc-lib >= 1.5.1 Requires: python-oslo.concurrency >= 3.8.0 -Requires: python-oslo.config >= 3.14.0 +Requires: python-oslo.config >= 4.0.0 Requires: python-oslo.i18n >= 2.1.0 -Requires: python-oslo.log >= 3.11.0 +Requires: python-oslo.log >= 3.22.0 Requires: python-oslo.serialization >= 1.10.0 Requires: python-oslo.service >= 1.10.0 -Requires: python-oslo.utils >= 3.18.0 -Requires: python-pbr >= 1.8 -Requires: python-requests >= 2.10.0 +Requires: python-oslo.utils >= 3.20.0 +Requires: python-pbr >= 2.0.0 +Requires: python-requests >= 2.14.2 Requires: python-six >= 1.9.0 BuildArch: noarch @@ -71,7 +72,7 @@ The Monasca Client was written using the OpenStack Heat Python client as a framework. %prep -%autosetup -p1 -n %{sname}-%{version} +%autosetup -n %{sname}-%{version} %py_req_cleanup %build ++++++ _service ++++++ --- /var/tmp/diff_new_pack.YtXdhf/_old 2017-08-28 15:32:36.454496562 +0200 +++ /var/tmp/diff_new_pack.YtXdhf/_new 2017-08-28 15:32:36.470494313 +0200 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-monascaclient/python-monascaclient.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-monascaclient/python-monascaclient.spec.j2</param> <param name="output-name">python-monascaclient.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param> <param name="changelog-email">cloud-devel@suse.de</param> <param name="changelog-provider">gh,openstack,python-monascaclient</param> </service> ++++++ python-monascaclient-1.5.0.tar.gz -> python-monascaclient-1.7.0.tar.gz ++++++ ++++ 5361 lines of diff (skipped)