Hello community,
here is the log from the commit of package python-ovsdbapp for openSUSE:Factory
checked in at 2020-10-26 16:17:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ovsdbapp (Old)
and /work/SRC/openSUSE:Factory/.python-ovsdbapp.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ovsdbapp"
Mon Oct 26 16:17:39 2020 rev:8 rq:841224 version:1.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ovsdbapp/python-ovsdbapp.changes
2020-08-10 15:06:56.764283937 +0200
+++
/work/SRC/openSUSE:Factory/.python-ovsdbapp.new.3463/python-ovsdbapp.changes
2020-10-26 16:18:23.487035416 +0100
@@ -1,0 +2,36 @@
+Fri Oct 9 19:18:44 UTC 2020 - [email protected]
+
+- update to version 1.5.0
+ - Import ABCs from 'collections.abc'
+ - Add QoSDelExtIdCommand
+ - Update master for stable/ussuri
+ - Handle index lookups in DbFindCommand
+ - Add "inactivity_probe" parameter to "enable_connection_uri"
+ - Add a cause description to "TimeoutException"
+ - Add "if_exists" parameter to "QoSDelCommand"
+ - Stop iterating on first matching QoS rule
+ - Remove translation sections from setup.cfg
+ - Allow read-only Commands to bypass txns in execute()
+ - Only create indices if connection is not running
+ - drop mock from lower-constraints
+ - Fix thread/threading change in unit test
+ - Fix hacking min version to 3.0.1
+ - Don't let an Exception in one event affect others
+ - Add indexed column support to ovsdbapp
+ - Change TestOvnNbIndex.test_find to use Port_Group
+ - Remove the dependency on the "mock" package
+ - Make it more obvious when errors are ignored
+ - Add MAC_Binding index lookup
+ - Tempest job inherits from Neutron tempest OVN job
+ - Switch to newer openstackdocstheme and reno versions
+ - Fix spurious test failure
+ - Accept a Row as a result in AddCommand
+ - Remove all usage of six library
+ - Update hacking for Python3
+ - Don't create new API instance in fixtures
+ - Fix pep8 job
+ - Correct variable names for test
+ - Add lock when calling idl.run()
+ - OVNNB backend: Fix LbDelCommand when using vip param
+
+-------------------------------------------------------------------
Old:
----
ovsdbapp-1.2.0.tar.gz
New:
----
ovsdbapp-1.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ovsdbapp.spec ++++++
--- /var/tmp/diff_new_pack.T6JV8S/_old 2020-10-26 16:18:24.307036075 +0100
+++ /var/tmp/diff_new_pack.T6JV8S/_new 2020-10-26 16:18:24.311036079 +0100
@@ -18,18 +18,18 @@
%define with_tests 1
Name: python-ovsdbapp
-Version: 1.2.0
+Version: 1.5.0
Release: 0
Summary: A library for creating OVSDB applications
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/ovsdbapp
-Source0:
https://files.pythonhosted.org/packages/source/o/ovsdbapp/ovsdbapp-1.2.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/ovsdbapp/ovsdbapp-1.5.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-fixtures >= 3.0.0
BuildRequires: python3-netaddr >= 0.7.18
BuildRequires: python3-oslotest
-BuildRequires: python3-ovs >= 2.8.0
+BuildRequires: python3-ovs >= 2.10.0
BuildRequires: python3-pbr >= 2.0.0
BuildRequires: python3-stestr
BuildRequires: python3-testscenarios
@@ -46,9 +46,9 @@
Group: Development/Languages/Python
Requires: python3-fixtures >= 3.0.0
Requires: python3-netaddr >= 0.7.18
-Requires: python3-ovs >= 2.8.0
+Requires: python3-ovs >= 2.10.0
Requires: python3-pbr >= 2.0.0
-Requires: python3-six >= 1.10.0
+Requires: python3-six
%description -n python3-ovsdbapp
The ovdsbapp library is useful for creating applications that communicate via
@@ -72,7 +72,7 @@
%{py3_build}
# generate html docs
-PBR_VERSION=1.2.0 PYTHONPATH=. \
+PBR_VERSION=1.5.0 PYTHONPATH=. \
%sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
@@ -81,7 +81,7 @@
%if 0%{?with_tests}
%check
-OS_TEST_PATH=./ovsdbapp/tests/unit python3 -m stestr.cli run
+OS_TEST_PATH=./ovsdbapp/tests/unit PYTHONPATH=. python3 -m stestr.cli run
%endif
%files -n python3-ovsdbapp
++++++ _service ++++++
--- /var/tmp/diff_new_pack.T6JV8S/_old 2020-10-26 16:18:24.335036098 +0100
+++ /var/tmp/diff_new_pack.T6JV8S/_new 2020-10-26 16:18:24.339036101 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/ovsdbapp/ovsdbapp.spec.j2</param>
+ <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/ovsdbapp/ovsdbapp.spec.j2</param>
<param name="output-name">python-ovsdbapp.spec</param>
- <param
name="requirements">https://opendev.org/openstack/ovsdbapp/raw/branch/stable/ussuri/requirements.txt</param>
+ <param
name="requirements">https://opendev.org/openstack/ovsdbapp/raw/branch/stable/victoria/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,ovsdbapp</param>
</service>
++++++ ovsdbapp-1.2.0.tar.gz -> ovsdbapp-1.5.0.tar.gz ++++++
++++ 2456 lines of diff (skipped)