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 2025-05-31 19:16:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ldappool (Old)
and /work/SRC/openSUSE:Factory/.python-ldappool.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ldappool"
Sat May 31 19:16:31 2025 rev:9 rq:1281431 version:3.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ldappool/python-ldappool.changes
2024-01-25 18:41:20.842961302 +0100
+++
/work/SRC/openSUSE:Factory/.python-ldappool.new.16005/python-ldappool.changes
2025-05-31 19:17:26.540185131 +0200
@@ -1,0 +2,5 @@
+Fri May 30 13:28:02 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ldappool.spec ++++++
--- /var/tmp/diff_new_pack.Y07Ump/_old 2025-05-31 19:17:27.296216374 +0200
+++ /var/tmp/diff_new_pack.Y07Ump/_new 2025-05-31 19:17:27.300216540 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ldappool
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,19 +26,21 @@
URL: https://git.openstack.org/cgit/openstack/ldappool
Source:
https://files.pythonhosted.org/packages/source/l/ldappool/ldappool-%{version}.tar.gz
# PATCH-FIX-UPSTREAM remove-six-dep.patch
https://review.opendev.org/c/openstack/ldappool/+/805495
-Patch: remove-six-dep.patch
+Patch0: remove-six-dep.patch
BuildRequires: %{python_module ldap >= 3.0.0}
BuildRequires: %{python_module pbr}
-# SECTION stestr is only available for primary python3 flavor (openstack
package)
-BuildRequires: %{python_module stestr}
-BuildRequires: %{python_module testresources}
-BuildRequires: %{python_module testtools}
-# /SECTION
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-ldap >= 3.0.0
Requires: python-prettytable
BuildArch: noarch
+# SECTION stestr is only available for primary python3 flavor (openstack
package)
+BuildRequires: %{python_module stestr}
+BuildRequires: %{python_module testresources}
+BuildRequires: %{python_module testtools}
+# /SECTION
%python_subpackages
%description
@@ -59,10 +61,10 @@
sed -i 's/PrettyTable<0.8,>=0.7.2/prettytable>=0.7.2/' requirements.txt
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_expand rm -rf %{buildroot}%{$python_sitelib}/ldappool/tests