diff --git a/ldap3-2.8.1.tar.gz b/ldap3-2.8.1.tar.gz deleted file mode 100644 index aa5be49..0000000 Binary files a/ldap3-2.8.1.tar.gz and /dev/null differ diff --git a/ldap3-2.9.1.tar.gz b/ldap3-2.9.1.tar.gz new file mode 100644 index 0000000..b96e822 Binary files /dev/null and b/ldap3-2.9.1.tar.gz differ diff --git a/python-ldap3.spec b/python-ldap3.spec index f558d1a..db60496 100644 --- a/python-ldap3.spec +++ b/python-ldap3.spec @@ -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 - 2.9.1-1 +- Update to 2.9.1 + * Mon May 31 2021 liuxin - 2.8.1 - 1 - init package