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-05-19 17:48:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-openstackclient.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openstackclient"

Tue May 19 17:48:23 2026 rev:30 rq:1353859 version:10.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
    2026-03-10 17:48:15.699036110 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new.1966/python-openstackclient.changes
  2026-05-19 17:48:28.971931461 +0200
@@ -1,0 +2,66 @@
+Mon May 18 13:10:55 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 10.0.0:
+  * quotas: do not fail to set/delete if an endpoint is missing
+  * remove pbr as runtime dependency
+  * fix: properly check if endpoints are enabled
+  * Cinder: Adds a api mv 3.66 check for snapshot creation
+  * typing: Typing updates for recent SDK changes
+  * Identity: Migrate 'identity provider' commands to SDK
+  * Follow-Up for networking-bgpvpn osc client migration
+  * Adds CLI support for glance md-tags
+  * typing: Add py.typed file
+  * typing: Add missing ensure_service_version calls
+  * typing: Fixes for typed SDK find_* proxy methods
+  * Fix user password set command
+  * Remove nova-network support
+  * [FWaaS] Deprecate --share and --enable options in the Unset
+    commands
+  * Use project_id strings in fwaas tests
+  * Neutron: Move bgpvpn osc client code from neutronclient
+  * typing: Add hints to base functional test
+  * typing: Add hints to network commands
+  * typing: Add hints to object commands
+  * typing: Add hints to image commands
+  * typing: Add hints to common commands
+  * typing: Add hints to identity commands
+  * typing: Add hints to volume commands
+  * typing: Add hints to compute commands
+  * typing: Add hints to api module
+  * api: Remove dead image v1, v2 API
+  * typing: Add hints to shell module
+  * typing: Use objects from typing (redux)
+  * Revert "Workaround for failing tests on openstacksdk change"
+  * trivial: Sort AZ helpers alphabetically
+  * typing: Remove unnecessary type: ignore statements
+  * typing: Have NetDetectionMixin subclass Command
+  * typing: Use objects from typing
+  * Neutron: Move FWaaS OSC client code from neutronclient
+  * Imported Translations from Zanata
+  * tests: Fix test_module for Python 3.14
+  * typing: Fix for typed openstacksdk proxies
+  * Add share commands to compute
+  * Remove tenant_id from networking code
+  * tests: Explicitly specify network agent fields for output
+  * hacking: Add tests
+  * hacking: Add doctests
+  * hacking: Fix check for missing ignore_missing calls
+  * hacking: Check for overly complicated client access
+  * tests: Make use of fake client aliases
+  * hacking: Make check for duplicate clients less specific
+  * hacking: Fix typos
+  * tests: Add object store v1 FakeClientMixin
+  * Expand help of server migrate command
+  * compute: Stop sending rxtx_factor when unset
+  * hacking: Ensure use of openstackclient.command
+  * Update packaging configuration
+  * Add --cluster option to volume migration
+  * identity: Fix project list
+  * tests: Remove image v1 functional tests
+  * tests: Trivial capitalization fixes
+  * typing: Add class variables to testcases
+  * Update master for stable/2026.1
+  * Remove unused Makefile for doc
+  * trivial: Enable ruff-specific (RUF) rules
+
+-------------------------------------------------------------------

Old:
----
  python_openstackclient-9.0.0.tar.gz

New:
----
  python_openstackclient-10.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-openstackclient.spec ++++++
--- /var/tmp/diff_new_pack.mz7AsN/_old  2026-05-19 17:48:29.519954131 +0200
+++ /var/tmp/diff_new_pack.mz7AsN/_new  2026-05-19 17:48:29.523954296 +0200
@@ -18,41 +18,46 @@
 
 %global pythons %{primary_python}
 Name:           python-openstackclient
-Version:        9.0.0
+Version:        10.0.0
 Release:        0
 Summary:        OpenStack Command-line Client
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/python-openstackclient
 Source0:        
https://files.pythonhosted.org/packages/source/p/python-openstackclient/python_openstackclient-%{version}.tar.gz
-BuildRequires:  %{python_module cinderclient}
-BuildRequires:  %{python_module cliff >= 3.5.0}
-BuildRequires:  %{python_module ddt}
-BuildRequires:  %{python_module fixtures}
-BuildRequires:  %{python_module keystoneclient}
-BuildRequires:  %{python_module openstacksdk >= 4.7.1}
-BuildRequires:  %{python_module os-client-config}
-BuildRequires:  %{python_module osc-lib >= 2.3.0}
+BuildRequires:  %{python_module cinderclient >= 3.3.0}
+BuildRequires:  %{python_module cliff >= 4.13.0}
+BuildRequires:  %{python_module cryptography >= 2.7}
+BuildRequires:  %{python_module ddt >= 1.0.1}
+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 osc-lib >= 4.6.0}
 BuildRequires:  %{python_module oslotest}
-BuildRequires:  %{python_module osprofiler}
+BuildRequires:  %{python_module osprofiler >= 1.4.0}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module requests-mock}
-BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module requests >= 2.27.0}
+BuildRequires:  %{python_module requests-mock >= 1.2.0}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module stestr}
+BuildRequires:  %{python_module stestr >= 1.0.0}
 BuildRequires:  %{python_module stevedore >= 2.0.1}
-BuildRequires:  %{python_module testtools}
+BuildRequires:  %{python_module testtools >= 2.2.0}
 BuildRequires:  %{python_module wheel}
-BuildRequires:  %{python_module wrapt}
+BuildRequires:  %{python_module wrapt >= 1.7.0}
 BuildRequires:  openstack-macros
 Requires:       python-Babel
-Requires:       python-cinderclient
-Requires:       python-cliff >= 3.5.0
-Requires:       python-keystoneclient
-Requires:       python-openstacksdk >= 4.7.1
-Requires:       python-osc-lib >= 2.3.0
+Requires:       python-cinderclient >= 3.3.0
+Requires:       python-cliff >= 4.13.0
+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-osc-lib >= 4.6.0
 Requires:       python-oslo.i18n >= 3.15.3
 Requires:       python-oslo.utils
+Requires:       python-requests >= 2.27.0
+Requires:       python-stevedore >= 2.0.1
 BuildArch:      noarch
 %if "python%{python_nodots_ver}" == "%{primary_python}"
 Obsoletes:      python3-openstackclient < %{version}
@@ -94,6 +99,7 @@
 install -p -D -m 644 doc/build/man/openstack.1 
%{buildroot}%{_mandir}/man1/openstack.1
 
 %check
+rm -v openstackclient/tests/unit/test_hacking.py
 %{openstack_stestr_run}
 
 %files %{python_files}

++++++ python_openstackclient-9.0.0.tar.gz -> 
python_openstackclient-10.0.0.tar.gz ++++++
++++ 48805 lines of diff (skipped)

Reply via email to