Hello community,
here is the log from the commit of package python-openstackclient for
openSUSE:Factory checked in at 2020-10-26 16:16:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
and /work/SRC/openSUSE:Factory/.python-openstackclient.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openstackclient"
Mon Oct 26 16:16:12 2020 rev:22 rq:841197 version:5.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2020-06-05 20:14:57.346702592 +0200
+++
/work/SRC/openSUSE:Factory/.python-openstackclient.new.3463/python-openstackclient.changes
2020-10-26 16:16:50.950960987 +0100
@@ -1,0 +2,63 @@
+Fri Oct 9 19:02:36 UTC 2020 - [email protected]
+
+- update to version 5.4.0
+ - Switch to newer openstackdocstheme and reno versions
+ - Add API check for server_groups.create
+ - Cleanup Python 2.7 support
+ - Remove congress
+ - Add 'address_scope' type support to network rbac commands
+ - Resolve PEP8
+ - Add system role assignment tests for users and groups
+ - Add '--force; parameter to 'openstack quota set'
+ - Show words indicating booted from volume for server image
+ - Fix reverted osc-lib interface change
+ - Fix compatibility issue in 5.3
+ - Support tagging Neutron ports on creation
+ - Add NUMA affinity policy parameter to "port"
+ - Add 'subnetpool' type support to rbac commands
+ - Use unittest.mock instead of third party mock
+ - Allow os quota list query to filter by project
+ - Output correct json for security groups in 'openstack server show'
+ - Add libc6-dev to bindep
+ - Add description field to portforwarding NAT rules
+ - switch to stevedore for entry points
+ - Fix gate due to switch to focal
+ - Revert "Format location columns in network commands"
+ - Remove enabling of glance v1 API
+ - Support for stateless security groups
+ - Add cliff to libs-from-git for devstack functional tips
+ - Fix uploading an signed image does not work if private signing key is
encrypted
+ - Expose flag for forcing use of import for images
+ - Add a command to trigger entrypoint cache creation
+ - Add resource option immutable
+ - Be explicit about python version in image
+ - Delete the testcases that arent needed anymore
+ - Add py38 package metadata
+ - Make volume backup record commands available in v3
+ - bump py37 to py38 in tox.ini
+ - Update master for stable/ussuri
+ - Remove os-client-config references
+ - identity: autogenerate docs
+ - Fix --image-property option in 'create server'
+ - Adding options to user cli
+ - Allow openstack flavor set to update flavor description using name
+ - Replace assertItemsEqual with assertCountEqual
+ - Bypass user and group verification in RemoveRole
+ - Cleanup: remove a useless reference to "object"
+ - Add Python3 victoria unit tests
+ - image: autogenerate docs
+ - Remove translation sections from setup.cfg
+ - Client should parse string to boolean for value 'is_domain'
+ - Don't display Munch objects in the output
+ - port: add --host to list command
+ - Update developing.rst
+ - Add API check for server_groups.list
+ - Remove Babel from requirements
+ - Correct image lookup during server rebuild
+ - Remove install unnecessary packages
+ - Revert "Disallow setting default on internal network"
+ - Make container list --all work
+ - Add OpenStack Client for Manila docs
+ - Add command: router add/remove route --route
+
+-------------------------------------------------------------------
Old:
----
python-openstackclient-5.2.0.tar.gz
New:
----
python-openstackclient-5.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openstackclient.spec ++++++
--- /var/tmp/diff_new_pack.Pxw6Zh/_old 2020-10-26 16:16:51.462961398 +0100
+++ /var/tmp/diff_new_pack.Pxw6Zh/_new 2020-10-26 16:16:51.462961398 +0100
@@ -17,22 +17,23 @@
Name: python-openstackclient
-Version: 5.2.0
+Version: 5.4.0
Release: 0
Summary: OpenStack Command-line Client
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/python-openstackclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-5.2.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python-openstackclient-5.4.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-cinderclient >= 3.3.0
BuildRequires: python3-cliff >= 2.8.0
+BuildRequires: python3-ddt
BuildRequires: python3-fixtures
BuildRequires: python3-glanceclient
BuildRequires: python3-keystoneclient >= 3.22.0
BuildRequires: python3-mock
BuildRequires: python3-novaclient >= 15.1.0
-BuildRequires: python3-openstacksdk >= 0.36.0
+BuildRequires: python3-openstacksdk >= 0.48.0
BuildRequires: python3-os-client-config
BuildRequires: python3-osc-lib >= 2.0.0
BuildRequires: python3-oslotest
@@ -41,7 +42,7 @@
BuildRequires: python3-requests-mock
BuildRequires: python3-setuptools
BuildRequires: python3-stestr
-BuildRequires: python3-stevedore
+BuildRequires: python3-stevedore >= 2.0.1
BuildRequires: python3-testtools
BuildRequires: python3-wrapt
BuildArch: noarch
@@ -54,7 +55,7 @@
%package -n python3-openstackclient
Summary: OpenStack Command-line Client
Group: Development/Languages/Python
-Requires: python3-Babel >= 2.3.4
+Requires: python3-Babel
Requires: python3-cinderclient >= 3.3.0
Requires: python3-cliff >= 2.8.0
Requires: python3-glanceclient
@@ -62,7 +63,7 @@
Requires: python3-keystoneauth1
Requires: python3-keystoneclient >= 3.22.0
Requires: python3-novaclient >= 15.1.0
-Requires: python3-openstacksdk >= 0.36.0
+Requires: python3-openstacksdk >= 0.48.0
Requires: python3-osc-lib >= 2.0.0
Requires: python3-oslo.i18n >= 3.15.3
Requires: python3-oslo.utils >= 3.33.0
@@ -106,14 +107,14 @@
This package contains auto-generated documentation.
%prep
-%autosetup -p1 -n python-openstackclient-5.2.0
+%autosetup -p1 -n python-openstackclient-5.4.0
%py_req_cleanup
%build
%{py3_build}
-PBR_VERSION=5.2.0 %sphinx_build -b html doc/source doc/build/html
-PBR_VERSION=5.2.0 %sphinx_build -b man doc/source doc/build/man
+PBR_VERSION=5.4.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=5.4.0 %sphinx_build -b man doc/source doc/build/man
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.Pxw6Zh/_old 2020-10-26 16:16:51.498961427 +0100
+++ /var/tmp/diff_new_pack.Pxw6Zh/_new 2020-10-26 16:16:51.498961427 +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/python-openstackclient/python-openstackclient.spec.j2</param>
+ <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/python-openstackclient/python-openstackclient.spec.j2</param>
<param name="output-name">python-openstackclient.spec</param>
- <param
name="requirements">https://opendev.org/openstack/python-openstackclient/raw/branch/stable/ussuri/requirements.txt</param>
+ <param
name="requirements">https://opendev.org/openstack/python-openstackclient/raw/branch/stable/victoria/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param
name="changelog-provider">gh,openstack,python-openstackclient</param>
</service>
++++++ python-openstackclient-5.2.0.tar.gz ->
python-openstackclient-5.4.0.tar.gz ++++++
++++ 10835 lines of diff (skipped)