Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ldap for openSUSE:Factory checked in at 2025-07-01 11:33:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ldap (Old) and /work/SRC/openSUSE:Factory/.python-ldap.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ldap" Tue Jul 1 11:33:48 2025 rev:62 rq:1289272 version:3.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ldap/python-ldap.changes 2024-09-17 18:20:35.792903412 +0200 +++ /work/SRC/openSUSE:Factory/.python-ldap.new.7067/python-ldap.changes 2025-07-01 11:34:41.550648347 +0200 @@ -1,0 +2,8 @@ +Mon Jun 30 09:36:40 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Switch build system from setuptools to pyproject.toml + * Add python-pip and python-wheel to BuildRequires + * Replace %python_build with %pyproject_wheel + * Replace %python_install with %pyproject_install + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ldap.spec ++++++ --- /var/tmp/diff_new_pack.09lQ9N/_old 2025-07-01 11:34:42.182674536 +0200 +++ /var/tmp/diff_new_pack.09lQ9N/_new 2025-07-01 11:34:42.182674536 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-ldap # -# 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,9 +26,11 @@ URL: https://www.python-ldap.org/ Source0: https://files.pythonhosted.org/packages/source/p/python-ldap/python-ldap-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pyasn1 >= 0.3.7} BuildRequires: %{python_module pyasn1-modules >= 0.1.5} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: cyrus-sasl-devel >= 2.1 BuildRequires: fdupes BuildRequires: krb5-devel @@ -54,10 +56,10 @@ cp Build/setup.cfg.suse-linux setup.cfg %build -CFLAGS="%{optflags}" %python_build +CFLAGS="%{optflags}" %pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check