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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user