update to 2.9.1

This commit is contained in:
wenzhiwei11 2022-08-05 11:00:39 +08:00
parent ec4aa2080e
commit d2d70b6f2f
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
ldap3-2.9.1.tar.gz Normal file

Binary file not shown.

View File

@ -4,11 +4,11 @@ ldap3 is a strictly RFC 4510 conforming LDAP V3 pure Python client library.
%global pypi_name ldap3
Name: python-%{pypi_name}
Version: 2.8.1
Version: 2.9.1
Release: 1
Summary: Strictly RFC 4510 conforming LDAP V3 pure Python client library.
License: LGPLv2+
License: LGPL-2.0+
URL: https://github.com/cannatag/ldap3
Source0: https://github.com/cannatag/ldap3/archive/refs/tags/%{pypi_name}-%{version}.tar.gz
@ -45,5 +45,8 @@ rm -vf %{pypi_name}/utils/ordDict.py
%{python3_sitelib}/%{pypi_name}/
%changelog
* Fri Aug 5 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 2.9.1-1
- Update to 2.9.1
* Mon May 31 2021 liuxin<liuxin264@huawei.com> - 2.8.1 - 1
- init package