Hello community,
here is the log from the commit of package python-neutronclient for
openSUSE:Factory checked in at 2017-02-21 13:44:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-neutronclient (Old)
and /work/SRC/openSUSE:Factory/.python-neutronclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-neutronclient"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-neutronclient/python-neutronclient.changes
2016-09-30 15:30:18.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-neutronclient.new/python-neutronclient.changes
2017-02-21 13:44:46.307500886 +0100
@@ -1,0 +2,44 @@
+Mon Feb 13 12:51:19 UTC 2017 - [email protected]
+
+- update to version 6.1.0:
+ - Replace 'MagicMock' with 'Mock'
+ - Fix Quota Support for HMs
+ - Disable VPNaaS functional tests in the neutronclient gate
+ - Show team and repo badges on README
+ - remove unused LOG
+ - Correct DisassociatingHealthmonitor help messages
+ - Enable release notes translation
+ - Devref: Transition to OSC update
+ - Decode exception parameters to expand exception message properly
+ - Use method is_valid_cidr from oslo.utils
+ - Update reno for stable/newton
+ - Replace lb_method with lb_algorithm
+ - Add FWaaS V2 commands for OSC plugin
+ - Simplify clearing session-persistence
+ - Clean imports in code
+ - Modify the help of connection-limit
+ - FWaaSv2 - Enable to specify 'any' for protocol
+ - Add rbac_policy to quota resources
+ - Show tenant_id in *-list by admin
+ - [VPNaaS] Add support for sha2-384 and sha2-512
+ - Use raw values when non-table formatter is used
+ - Disallow specifying name for meter-label-rule
+ - Add documentation for FWaaS v2 OSC plugin commands
+ - OSC plugin: catch up with osc-lib 1.0 interface change
+ - Replace 'os' to 'openstack' for all command example
+ - FWaaS - Adds an argument into find_resource
+ - fix one spelling mistake
+ - Added --enable-snat option for router-gateway-set
+ - Clarify how to do client-side development for repos in neutron governance
+ - Fix a typo
+ - Deprecate neutron CLI
+ - Return proper error code for CLI failure
+ - Use correct cmd_parser
+ - Modify key for 'qos-minimum-bandwidth-rule-list' reponse
+ - Add common utilities for OSC plugin implementation
+ - Handle keystoneauth exceptions in retry logic
+ - Use six.python_2_unicode_compatible for NeutronException.__str__
+ - Updated from global requirements
+ - The testcase's name may be inapposite. It is better to use 'delete',
instead of 'delele'.
+
+-------------------------------------------------------------------
Old:
----
python-neutronclient-6.0.0.tar.gz
New:
----
python-neutronclient-6.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-neutronclient.spec ++++++
--- /var/tmp/diff_new_pack.s3VyK0/_old 2017-02-21 13:44:46.791432615 +0100
+++ /var/tmp/diff_new_pack.s3VyK0/_new 2017-02-21 13:44:46.795432051 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-neutronclient
#
-# 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
@@ -17,7 +17,7 @@
Name: python-neutronclient
-Version: 6.0.0
+Version: 6.1.0
Release: 0
Summary: Python API and CLI for OpenStack Neutron
License: Apache-2.0
@@ -25,38 +25,40 @@
Url: http://launchpad.net/%{name}
Source0:
https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRequires: openstack-macros
-BuildRequires: python-cliff >= 1.15.0
+BuildRequires: python-cliff >= 2.3.0
BuildRequires: python-devel
BuildRequires: python-fixtures >= 3.0.0
-BuildRequires: python-keystoneauth1 >= 2.10.0
+BuildRequires: python-keystoneauth1 >= 2.17.0
BuildRequires: python-mock >= 2.0
BuildRequires: python-mox3 >= 0.7.0
-BuildRequires: python-netaddr >= 0.7.12
-BuildRequires: python-openstackclient >= 2.1.0
-BuildRequires: python-os-client-config >= 1.13.1
-BuildRequires: python-osc-lib >= 0.4.0
+BuildRequires: python-netaddr >= 0.7.13
+BuildRequires: python-openstackclient >= 3.3.0
+BuildRequires: python-os-client-config >= 1.22.0
+BuildRequires: python-osc-lib >= 1.2.0
BuildRequires: python-oslo.i18n >= 2.1.0
+BuildRequires: python-oslo.log >= 3.11.0
BuildRequires: python-oslo.serialization >= 1.10.0
-BuildRequires: python-oslo.utils >= 3.16.0
+BuildRequires: python-oslo.utils >= 3.18.0
BuildRequires: python-oslotest >= 1.10.0
-BuildRequires: python-pbr >= 1.6
-BuildRequires: python-requests-mock >= 1.0
+BuildRequires: python-pbr >= 1.8
+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-Babel >= 2.3.4
-Requires: python-cliff >= 1.15.0
+Requires: python-cliff >= 2.3.0
Requires: python-debtcollector >= 1.2.0
Requires: python-iso8601 >= 0.1.11
-Requires: python-keystoneauth1 >= 2.10.0
-Requires: python-netaddr >= 0.7.12
-Requires: python-os-client-config >= 1.13.1
-Requires: python-osc-lib >= 0.4.0
+Requires: python-keystoneauth1 >= 2.17.0
+Requires: python-netaddr >= 0.7.13
+Requires: python-os-client-config >= 1.22.0
+Requires: python-osc-lib >= 1.2.0
Requires: python-oslo.i18n >= 2.1.0
+Requires: python-oslo.log >= 3.11.0
Requires: python-oslo.serialization >= 1.10.0
-Requires: python-oslo.utils >= 3.16.0
-Requires: python-pbr >= 1.6
+Requires: python-oslo.utils >= 3.18.0
+Requires: python-pbr >= 1.8
Requires: python-requests >= 2.10.0
Requires: python-simplejson >= 2.2.0
Requires: python-six >= 1.9.0
@@ -70,7 +72,7 @@
Summary: Documentation for OpenStack Neutron API Client
Group: Documentation
BuildRequires: python-Sphinx
-BuildRequires: python-oslosphinx >= 2.5.0
+BuildRequires: python-oslosphinx >= 4.7.0
BuildRequires: python-reno >= 1.8.0
%description doc
@@ -78,7 +80,8 @@
Neutron's API.
%prep
-%setup -q -n %{name}-%{version}
+%autosetup -n %{name}-%{version}
+%py_req_cleanup
%build
%py2_build
++++++ _service ++++++
--- /var/tmp/diff_new_pack.s3VyK0/_old 2017-02-21 13:44:46.827427537 +0100
+++ /var/tmp/diff_new_pack.s3VyK0/_new 2017-02-21 13:44:46.827427537 +0100
@@ -1,13 +1,12 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-neutronclient/python-neutronclient.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-neutronclient/python-neutronclient.spec.j2</param>
<param name="output-name">python-neutronclient.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/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-neutronclient</param>
</service>
<service mode="disabled" name="download_files">
- <param name="changesgenerate">enable</param>
- </service>
- <service name="refresh_patches" mode="disabled">
- <param name="changesgenerate">enable</param>
</service>
+ <service name="format_spec_file" mode="disabled"/>
</services>
++++++ python-neutronclient-6.0.0.tar.gz -> python-neutronclient-6.1.0.tar.gz
++++++
++++ 7232 lines of diff (skipped)