From 9e5906ac44d21031c8cbf9d4620a1c932e5821a6bbcaaf6df6bb09a39ac80e0b Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 17 Jun 2025 05:05:15 +0000 Subject: [PATCH] - Correct version specifier in setup.py. - Switch to autosetup macro. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap3?expand=0&rev=45 --- python-ldap3.changes | 6 ++++++ python-ldap3.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-ldap3.changes b/python-ldap3.changes index c33bc37..c25f251 100644 --- a/python-ldap3.changes +++ b/python-ldap3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 17 05:04:28 UTC 2025 - Steve Kowalik + +- Correct version specifier in setup.py. +- Switch to autosetup macro. + ------------------------------------------------------------------- Fri May 30 10:24:47 UTC 2025 - Markéta Machová diff --git a/python-ldap3.spec b/python-ldap3.spec index de0d909..996b3c3 100644 --- a/python-ldap3.spec +++ b/python-ldap3.spec @@ -48,8 +48,9 @@ This project was formerly named **python3-ldap**. 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