Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oslo.reports for
openSUSE:Factory checked in at 2025-11-10 19:17:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.reports (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.reports.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.reports"
Mon Nov 10 19:17:30 2025 rev:18 rq:1316787 version:3.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.reports/python-oslo.reports.changes
2024-09-04 13:23:12.714221180 +0200
+++
/work/SRC/openSUSE:Factory/.python-oslo.reports.new.1980/python-oslo.reports.changes
2025-11-10 19:17:55.169802372 +0100
@@ -1,0 +2,19 @@
+Sun Nov 9 13:55:42 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 3.6.0:
+ * add pyproject.toml to support pip 23.1
+ * tox: Remove basepython
+ * Update master for stable/2025.1
+ * Skip installation to speed up pep8
+ * reno: Update master for unmaintained/2023.1
+ * Add note about requirements lower bounds
+ * Remove Python 3.8 support
+ * Run pyupgrade to clean up Python 2 syntaxes
+ * Declare Python 3.12 support
+ * Update master for stable/2024.2
+ * Handle shell\_completion option in test suite
+- drop 0001-Handle-shell_completion-option-in-test-suite.patch
+ (upstream)
+- switch to singlespec
+
+-------------------------------------------------------------------
Old:
----
0001-Handle-shell_completion-option-in-test-suite.patch
_service
oslo.reports-3.4.0.tar.gz
New:
----
oslo_reports-3.6.0.tar.gz
----------(Old B)----------
Old: * Handle shell\_completion option in test suite
- drop 0001-Handle-shell_completion-option-in-test-suite.patch
(upstream)
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.reports.spec ++++++
--- /var/tmp/diff_new_pack.Lzpdc9/_old 2025-11-10 19:17:55.977836224 +0100
+++ /var/tmp/diff_new_pack.Lzpdc9/_new 2025-11-10 19:17:55.981836391 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.reports
#
-# 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
@@ -17,45 +17,37 @@
Name: python-oslo.reports
-Version: 3.4.0
+Version: 3.6.0
Release: 0
Summary: OpenStack oslo.reports library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/oslo.reports
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.reports/oslo.reports-3.4.0.tar.gz
-# https://review.opendev.org/c/openstack/oslo.reports/+/927739
-Patch1: 0001-Handle-shell_completion-option-in-test-suite.patch
-BuildRequires: openstack-macros
-BuildRequires: python3-Jinja2 >= 2.10
-BuildRequires: python3-eventlet
-BuildRequires: python3-greenlet
-BuildRequires: python3-oslo.config >= 5.1.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-pbr >= 2.0.0
-BuildRequires: python3-psutil >= 3.2.2
-BuildRequires: python3-stestr
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo_reports/oslo_reports-%{version}.tar.gz
+BuildRequires: %{python_module Jinja2 >= 2.10}
+BuildRequires: %{python_module eventlet}
+BuildRequires: %{python_module greenlet}
+BuildRequires: %{python_module oslo.config >= 5.1.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 pip}
+BuildRequires: %{python_module psutil >= 3.2.2}
+BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module wheel}
+Requires: python-Jinja2 >= 2.10
+Requires: python-oslo.i18n >= 3.15.3
+Requires: python-oslo.serialization >= 2.18.0
+Requires: python-oslo.utils >= 3.33.0
+Requires: python-psutil >= 3.2.2
BuildArch: noarch
+%python_subpackages
%description
The project oslo.reports hosts a general purpose error report generation
framework, known as the "guru meditation report".
-%package -n python3-oslo.reports
-Summary: OpenStack oslo.reports library
-Requires: python3-Jinja2 >= 2.10
-Requires: python3-oslo.i18n >= 3.15.3
-Requires: python3-oslo.serialization >= 2.18.0
-Requires: python3-oslo.utils >= 3.33.0
-Requires: python3-psutil >= 3.2.2
-
-%description -n python3-oslo.reports
-The project oslo.reports hosts a general purpose error report generation
-framework, known as the "guru meditation report".
-
%package -n python-oslo.reports-doc
Summary: Documentation for OpenStack reports library
BuildRequires: python3-Sphinx
@@ -68,28 +60,27 @@
This package contains the documentation.
%prep
-%autosetup -p1 -n oslo.reports-3.4.0
-%py_req_cleanup
+%autosetup -p1 -n oslo_reports-%{version}
%build
-%{py3_build}
+%pyproject_wheel
# generate html docs
-PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=%{version} sphinx-build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
-%{py3_install}
+%pyproject_install
%check
-%{openstack_stestr_run}
+%pytest
-%files -n python3-oslo.reports
+%files %{python_files}
%license LICENSE
-%doc README.rst ChangeLog
-%{python3_sitelib}/oslo_reports
-%{python3_sitelib}/*.egg-info
+%doc README.rst
+%{python_sitelib}/oslo_reports
+%{python_sitelib}/oslo_reports-%{version}.dist-info
%files -n python-oslo.reports-doc
%license LICENSE