Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-openstackclient for
openSUSE:Factory checked in at 2026-08-20 16:14:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
and /work/SRC/openSUSE:Factory/.python-openstackclient.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openstackclient"
Thu Aug 20 16:14:03 2026 rev:31 rq:1371530 version:10.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2026-05-19 17:48:28.971931461 +0200
+++
/work/SRC/openSUSE:Factory/.python-openstackclient.new.1258/python-openstackclient.changes
2026-08-20 16:14:04.871669418 +0200
@@ -1,0 +2,136 @@
+Wed Aug 5 14:58:39 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 10.2.1:
+ * Make block-storage endpoint optional for select commands
+ * share: Add support for AZs
+ * share: Import commands (2/n)
+ * network: Address review comments on VPNaaS addition
+ * network: Replace new use of keystoneclient
+ * docs: Remove references to python-keystoneclient
+ * typing: Add hints to new vpnaas commands
+ * docs: Add docs for missing commands
+ * docs: Restructure command-objects guide
+ * Neutron: Move vpnaas osc client code from neutronclient
+ * tests: Rename 'volume_sdk_client' -> 'volume_client'
+ * volume: Migrate to 'volume' client alias
+ * Remove python-cinderclient
+ * tests: Use SDK objects for volume tests
+ * volume: Migrate 'block storage * manageable list' to SDK
+ * volume: Migrate 'block storage cluster *' to SDK
+ * volume: Migrate 'block storage cleanup' to SDK
+ * volume: Migrate 'volume qos *' to SDK
+ * volume: Migrate 'volume consistency group snapshot *' to SDK
+ * volume: Migrate 'volume consistency group *' to SDK
+ * share: Import commands (1/n)
+ * share: Import utils
+ * share: Temporarily ignore new manilaclient commands
+ * share: Fix nits in client creation
+ * share: Bootstrap new service
+ * zuul: Use openstack-python3-next-jobs template
+ * pre-commit: Bump dependencies
+ * network: Replace new use of keystoneclient
+ * typing: Add missing hints to network.v2.dynamic_routing
+ * Add security group default statefulness CLI commands
+ * common: Replace remaining use of keystoneclient
+ * volume: Replace remaining use of keystoneclient
+ * network: Replace remaining use of keystoneclient
+ * image: Replace remaining use of keystoneclient
+ * compute: Replace remaining use of keystoneclient
+ * Remove dead nova-network utils (redux)
+ * trivial: Replace references to private _proxy modules
+ * Add "network agent router set" command
+ * Remove workaround for network quota "router_routes"
+ * volume: Migrate 'volume message *' to SDK
+ * volume: Migrate 'volume backup record *' to SDK
+ * volume: Migrate 'volume transfer request *' to SDK
+ * volume: Migrate 'volume host *' to SDK
+ * volume: Migrate 'volume group *' to SDK
+ * volume: Migrate 'volume group type *' to SDK
+ * volume: Migrate 'volume type *' to SDK
+ * Identity: Migrate endpoint-project association commands to
+ SDK
+ * Add support for nova's unpin-az microversion 104
+ * volume: Migrate 'volume list' to SDK
+ * volume: Migrate 'volume set', 'volume unset' to SDK
+ * typing: Typing updates for openstacksdk 4.16.0
+ * Identity: Migrate 'policy' commands to SDK
+ * image: Document replacement for md-tag-create-multiple
+ * identity: Remove unused helper
+ * Add availability zone and host filters to aggregate list
+ * image v1: Migrate 'create image' volume calls to SDK
+ * compute: Replace remaining use of cinderclient
+ * typing: Typing updates for openstacksdk 4.15.0
+ * network: Add --evpn-vni to a Neutron router create command
+ * Fix package discovery
+ * tests: Remove unused fakes
+ * tests: Remove version suffixes
+ * volume: Add v3-specific qos specs module
+ * volume: Add v3-specific volume host module
+ * volume: Add v3-specific backup record module
+ * volume: Add v3-specific consistency group snapshot module
+ * volume: Add v3-specific consistency group module
+ * Neutron: Move dynamic-routing osc client code from
+ neutronclient
+ * volume: Add v3 volume backend support
+ * network: Do not show evpn_vni if not returned by API
+ * quota: Fix incorrect keypair usage in show command
+ * network: Add --advertise-host argument to "add subnet"
+ * common: Use importlib.metadata for package versions
+ * network: Accept name as positional arg for FWaaS create
+ commands
+ * Add --router-routes option to quota commands
+ * typing: Add types for _format_* helpers
+ * typing: Add types for _get_columns helpers
+ * typing: Require typed defs
+ * Remove dead nova-network utils
+ * image: Use pagination helper
+ * Add support for --max-items
+ * network: Add '--marker', '--limit' to most list commands
+ * typing: Typing updates for recent SDK changes
+ * Add PVLAN commands for Neutron
+ * Add functional tests for volume group CRUD
+ * Add groups quota option for volume quota set command
+ * network: Remove irrelevant TODO
+ * network: Prefer --agent-id to --long
+ * feat: add pagination to user and project list
+ * Fix up mypy errors
+ * Drop support for Python 3.10
+ * Identity: Migrate 'mapping' commands to SDK
+
+-------------------------------------------------------------------
+Sun Jun 14 21:19:10 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 10.1.0:
+ * Fix package discovery
+ * tests: Remove unused fakes
+ * tests: Remove version suffixes
+ * volume: Add v3-specific qos specs module
+ * volume: Add v3-specific volume host module
+ * volume: Add v3-specific backup record module
+ * volume: Add v3-specific consistency group snapshot module
+ * volume: Add v3-specific consistency group module
+ * volume: Add v3 volume backend support
+ * network: Do not show evpn_vni if not returned by API
+ * common: Use importlib.metadata for package versions
+ * network: Accept name as positional arg for FWaaS create
+ commands
+ * Add --router-routes option to quota commands
+ * typing: Add types for _format_* helpers
+ * typing: Add types for _get_columns helpers
+ * typing: Require typed defs
+ * Remove dead nova-network utils
+ * image: Use pagination helper
+ * Add support for --max-items
+ * network: Add '--marker', '--limit' to most list commands
+ * typing: Typing updates for recent SDK changes
+ * Add PVLAN commands for Neutron
+ * Add functional tests for volume group CRUD
+ * Add groups quota option for volume quota set command
+ * network: Remove irrelevant TODO
+ * network: Prefer --agent-id to --long
+ * feat: add pagination to user and project list
+ * Fix up mypy errors
+ * Drop support for Python 3.10
+ * Identity: Migrate 'mapping' commands to SDK
+
+-------------------------------------------------------------------
Old:
----
python_openstackclient-10.0.0.tar.gz
New:
----
python_openstackclient-10.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openstackclient.spec ++++++
--- /var/tmp/diff_new_pack.CNaeT0/_old 2026-08-20 16:14:05.895705709 +0200
+++ /var/tmp/diff_new_pack.CNaeT0/_new 2026-08-20 16:14:05.898705815 +0200
@@ -18,7 +18,7 @@
%global pythons %{primary_python}
Name: python-openstackclient
-Version: 10.0.0
+Version: 10.2.1
Release: 0
Summary: OpenStack Command-line Client
License: Apache-2.0
@@ -32,10 +32,12 @@
BuildRequires: %{python_module fixtures >= 3.0.0}
BuildRequires: %{python_module iso8601 >= 0.1.11}
BuildRequires: %{python_module keystoneclient >= 3.22.0}
-BuildRequires: %{python_module openstacksdk >= 4.12.0}
+BuildRequires: %{python_module manilaclient}
+BuildRequires: %{python_module openstacksdk >= 4.14.0}
BuildRequires: %{python_module osc-lib >= 4.6.0}
BuildRequires: %{python_module oslotest}
BuildRequires: %{python_module osprofiler >= 1.4.0}
+BuildRequires: %{python_module pbr >= 6.1.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module requests >= 2.27.0}
BuildRequires: %{python_module requests-mock >= 1.2.0}
@@ -52,7 +54,7 @@
Requires: python-cryptography >= 2.7
Requires: python-iso8601 >= 0.1.11
Requires: python-keystoneclient >= 3.22.0
-Requires: python-openstacksdk >= 4.12.0
+Requires: python-openstacksdk >= 4.14.0
Requires: python-osc-lib >= 4.6.0
Requires: python-oslo.i18n >= 3.15.3
Requires: python-oslo.utils
++++++ python_openstackclient-10.0.0.tar.gz ->
python_openstackclient-10.2.1.tar.gz ++++++
++++ 61172 lines of diff (skipped)