Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ldap3 for openSUSE:Factory 
checked in at 2025-06-17 18:22:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ldap3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-ldap3.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ldap3"

Tue Jun 17 18:22:58 2025 rev:18 rq:1286248 version:2.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ldap3/python-ldap3.changes        
2024-01-30 18:27:26.594332191 +0100
+++ /work/SRC/openSUSE:Factory/.python-ldap3.new.19631/python-ldap3.changes     
2025-06-17 18:23:50.322339745 +0200
@@ -1,0 +2,11 @@
+Tue Jun 17 05:04:28 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Correct version specifier in setup.py.
+- Switch to autosetup macro.
+
+-------------------------------------------------------------------
+Fri May 30 10:24:47 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-ldap3.spec ++++++
--- /var/tmp/diff_new_pack.OABiki/_old  2025-06-17 18:23:51.102372180 +0200
+++ /var/tmp/diff_new_pack.OABiki/_new  2025-06-17 18:23:51.102372180 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ldap3
 #
-# 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
@@ -27,9 +27,11 @@
 # PATCH-FIX-UPSTREAM skip-missing-LDAP-server.patch gh#cannatag/ldap3#843 
mc...@suse.com
 # skip over tests failing because of the missing local LDAP server running
 Patch0:         skip-missing-LDAP-server.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pyasn1 >= 0.4.6}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -46,16 +48,17 @@
 The name has been changed to avoid confusion with the python-ldap library.
 
 %prep
-%setup -q -n ldap3-%{version}
-%autopatch -p1
+%autosetup -p1 -n ldap3-%{version}
+# Remove after 2.10 is released.
+sed -ie 's/"2.9"/"%{version}"/' _version.json
 
 dos2unix COPYING.LESSER.txt COPYING.txt README.rst LICENSE.txt
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -66,5 +69,5 @@
 %license COPYING.LESSER.txt COPYING.txt LICENSE.txt
 %doc README.rst
 %{python_sitelib}/ldap3
-%{python_sitelib}/ldap3-*-py*.egg-info
+%{python_sitelib}/ldap3-%{version}*-info
 

Reply via email to