Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ldappool for openSUSE:Factory
checked in at 2024-01-25 18:41:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ldappool (Old)
and /work/SRC/openSUSE:Factory/.python-ldappool.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ldappool"
Thu Jan 25 18:41:15 2024 rev:8 rq:1141341 version:3.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ldappool/python-ldappool.changes
2022-11-25 13:23:09.079678609 +0100
+++
/work/SRC/openSUSE:Factory/.python-ldappool.new.1815/python-ldappool.changes
2024-01-25 18:41:20.842961302 +0100
@@ -1,0 +2,6 @@
+Wed Jan 24 19:53:27 UTC 2024 - Dirk Müller <[email protected]>
+
+- switch to new python stack
+- build for all python flavors
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ldappool.spec ++++++
--- /var/tmp/diff_new_pack.Gfk1c3/_old 2024-01-25 18:41:21.450982995 +0100
+++ /var/tmp/diff_new_pack.Gfk1c3/_new 2024-01-25 18:41:21.450982995 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-ldappool
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
#
+%{?sle15_python_module_pythons}
Name: python-ldappool
Version: 3.0.0
Release: 0
@@ -29,9 +30,9 @@
BuildRequires: %{python_module ldap >= 3.0.0}
BuildRequires: %{python_module pbr}
# SECTION stestr is only available for primary python3 flavor (openstack
package)
-BuildRequires: python3-stestr
-BuildRequires: python3-testresources
-BuildRequires: python3-testtools
+BuildRequires: %{python_module stestr}
+BuildRequires: %{python_module testresources}
+BuildRequires: %{python_module testtools}
# /SECTION
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -66,7 +67,7 @@
%python_expand rm -rf %{buildroot}%{$python_sitelib}/ldappool/tests
%check
-python3 -m stestr.cli run
+%python_exec -m stestr.cli run
%files %{python_files}
%doc CHANGES.rst README.rst