Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-heatclient for
openSUSE:Factory checked in at 2025-11-10 19:17:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
and /work/SRC/openSUSE:Factory/.python-heatclient.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-heatclient"
Mon Nov 10 19:17:01 2025 rev:41 rq:1316758 version:4.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes
2025-07-06 17:18:48.690015860 +0200
+++
/work/SRC/openSUSE:Factory/.python-heatclient.new.1980/python-heatclient.changes
2025-11-10 19:17:17.624229480 +0100
@@ -1,0 +2,19 @@
+Sun Nov 9 20:41:51 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 4.3.0:
+ * Fix a typo in release note
+ * Remove Python 3.9 support
+ * Revert "Replace license classifier"
+ * Replace license classifier
+ * Bump minimum pbr
+ * add pyproject.toml to support pip 23.1
+ * osc: Use FormattableColumn for formatter
+ * Drop redundant injection of VIRTUAL\_ENV
+ * doc: Use common requirements definition
+ * Use pre-commit to run format check
+ * Add --project param to stack list in OSC plugin
+ * Skip functional tests for .gitreview
+ * Update master for stable/2025.1
+- switch to singlespec
+
+-------------------------------------------------------------------
Old:
----
_service
python-heatclient-4.1.0.tar.gz
New:
----
python_heatclient-4.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-heatclient.spec ++++++
--- /var/tmp/diff_new_pack.JPreLM/_old 2025-11-10 19:17:18.232254951 +0100
+++ /var/tmp/diff_new_pack.JPreLM/_new 2025-11-10 19:17:18.236255120 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-heatclient
#
-# 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,95 +16,76 @@
#
+%global pythons %{primary_python}
Name: python-heatclient
-Version: 4.1.0
+Version: 4.3.0
Release: 0
Summary: Python API and CLI for OpenStack Heat
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/python-heatclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-heatclient/python-heatclient-4.1.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python_heatclient/python_heatclient-%{version}.tar.gz
+BuildRequires: %{python_module PyYAML >= 3.13}
+BuildRequires: %{python_module cliff >= 2.8.0}
+BuildRequires: %{python_module devel}
+BuildRequires: %{python_module fixtures}
+BuildRequires: %{python_module openstackclient}
+BuildRequires: %{python_module osc-lib >= 1.14.0}
+BuildRequires: %{python_module oslo.serialization >= 2.18.0}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module requests-mock}
+BuildRequires: %{python_module stestr}
+BuildRequires: %{python_module swiftclient}
+BuildRequires: %{python_module testscenarios}
+BuildRequires: %{python_module testtools}
+BuildRequires: %{python_module wheel}
BuildRequires: openstack-macros
-BuildRequires: python3-PyYAML >= 3.13
-BuildRequires: python3-cliff >= 2.8.0
-BuildRequires: python3-devel
-BuildRequires: python3-fixtures
-BuildRequires: python3-osc-lib >= 1.14.0
-BuildRequires: python3-oslo.serialization >= 2.18.0
-BuildRequires: python3-pbr >= 2.0.0
-BuildRequires: python3-requests-mock
-BuildRequires: python3-stestr
-BuildRequires: python3-swiftclient >= 3.2.0
-BuildRequires: python3-testscenarios
-BuildRequires: python3-testtools
-Requires: python3-Babel
-Requires: python3-PrettyTable >= 0.7.2
-Requires: python3-PyYAML >= 3.13
-Requires: python3-cliff >= 2.8.0
-Requires: python3-iso8601 >= 0.1.11
-Requires: python3-keystoneauth1 >= 3.8.0
-Requires: python3-osc-lib >= 1.14.0
-Requires: python3-oslo.i18n >= 3.15.3
-Requires: python3-oslo.serialization >= 2.18.0
-Requires: python3-oslo.utils >= 3.33.0
-Requires: python3-requests >= 2.14.2
-Requires: python3-swiftclient >= 3.2.0
+Requires: python-Babel
+Requires: python-PrettyTable >= 0.7.2
+Requires: python-PyYAML >= 3.13
+Requires: python-cliff >= 2.8.0
+Requires: python-iso8601 >= 0.1.11
+Requires: python-openstackclient
+Requires: python-osc-lib >= 1.14.0
+Requires: python-oslo.i18n >= 3.15.3
+Requires: python-oslo.serialization >= 2.18.0
+Requires: python-oslo.utils >= 3.33.0
+Requires: python-requests >= 2.14.2
+Requires: python-swiftclient
BuildArch: noarch
+%python_subpackages
%description
This is a client for the OpenStack Heat API. There's a Python API (the
heatclient module), and a command-line script (heat). Each implements 100% of
the OpenStack Heat API.
-%package -n python3-heatclient
-Summary: Python API and CLI for OpenStack Heat
-Requires: python3-Babel
-Requires: python3-PrettyTable >= 0.7.2
-Requires: python3-PyYAML >= 3.13
-Requires: python3-cliff >= 2.8.0
-Requires: python3-iso8601 >= 0.1.11
-Requires: python3-keystoneauth1 >= 3.8.0
-Requires: python3-osc-lib >= 1.14.0
-Requires: python3-oslo.i18n >= 3.15.3
-Requires: python3-oslo.serialization >= 2.18.0
-Requires: python3-oslo.utils >= 3.33.0
-Requires: python3-requests >= 2.14.2
-Requires: python3-swiftclient >= 3.2.0
-%if 0%{?suse_version}
-Obsoletes: python2-heatclient < 2.0.0
-%endif
-
-%description -n python3-heatclient
-This is a client for the OpenStack Heat API. There's a Python API (the
-heatclient module), and a command-line script (heat). Each implements 100% of
-the OpenStack Heat API.
-
-%package -n python-heatclient-doc
+%package -n python3-heatclient-doc
Summary: Documentation for OpenStack Heat API Client
Group: Documentation/HTML
BuildRequires: python3-Sphinx
BuildRequires: python3-openstackdocstheme
-%description -n python-heatclient-doc
+%description -n python3-heatclient-doc
This is a client for the OpenStack Heat API. There's a Python API (the
heatclient module), and a command-line script (heat). Each implements 100% of
the OpenStack Heat API.
This package contains auto-generated documentation.
%prep
-%autosetup -p1 -n python-heatclient-4.1.0
+%autosetup -p1 -n python_heatclient-%{version}
%py_req_cleanup
%build
-%{py3_build}
+%pyproject_wheel
-PBR_VERSION=4.1.0 %sphinx_build -b html doc/source doc/build/html
-PBR_VERSION=4.1.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
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
-%{py3_install}
+%pyproject_install
# man page
install -p -D -m 644 doc/build/man/heat.1 %{buildroot}%{_mandir}/man1/heat.1
# bash completion
@@ -113,15 +94,15 @@
%check
%{openstack_stestr_run}
-%files -n python3-heatclient
+%files %{python_files}
%license LICENSE
-%{python3_sitelib}/heatclient
-%{python3_sitelib}/*.egg-info
+%{python_sitelib}/heatclient
+%{python_sitelib}/python_heatclient-%{version}.dist-info
%{_bindir}/heat
%{_mandir}/man1/heat.1*
%{_sysconfdir}/bash_completion.d/heat.bash_completion
-%files -n python-heatclient-doc
+%files -n python3-heatclient-doc
%license LICENSE
%doc doc/build/html README.rst