Hello community, here is the log from the commit of package python-octaviaclient for openSUSE:Factory checked in at 2020-10-26 16:16:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-octaviaclient (Old) and /work/SRC/openSUSE:Factory/.python-octaviaclient.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-octaviaclient" Mon Oct 26 16:16:05 2020 rev:6 rq:841195 version:2.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-octaviaclient/python-octaviaclient.changes 2020-03-24 22:32:08.081083034 +0100 +++ /work/SRC/openSUSE:Factory/.python-octaviaclient.new.3463/python-octaviaclient.changes 2020-10-26 16:16:47.990958606 +0100 @@ -1,0 +2,47 @@ +Fri Oct 9 19:10:46 UTC 2020 - cloud-de...@suse.de + +- update to version 2.2.0 + - Remove mocking of functools.partial + - Add SCTP support + - Fix hacking min version to 3.0.1 + - Add TLS versions and ciphers unsets + - Add the ability to specify TLS protocols for a listener + - Show operating_status in listing LB output + - Fix new pylint errors + - Fix the lower-constraints job for focal + - Update master for stable/ussuri + - Add Python3 victoria unit tests + - Remove Babel requirement + - Add l7policy and l7rule to octavia quota + - Add the ability to specify TLS protocols for a pool + - Add amphora delete command + - Add ALPN support for listeners + - Switch to newer openstackdocstheme and reno versions + +------------------------------------------------------------------- +Tue May 12 09:56:38 UTC 2020 - cloud-de...@suse.de + +- update to version 2.0.1 + - Add amphora stats show API and CLI + - Fix Octavia client for API endpoint 503 + - Add the ability to specify the cipher list for a listener + - Generate PDF documentation + - Add --long to amphora-list to show more columns + - Add the ability to specify the cipher list for a pool + - Align python-octaviaclient to octavia coding style + - List l7poclies by listener + - Add "--wait" functionality + - Drop netifaces from requirements.txt + - Fix API breakage due to new exceptions module + - Remove the dependency on the "mock" package + - Fix long CLI error messages + - Do not get all resources if ID is passed + - Stop testing python 2 + - Add support for availability zone [profiles] + - Add librsvg2-bin/-tools to bindep.txt + - Cleanup py27 support + - Update hacking for Python3 + - Update master for stable/train + - Fix doc8 check + +------------------------------------------------------------------- Old: ---- python-octaviaclient-1.10.0.tar.gz New: ---- python-octaviaclient-2.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-octaviaclient.spec ++++++ --- /var/tmp/diff_new_pack.w2KeXX/_old 2020-10-26 16:16:48.674959156 +0100 +++ /var/tmp/diff_new_pack.w2KeXX/_new 2020-10-26 16:16:48.678959159 +0100 @@ -17,13 +17,13 @@ Name: python-octaviaclient -Version: 1.10.0 +Version: 2.2.0 Release: 0 Summary: Octavia Plugin for the OpenStack Command-line Client License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/python-octaviaclient -Source0: https://files.pythonhosted.org/packages/source/p/python-octaviaclient/python-octaviaclient-1.10.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-octaviaclient/python-octaviaclient-2.2.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-mock BuildRequires: python3-openstackclient >= 3.12.0 @@ -40,17 +40,17 @@ %package -n python3-octaviaclient Summary: Octavia Plugin for the OpenStack Command-line Client Group: Development/Languages/Python -Requires: python3-Babel >= 2.3.4 +Requires: python3-Babel Requires: python3-cliff >= 2.8.0 Requires: python3-keystoneauth1 >= 3.4.0 -Requires: python3-netifaces >= 0.10.4 +Requires: python3-netifaces Requires: python3-neutronclient >= 6.7.0 Requires: python3-openstackclient >= 3.12.0 -Requires: python3-osc-lib >= 1.8.0 +Requires: python3-osc-lib >= 1.14.1 Requires: python3-oslo.serialization >= 2.18.0 Requires: python3-oslo.utils >= 3.33.0 Requires: python3-requests >= 2.14.2 -Requires: python3-six >= 1.10.0 +Requires: python3-six %description -n python3-octaviaclient The Python Octavia Client (python-octaviaclient) is a command-line client for @@ -64,6 +64,7 @@ BuildRequires: python3-Sphinx BuildRequires: python3-openstackdocstheme BuildRequires: python3-reno +BuildRequires: python3-sphinxcontrib-svg2pdfconverter %description -n python-octaviaclient-doc The Python Octavia Client (python-octaviaclient) is a command-line client for @@ -71,13 +72,13 @@ This package contains auto-generated documentation. %prep -%autosetup -p1 -n python-octaviaclient-1.10.0 +%autosetup -p1 -n python-octaviaclient-2.2.0 %py_req_cleanup %build %{py3_build} -PBR_VERSION=1.10.0 %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=2.2.0 %sphinx_build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} @@ -85,6 +86,8 @@ %{py3_install} %check +# we don't want hacking +rm -f octaviaclient/tests/unit/test_hacking.py python3 -m stestr.cli run %files -n python3-octaviaclient ++++++ _service ++++++ --- /var/tmp/diff_new_pack.w2KeXX/_old 2020-10-26 16:16:48.710959185 +0100 +++ /var/tmp/diff_new_pack.w2KeXX/_new 2020-10-26 16:16:48.710959185 +0100 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/python-octaviaclient/python-octaviaclient.spec.j2</param> + <param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/python-octaviaclient/python-octaviaclient.spec.j2</param> <param name="output-name">python-octaviaclient.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/python-octaviaclient/stable/train/requirements.txt</param> + <param name="requirements">https://opendev.org/openstack/python-octaviaclient/raw/branch/stable/victoria/requirements.txt</param> <param name="changelog-email">cloud-de...@suse.de</param> <param name="changelog-provider">gh,openstack,python-octaviaclient</param> </service> ++++++ python-octaviaclient-1.10.0.tar.gz -> python-octaviaclient-2.2.0.tar.gz ++++++ ++++ 9239 lines of diff (skipped)