Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-magnumclient for
openSUSE:Factory checked in at 2025-11-10 19:17:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-magnumclient (Old)
and /work/SRC/openSUSE:Factory/.python-magnumclient.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-magnumclient"
Mon Nov 10 19:17:08 2025 rev:17 rq:1316764 version:4.9.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-magnumclient/python-magnumclient.changes
2024-09-04 13:24:05.692437994 +0200
+++
/work/SRC/openSUSE:Factory/.python-magnumclient.new.1980/python-magnumclient.changes
2025-11-10 19:17:24.836531624 +0100
@@ -1,0 +2,15 @@
+Sun Nov 9 20:46:21 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 4.9.0:
+ * Support credential API
+ * Replace os-client-config
+ * Replace UPPER\_CONSTRAINTS\_FILE
+ * Use releases.openstack.org instead of opendev.org
+ * Update master for stable/2025.1
+ * [FIX]: check\_hostname requires server\_hostname in Magnum
+ client
+ * reno: Update master for unmaintained/2023.1
+ * Bump hacking
+ * Update master for stable/2024.2
+
+-------------------------------------------------------------------
Old:
----
_service
python-magnumclient-4.7.0.tar.gz
New:
----
python_magnumclient-4.9.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-magnumclient.spec ++++++
--- /var/tmp/diff_new_pack.wsSjcA/_old 2025-11-10 19:17:25.592563296 +0100
+++ /var/tmp/diff_new_pack.wsSjcA/_new 2025-11-10 19:17:25.596563464 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-magnumclient
#
-# Copyright (c) 2024 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,89 +16,77 @@
#
+%global pythons %{primary_python}
Name: python-magnumclient
-Version: 4.7.0
+Version: 4.9.0
Release: 0
Summary: Python API and CLI for OpenStack Magnum
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/python-magnumclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-magnumclient/python-magnumclient-4.7.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-magnumclient/python_magnumclient-%{version}.tar.gz
+BuildRequires: %{python_module PrettyTable >= 0.7.2}
+BuildRequires: %{python_module cryptography >= 3.0}
+BuildRequires: %{python_module decorator >= 3.4.0}
+BuildRequires: %{python_module fixtures}
+BuildRequires: %{python_module keystoneauth1 >= 3.4.0}
+BuildRequires: %{python_module openstackclient}
+BuildRequires: %{python_module osc-lib >= 1.8.0}
+BuildRequires: %{python_module oslo.i18n >= 3.15.3}
+BuildRequires: %{python_module oslo.serialization >= 2.18.0}
+BuildRequires: %{python_module oslo.utils >= 3.33.0}
+BuildRequires: %{python_module oslotest}
+BuildRequires: %{python_module osprofiler}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module python-subunit}
+BuildRequires: %{python_module stestr}
+BuildRequires: %{python_module testscenarios}
+BuildRequires: %{python_module testtools}
+BuildRequires: %{python_module wheel}
BuildRequires: openstack-macros
-BuildRequires: python3-PrettyTable >= 0.7.2
-BuildRequires: python3-cryptography >= 3.0
-BuildRequires: python3-decorator >= 3.4.0
-BuildRequires: python3-fixtures
-BuildRequires: python3-keystoneauth1 >= 3.4.0
-BuildRequires: python3-openstackclient
-BuildRequires: python3-os-client-config >= 1.28.0
-BuildRequires: python3-osc-lib >= 1.8.0
-BuildRequires: python3-oslo.i18n >= 3.15.3
-BuildRequires: python3-oslo.serialization >= 2.18.0
-BuildRequires: python3-oslo.utils >= 3.33.0
-BuildRequires: python3-oslotest
-BuildRequires: python3-osprofiler
-BuildRequires: python3-pbr >= 2.0.0
-BuildRequires: python3-python-subunit
-BuildRequires: python3-stestr
-BuildRequires: python3-testscenarios
-BuildRequires: python3-testtools
+Requires: python-PrettyTable >= 0.7.2
+Requires: python-cryptography >= 3.0
+Requires: python-decorator >= 3.4.0
+Requires: python-keystoneauth1 >= 3.4.0
+Requires: python-osc-lib >= 1.8.0
+Requires: python-oslo.i18n >= 3.15.3
+Requires: python-oslo.log >= 3.36.0
+Requires: python-oslo.serialization >= 2.18.0
+Requires: python-oslo.utils >= 3.33.0
+Requires: python-pbr >= 2.0.0
+Requires: python-requests >= 2.14.2
+Requires: python-stevedore >= 1.20.0
BuildArch: noarch
+%python_subpackages
%description
Client library for Magnum built on the Magnum API. It provides a Python API
(the magnumclient module) and a command-line tool (magnum).
-%package -n python3-magnumclient
-Summary: Python API and CLI for OpenStack Magnum
-Requires: python3-PrettyTable >= 0.7.2
-Requires: python3-cryptography >= 3.0
-Requires: python3-decorator >= 3.4.0
-Requires: python3-keystoneauth1 >= 3.4.0
-Requires: python3-os-client-config >= 1.28.0
-Requires: python3-osc-lib >= 1.8.0
-Requires: python3-oslo.i18n >= 3.15.3
-Requires: python3-oslo.log >= 3.36.0
-Requires: python3-oslo.serialization >= 2.18.0
-Requires: python3-oslo.utils >= 3.33.0
-Requires: python3-pbr >= 2.0.0
-Requires: python3-requests >= 2.14.2
-Requires: python3-stevedore >= 1.20.0
-%if 0%{?suse_version}
-Obsoletes: python2-magnumclient < 2.17.0
-%endif
-
-%description -n python3-magnumclient
-Client library for Magnum built on the Magnum API. It provides a Python API
-(the magnumclient module) and a command-line tool (magnum).
-
-This package contains the Python 3.x module.
-
-%package -n python-magnumclient-doc
+%package -n python3-magnumclient-doc
Summary: Documentation for OpenStack Magnum API client libary
Group: Documentation/HTML
BuildRequires: python3-Sphinx
BuildRequires: python3-openstackdocstheme
-%description -n python-magnumclient-doc
+%description -n python3-magnumclient-doc
Client library for Magnum built on the Magnum API. It provides a Python API
(the magnumclient module) and a command-line tool (magnum).
This package contains the documentation.
%prep
-%autosetup -p1 -n python-magnumclient-4.7.0
-%py_req_cleanup
+%autosetup -p1 -n python_magnumclient-%{version}
%build
-%{py3_build}
+%pyproject_wheel
# Build HTML docs and man page
-PBR_VERSION=4.7.0 %sphinx_build -b html doc/source doc/build/html
-PBR_VERSION=4.7.0 %sphinx_build -b man doc/source doc/build/man
+PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=%{version} %sphinx_build -b man doc/source doc/build/man
rm -r doc/build/html/.{doctrees,buildinfo}
%install
-%{py3_install}
+%pyproject_install
# man page
install -p -D -m 644 doc/build/man/python-magnumclient.1
%{buildroot}%{_mandir}/man1/magnum.1
# Install bash completion
@@ -107,15 +95,15 @@
%check
%{openstack_stestr_run}
-%files -n python3-magnumclient
+%files %{python_files}
%license LICENSE
-%{python3_sitelib}/magnumclient
-%{python3_sitelib}/*.egg-info
+%{python_sitelib}/magnumclient
+%{python_sitelib}/python_magnumclient-%{version}.dist-info
%{_bindir}/magnum
%{_mandir}/man1/magnum.1.*
%{_sysconfdir}/bash_completion.d/magnum.bash_completion
-%files -n python-magnumclient-doc
+%files -n python3-magnumclient-doc
%doc README.rst doc/build/html
%license LICENSE