From d648685aa1c17d2f82965697aa1f58059f2f8b0f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 18 May 2021 02:41:34 -0400 Subject: [PATCH] import python-ldap-3.3.1-1.el8 --- .gitignore | 2 +- .python-ldap.metadata | 2 +- SPECS/python-ldap.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6f80fe1..c4008df 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/python-ldap-3.1.0.tar.gz +SOURCES/python-ldap-3.3.1.tar.gz diff --git a/.python-ldap.metadata b/.python-ldap.metadata index 7675a40..53966a7 100644 --- a/.python-ldap.metadata +++ b/.python-ldap.metadata @@ -1 +1 @@ -3735d44524f096e145c91c486c8b1984b6d0122f SOURCES/python-ldap-3.1.0.tar.gz +324f671225f10005b34e9cce2c0e307a96fa8ac3 SOURCES/python-ldap-3.3.1.tar.gz diff --git a/SPECS/python-ldap.spec b/SPECS/python-ldap.spec index 66c8eaa..34df634 100644 --- a/SPECS/python-ldap.spec +++ b/SPECS/python-ldap.spec @@ -13,8 +13,8 @@ %bcond_with python2 Name: python-ldap -Version: 3.1.0 -Release: 5%{?dist} +Version: 3.3.1 +Release: 1%{?dist} License: Python Group: System Environment/Libraries Summary: An object-oriented API to access LDAP directory servers @@ -171,6 +171,10 @@ popd %{python3_sitearch}/python_ldap-%{version}%{?prerelease}-py%{python3_version}.egg-info %changelog +* Wed Oct 21 2020 Christian Heimes - 3.3.1-1 +- New upstream release 3.1.0 +- Reslves: rhbz#1889615 + * Fri Nov 16 2018 Lumír Balhar - 3.1.0-5 - Require platform-python-setuptools instead of python3-setuptools - Resolves: rhbz#1650537