Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-oslo.privsep"

Mon Nov 10 19:18:18 2025 rev:23 rq:1316860 version:3.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.privsep/python-oslo.privsep.changes  
2024-09-04 13:23:49.107744026 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.privsep.new.1980/python-oslo.privsep.changes
        2025-11-10 19:18:46.295944195 +0100
@@ -1,0 +2,28 @@
+Sun Nov  9 15:37:27 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 3.8.0:
+  * Restore compatibility with non-linux operating systems
+  * Imported Translations from Zanata
+  * add pyproject.toml to support pip 23.1
+  * tox: Remove basepython
+  * Update master for stable/2025.1
+  * Add daemon traceback to client logger
+
+-------------------------------------------------------------------
+Tue Jul  1 22:55:36 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 3.6.0:
+  * Skip installation to speed up pep8
+  * deprecate eventlet monkey patching within oslo.privsep.daemon
+  * Remove guard for non-windows operating systems
+  * reno: Update master for unmaintained/2023.1
+  * Add note about requirements lower bounds
+  * Run pyupgrade to clean up Python 2 syntaxes
+  * pre-commit: Bump versions
+  * Remove Python 3.8 support
+  * Declare Python 3.12 support
+  * Bump oslo.log to >=5.0.2
+  * Update master for stable/2024.2
+  * Python 3.13: do not use removed module "pipes"
+
+-------------------------------------------------------------------

Old:
----
  _service
  oslo.privsep-3.4.0.tar.gz

New:
----
  oslo_privsep-3.8.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.privsep.spec ++++++
--- /var/tmp/diff_new_pack.jE4Ff6/_old  2025-11-10 19:18:46.983973018 +0100
+++ /var/tmp/diff_new_pack.jE4Ff6/_new  2025-11-10 19:18:46.987973186 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.privsep
 #
-# 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,43 @@
 
 
 Name:           python-oslo.privsep
-Version:        3.4.0
+Version:        3.8.0
 Release:        0
 Summary:        OpenStack library for privilege separation
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/oslo.privsep
-Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.privsep/oslo.privsep-3.4.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo-privsep/oslo_privsep-%{version}.tar.gz
+BuildRequires:  %{python_module cffi >= 1.14.0}
+BuildRequires:  %{python_module eventlet >= 0.21.0}
+BuildRequires:  %{python_module greenlet >= 0.4.14}
+BuildRequires:  %{python_module msgpack >= 0.6.0}
+BuildRequires:  %{python_module oslo.config >= 5.2.0}
+BuildRequires:  %{python_module oslo.i18n >= 3.15.3}
+BuildRequires:  %{python_module oslo.log >= 5.0.2}
+BuildRequires:  %{python_module oslo.utils >= 3.33.0}
+BuildRequires:  %{python_module oslotest}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module stestr}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  openstack-macros
-BuildRequires:  python3-cffi >= 1.14.0
-BuildRequires:  python3-eventlet >= 0.21.0
-BuildRequires:  python3-greenlet >= 0.4.14
-BuildRequires:  python3-msgpack >= 0.6.0
-BuildRequires:  python3-oslo.config >= 5.2.0
-BuildRequires:  python3-oslo.i18n >= 3.15.3
-BuildRequires:  python3-oslo.log >= 3.36.0
-BuildRequires:  python3-oslo.utils >= 3.33.0
-BuildRequires:  python3-oslotest
-BuildRequires:  python3-pbr
-BuildRequires:  python3-stestr
 BuildArch:      noarch
-
-%description
-OpenStack library for privilege separation
-
-%package -n python3-oslo.privsep
-Summary:        OpenStack library for privilege separation
-Requires:       python3-cffi >= 1.14.0
-Requires:       python3-eventlet >= 0.21.0
-Requires:       python3-greenlet >= 0.4.14
-Requires:       python3-msgpack >= 0.6.0
-Requires:       python3-oslo.config >= 5.2.0
-Requires:       python3-oslo.i18n >= 3.15.3
-Requires:       python3-oslo.log >= 3.36.0
-Requires:       python3-oslo.utils >= 3.33.0
-%if 0%{?suse_version}
-Obsoletes:      python2-oslo.privsep < 2.0.0
+Requires:       python-cffi >= 1.14.0
+Requires:       python-eventlet >= 0.21.0
+Requires:       python-greenlet >= 0.4.14
+Requires:       python-msgpack >= 0.6.0
+Requires:       python-oslo.config >= 5.2.0
+Requires:       python-oslo.i18n >= 3.15.3
+Requires:       python-oslo.log >= 5.0.2
+Requires:       python-oslo.utils >= 3.33.0
+%if "python%{python_nodots_ver}" == "%{primary_python}"
+Obsoletes:      python3-oslo.privsep < %{version}
+%else
+Conflicts:      python3-oslo.privsep < %{version}
 %endif
+%python_subpackages
 
-%description -n python3-oslo.privsep
+%description
 OpenStack library for privilege separation
 
 %package -n python-oslo.privsep-doc
@@ -68,29 +66,40 @@
 Documentation for oslo.privsep
 
 %prep
-%autosetup -p1 -n oslo.privsep-3.4.0
-%py_req_cleanup
+%autosetup -p1 -n oslo_privsep-%{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
+
+%python_clone -a %{buildroot}%{_bindir}/privsep-helper
+
+%pre
+%python_libalternatives_reset_alternative privsep-helper
+
+%post
+%python_install_alternative privsep-helper
+
+%postun
+%python_uninstall_alternative privsep-helper
 
 %check
 export PYTHONPATH=.
 %{openstack_stestr_run}
 
-%files -n python3-oslo.privsep
+%files %{python_files}
 %doc README.rst
 %license LICENSE
-%{_bindir}/privsep-helper
-%{python3_sitelib}/oslo_privsep
-%{python3_sitelib}/oslo.privsep-*-py?.*.egg-info
+%python_alternative %{_bindir}/privsep-helper
+%{python_sitelib}/oslo_privsep
+%{python_sitelib}/oslo_privsep-%{version}.dist-info
 
 %files -n python-oslo.privsep-doc
 %doc doc/build/html

Reply via email to