Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oslo.rootwrap for
openSUSE:Factory checked in at 2025-11-10 19:18:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.rootwrap (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.rootwrap.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.rootwrap"
Mon Nov 10 19:18:19 2025 rev:20 rq:1316862 version:7.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-oslo.rootwrap/python-oslo.rootwrap.changes
2024-09-04 13:22:47.597170185 +0200
+++
/work/SRC/openSUSE:Factory/.python-oslo.rootwrap.new.1980/python-oslo.rootwrap.changes
2025-11-10 19:18:47.587998323 +0100
@@ -1,0 +2,43 @@
+Sun Nov 9 09:40:25 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 7.7.0:
+ * add pyproject.toml to support pip 23.1
+- switch to singlespec
+
+-------------------------------------------------------------------
+Tue Jul 1 21:48:37 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 7.5.1:
+ * Skip installation to speed up pep8
+ * Adjust warning message for eventlet support deprecation
+ * deprecate eventlet monkey patching with oslo.rootwrap
+ * 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
+ * Fix outdated tox minversion
+ * Declare Python 3.12 support
+ * Extend timeout before SIGKILL
+ * Update master for stable/2024.2
+ * Fix \_FunctionalBase.test\_run\_as
+
+-------------------------------------------------------------------
+Tue Jul 1 21:46:52 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 7.5.1:
+ * Skip installation to speed up pep8
+ * Adjust warning message for eventlet support deprecation
+ * deprecate eventlet monkey patching with oslo.rootwrap
+ * 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
+ * Fix outdated tox minversion
+ * Declare Python 3.12 support
+ * Extend timeout before SIGKILL
+ * Update master for stable/2024.2
+ * Fix \_FunctionalBase.test\_run\_as
+
+-------------------------------------------------------------------
Old:
----
_service
oslo.rootwrap-7.3.0.tar.gz
New:
----
oslo_rootwrap-7.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.rootwrap.spec ++++++
--- /var/tmp/diff_new_pack.wiEcn2/_old 2025-11-10 19:18:48.224024968 +0100
+++ /var/tmp/diff_new_pack.wiEcn2/_new 2025-11-10 19:18:48.228025136 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.rootwrap
#
-# 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,43 +17,39 @@
Name: python-oslo.rootwrap
-Version: 7.3.0
+Version: 7.7.0
Release: 0
Summary: Filtering shell commands to run as root from OpenStack services
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/oslo.rootwrap
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.rootwrap/oslo.rootwrap-7.3.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo_rootwrap/oslo_rootwrap-%{version}.tar.gz
+BuildRequires: %{python_module debtcollector}
+BuildRequires: %{python_module eventlet}
+BuildRequires: %{python_module fixtures}
+BuildRequires: %{python_module oslotest}
+BuildRequires: %{python_module pbr}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module stestr}
+BuildRequires: %{python_module testtools}
+BuildRequires: %{python_module wheel}
+BuildRequires: alts
+BuildRequires: iproute2
BuildRequires: openstack-macros
-BuildRequires: python3-eventlet
-BuildRequires: python3-fixtures
-BuildRequires: python3-oslotest
-BuildRequires: python3-pbr
-BuildRequires: python3-stestr
-BuildRequires: python3-testtools
+BuildRequires: python-rpm-macros
+Requires: alts
BuildArch: noarch
-%if 0%{?suse_version}
-BuildRequires: iproute2
+%if "python%{python_nodots_ver}" == "%{primary_python}"
+Obsoletes: python3-oslo.rootwrap < %{version}
%else
-BuildRequires: iproute
+Conflicts: python3-oslo.rootwrap < %{version}
%endif
+%python_subpackages
%description
oslo.rootwrap allows fine-grained filtering of shell commands to run as root
from OpenStack services.
-%package -n python3-oslo.rootwrap
-Summary: Filtering shell commands to run as root from OpenStack services
-%if 0%{?suse_version}
-Obsoletes: python2-oslo.rootwrap < 6.0.1
-%endif
-
-%description -n python3-oslo.rootwrap
-oslo.rootwrap allows fine-grained filtering of shell commands to run as root
-from OpenStack services.
-
-This package contains the Python 3.x module.
-
%package -n python-oslo.rootwrap-doc
Summary: Documentation for OpenStack oslo.rootwrap
BuildRequires: python3-Sphinx
@@ -63,30 +59,45 @@
Documentation for the OpenStack oslo.rootwrap library.
%prep
-%autosetup -p1 -n oslo.rootwrap-7.3.0
+%autosetup -p1 -n oslo_rootwrap-%{version}
%py_req_cleanup
%build
-%{py3_build}
+%pyproject_wheel
# generate html docs
-PBR_VERSION=7.3.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=%{version} %{sphinx_build} -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
-%{py3_install}
+%pyproject_install
+
+%python_clone -a %{buildroot}%{_bindir}/oslo-rootwrap
+%python_clone -a %{buildroot}%{_bindir}/oslo-rootwrap-daemon
+
+%pre
+%python_libalternatives_reset_alternative oslo-rootwrap
+%python_libalternatives_reset_alternative oslo-rootwrap-daemon
+
+%post
+%python_install_alternative oslo-rootwrap
+%python_install_alternative oslo-rootwrap-daemon
+
+%postun
+%python_uninstall_alternative oslo-rootwrap
+%python_uninstall_alternative oslo-rootwrap-daemon
%check
export PYTHONPATH=.
%{openstack_stestr_run}
-%files -n python3-oslo.rootwrap
+%files %{python_files}
%license LICENSE
%doc ChangeLog README.rst
-%{python3_sitelib}/oslo_rootwrap
-%{python3_sitelib}/*.egg-info
-%{_bindir}/oslo-rootwrap
-%{_bindir}/oslo-rootwrap-daemon
+%python_alternative %{_bindir}/oslo-rootwrap
+%python_alternative %{_bindir}/oslo-rootwrap-daemon
+%{python_sitelib}/oslo_rootwrap
+%{python_sitelib}/oslo_rootwrap-%{version}.dist-info
%files -n python-oslo.rootwrap-doc
%license LICENSE