Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-oslo.service for 
openSUSE:Factory checked in at 2025-11-10 19:17:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.service (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.service.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.service"

Mon Nov 10 19:17:34 2025 rev:27 rq:1316790 version:4.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.service/python-oslo.service.changes  
2024-09-04 13:24:16.632895786 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.service.new.1980/python-oslo.service.changes
        2025-11-10 19:17:58.813955037 +0100
@@ -1,0 +2,38 @@
+Sun Nov  9 17:52:00 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 4.3.0:
+  * Fix signal lookup to only include singals
+  * Add comprehensive backend system documentation
+  * Revert "Fix keyword-arg-before-vararg warning"
+  * Don't deprecate the entire oslo\_service.wsgi module
+  * Fix inconsistent interface of ThreadGroup
+  * Fix crash during shutdown by using public shutdown() method
+  * Accept wait\_interval and support multiple launch\_service()
+    calls
+  * Fix keyword-arg-before-vararg warning
+  * Fix ServiceBase mapping when using threading backend
+  * add pyproject.toml to support pip 23.1
+  * Add threading backend implementation using cotyledon and
+    standard threads
+  * Replace os.popen
+  * Drop redundant injection of VIRTUAL\_ENV
+  * Update master for stable/2025.1
+- switch to singlespec
+
+-------------------------------------------------------------------
+Tue Jul  1 22:03:43 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 4.1.1:
+  * Fix removed public API
+  * Migrate Eventlet components to the new backend system
+  * Introduce configurable backend system in oslo.service
+  * reno: Update master for unmaintained/2023.1
+  * Add note about requirements lower bounds
+  * Run pyupgrade to clean up Python 2 syntaxes
+  * Remove Python 3.8 support
+  * Fix outdated tox minversion
+  * Declare Python 3.12 support
+  * Remove workaround for eventlet < 0.27.0
+  * Update master for stable/2024.2
+
+-------------------------------------------------------------------

Old:
----
  _service
  oslo.service-3.5.0.tar.gz

New:
----
  oslo_service-4.3.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.service.spec ++++++
--- /var/tmp/diff_new_pack.CQmXUY/_old  2025-11-10 19:17:59.345977324 +0100
+++ /var/tmp/diff_new_pack.CQmXUY/_new  2025-11-10 19:17:59.349977492 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.service
 #
-# 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,37 +16,57 @@
 #
 
 
-%if 0%{?rhel} || 0%{?fedora}
-%global rdo 1
-%endif
 Name:           python-oslo.service
-Version:        3.5.0
+Version:        4.3.0
 Release:        0
 Summary:        OpenStack oslo.service library
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/oslo.service
-Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.service/oslo.service-3.5.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo-service/oslo_service-%{version}.tar.gz
+BuildRequires:  %{python_module Paste >= 2.0.2}
+BuildRequires:  %{python_module PasteDeploy >= 1.5.0}
+BuildRequires:  %{python_module Routes >= 2.3.1}
+BuildRequires:  %{python_module WebOb >= 1.7.1}
+BuildRequires:  %{python_module cotyledon}
+BuildRequires:  %{python_module eventlet >= 0.27.0}
+BuildRequires:  %{python_module fixtures}
+BuildRequires:  %{python_module futurist}
+BuildRequires:  %{python_module greenlet >= 0.4.15}
+BuildRequires:  %{python_module oslo.concurrency >= 3.25.0}
+BuildRequires:  %{python_module oslo.config >= 5.1.0}
+BuildRequires:  %{python_module oslo.i18n >= 3.15.3}
+BuildRequires:  %{python_module oslo.log >= 3.36.0}
+BuildRequires:  %{python_module oslo.utils >= 3.40.2}
+BuildRequires:  %{python_module oslotest}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module stestr}
+BuildRequires:  %{python_module wheel}
+BuildRequires:  %{python_module yappi}
 BuildRequires:  openstack-macros
 BuildRequires:  procps
-BuildRequires:  python3-Paste >= 2.0.2
-BuildRequires:  python3-PasteDeploy >= 1.5.0
-BuildRequires:  python3-Routes >= 2.3.1
-BuildRequires:  python3-WebOb >= 1.7.1
-BuildRequires:  python3-eventlet >= 0.25.2
-BuildRequires:  python3-fixtures
-BuildRequires:  python3-greenlet >= 0.4.15
-BuildRequires:  python3-oslo.concurrency >= 3.25.0
-BuildRequires:  python3-oslo.config >= 5.1.0
-BuildRequires:  python3-oslo.i18n >= 3.15.3
-BuildRequires:  python3-oslo.log >= 3.36.0
-BuildRequires:  python3-oslo.utils >= 3.40.2
-BuildRequires:  python3-oslotest
-BuildRequires:  python3-pbr
-BuildRequires:  python3-requests
-BuildRequires:  python3-stestr
-BuildRequires:  python3-yappi
+Requires:       python-Paste >= 2.0.2
+Requires:       python-PasteDeploy >= 1.5.0
+Requires:       python-Routes >= 2.3.1
+Requires:       python-WebOb >= 1.7.1
+Requires:       python-cotyledon
+Requires:       python-debtcollector >= 1.2.0
+Requires:       python-eventlet >= 0.27.0
+Requires:       python-fixtures
+Requires:       python-futurist
+Requires:       python-greenlet >= 0.4.15
+Requires:       python-oslo.concurrency >= 3.25.0
+Requires:       python-oslo.config >= 5.1.0
+Requires:       python-oslo.i18n >= 3.15.3
+Requires:       python-oslo.log >= 3.36.0
+Requires:       python-oslo.utils >= 3.40.2
+Requires:       python-yappi
+%if "python%{python_nodots_ver}" == "%{primary_python}"
+Obsoletes:      python3-oslo.service < %{version}
+%endif
 BuildArch:      noarch
+%python_subpackages
 
 %description
 oslo.service provides a framework for defining new long-running services using
@@ -54,29 +74,6 @@
 utilities long-running applications might need for working with SSL or WSGI,
 performing periodic operations, interacting with systemd, etc.
 
-%package -n python3-oslo.service
-Summary:        OpenStack oslo.service library
-Requires:       python3-Paste >= 2.0.2
-Requires:       python3-PasteDeploy >= 1.5.0
-Requires:       python3-Routes >= 2.3.1
-Requires:       python3-WebOb >= 1.7.1
-Requires:       python3-debtcollector >= 1.2.0
-Requires:       python3-eventlet >= 0.25.2
-Requires:       python3-fixtures
-Requires:       python3-greenlet >= 0.4.15
-Requires:       python3-oslo.concurrency >= 3.25.0
-Requires:       python3-oslo.config >= 5.1.0
-Requires:       python3-oslo.i18n >= 3.15.3
-Requires:       python3-oslo.log >= 3.36.0
-Requires:       python3-oslo.utils >= 3.40.2
-Requires:       python3-yappi
-
-%description -n python3-oslo.service
-oslo.service provides a framework for defining new long-running services using
-the patterns established by other OpenStack applications. It also includes
-utilities long-running applications might need for working with SSL or WSGI,
-performing periodic operations, interacting with systemd, etc.
-
 %package -n python-oslo.service-doc
 Summary:        Documentation for OpenStack service library
 BuildRequires:  python3-Sphinx
@@ -90,11 +87,10 @@
 This package contains the documentation.
 
 %prep
-%autosetup -p1 -n oslo.service-3.5.0
-%py_req_cleanup
+%autosetup -p1 -n oslo_service-%{version}
 
 %build
-%{py3_build}
+%pyproject_wheel
 
 # generate html docs
 PYTHONPATH=. PBR_VERSION=%{version} %sphinx_build -b html doc/source 
doc/build/html
@@ -102,16 +98,16 @@
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
-%{py3_install}
+%pyproject_install
 
 %check
 %{openstack_stestr_run}
 
-%files -n python3-oslo.service
+%files %{python_files}
 %license LICENSE
 %doc README.rst ChangeLog
-%{python3_sitelib}/oslo_service
-%{python3_sitelib}/*.egg-info
+%{python_sitelib}/oslo_service
+%{python_sitelib}/oslo_service-%{version}.dist-info
 
 %files -n python-oslo.service-doc
 %license LICENSE

Reply via email to