Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-novaclient for
openSUSE:Factory checked in at 2025-11-10 19:17:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-novaclient (Old)
and /work/SRC/openSUSE:Factory/.python-novaclient.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-novaclient"
Mon Nov 10 19:17:16 2025 rev:45 rq:1316769 version:18.11.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-novaclient/python-novaclient.changes
2025-06-14 16:17:35.809939535 +0200
+++
/work/SRC/openSUSE:Factory/.python-novaclient.new.1980/python-novaclient.changes
2025-11-10 19:17:33.076876836 +0100
@@ -1,0 +2,18 @@
+Sun Nov 9 21:04:07 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 18.11.0:
+ * Replace keystoneclient with openstacksdk
+ * tests: Stop "testing" against Identity v2 API
+ * Replace neutronclient with openstacksdk
+ * Replace cinderclient with openstacksdk
+ * Add libpcre3-dev in bindep.txt for pcre.h
+ * Update master for stable/2025.1
+ * Replace oslo\_utils.encodeutils.exception\_to\_unicode
+ * Remove environment for Python 3.8
+ * Replace glanceclient with openstacksdk
+ * reno: Update master for unmaintained/2023.1
+ * tox: Drop envdir
+ * Remove Python 3.8 support
+ * Update master for stable/2024.2
+
+-------------------------------------------------------------------
Old:
----
_service
python-novaclient-18.7.0.tar.gz
New:
----
python_novaclient-18.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-novaclient.spec ++++++
--- /var/tmp/diff_new_pack.9X2CGD/_old 2025-11-10 19:17:33.748904989 +0100
+++ /var/tmp/diff_new_pack.9X2CGD/_new 2025-11-10 19:17:33.748904989 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-novaclient
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,57 +16,44 @@
#
+%global pythons %{primary_python}
Name: python-novaclient
-Version: 18.7.0
+Version: 18.11.0
Release: 0
Summary: Python API and CLI for OpenStack Nova
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/python-novaclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-novaclient/python-novaclient-18.7.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-novaclient/python_novaclient-%{version}.tar.gz
+BuildRequires: %{python_module ddt}
+BuildRequires: %{python_module fixtures}
+BuildRequires: %{python_module openstacksdk}
+BuildRequires: %{python_module os-client-config}
+BuildRequires: %{python_module osprofiler}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module requests-mock}
+BuildRequires: %{python_module stestr}
+BuildRequires: %{python_module testscenarios}
+BuildRequires: %{python_module testtools}
+BuildRequires: %{python_module wheel}
BuildRequires: openssl
BuildRequires: openstack-macros
-BuildRequires: python3-cinderclient
-BuildRequires: python3-ddt
-BuildRequires: python3-fixtures
-BuildRequires: python3-glanceclient
-BuildRequires: python3-keystoneclient
-BuildRequires: python3-os-client-config
-BuildRequires: python3-osprofiler
-BuildRequires: python3-pbr >= 3.0.0
-BuildRequires: python3-requests-mock
-BuildRequires: python3-stestr
-BuildRequires: python3-testscenarios
-BuildRequires: python3-testtools
+Requires: python-Babel
+Requires: python-PrettyTable >= 0.7.2
+Requires: python-openstacksdk
+Requires: python-oslo.i18n >= 3.15.3
+Requires: python-oslo.serialization >= 2.20.0
+Requires: python-oslo.utils >= 3.33.0
+Requires: python-simplejson
BuildArch: noarch
+%python_subpackages
%description
This is a client for the OpenStack Nova API. There's a Python API (the
novaclient module), and a command-line script (nova). Each implements 100% of
the OpenStack Nova API.
-%package -n python3-novaclient
-Summary: Python API and CLI for OpenStack Nova
-Requires: openssl
-Requires: python3-Babel
-Requires: python3-PrettyTable >= 0.7.2
-Requires: python3-iso8601 >= 0.1.11
-Requires: python3-keystoneauth1 >= 3.5.0
-Requires: python3-oslo.i18n >= 3.15.3
-Requires: python3-oslo.serialization >= 2.20.0
-Requires: python3-oslo.utils >= 3.33.0
-Requires: python3-pbr >= 3.0.0
-Requires: python3-simplejson
-%if 0%{?suse_version}
-Obsoletes: python2-novaclient < 16.0.0
-%endif
-
-%description -n python3-novaclient
-This is a client for the OpenStack Nova API. There's a Python API (the
-novaclient module), and a command-line script (nova). Each implements 100% of
-the OpenStack Nova API.
-
-%package -n python-novaclient-doc
+%package -n python3-novaclient-doc
Summary: Documentation for OpenStack Nova API Client
Group: Documentation/HTML
BuildRequires: python3-Sphinx
@@ -74,7 +61,7 @@
BuildRequires: python3-reno
BuildRequires: python3-sphinxcontrib-apidoc
-%description -n python-novaclient-doc
+%description -n python3-novaclient-doc
This is a client for the OpenStack Nova API. There's a Python API (the
novaclient module), and a command-line script (nova). Each implements 100% of
the OpenStack Nova API.
@@ -82,30 +69,29 @@
This package contains auto-generated documentation.
%prep
-%autosetup -p1 -n %{name}-%{version}
-%py_req_cleanup
+%autosetup -p1 -n python_novaclient-%{version}
%build
-%{py3_build}
+%pyproject_wheel
-PBR_VERSION=18.7.0 %sphinx_build -b html -d doc/build/doctrees doc/source
doc/build/html
+PBR_VERSION=%{version} %sphinx_build -b html -d doc/build/doctrees doc/source
doc/build/html
# Fix hidden-file-or-dir warnings
rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
%install
-%{py3_install}
+%pyproject_install
%check
export OS_TEST_PATH=novaclient/tests/unit
%{openstack_stestr_run}
-%files -n python3-novaclient
+%files %{python_files}
%license LICENSE
%{_bindir}/nova
-%{python3_sitelib}/novaclient
-%{python3_sitelib}/*.egg-info
+%{python_sitelib}/novaclient
+%{python_sitelib}/python_novaclient-%{version}.dist-info
-%files -n python-novaclient-doc
+%files -n python3-novaclient-doc
%doc README.rst doc/build/html
%license LICENSE