15
0
forked from pool/python-ldap3

- 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
This commit is contained in:
2025-06-17 05:05:15 +00:00
committed by Git OBS Bridge
parent f241bb708a
commit 9e5906ac44
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 17 05:04:28 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Correct version specifier in setup.py.
- Switch to autosetup macro.
-------------------------------------------------------------------
Fri May 30 10:24:47 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -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