From b47187e983defc0babc09f7441175ab8aad75472 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 03:46:07 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-ldap.git#1c89205f6eb10017db94269c42e10ccf009a1274 --- python-ldap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-ldap.spec b/python-ldap.spec index 300f250..5e80c4c 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -5,7 +5,7 @@ Name: python-ldap Version: 3.3.1 -Release: 3%{?dist} +Release: 4%{?dist} License: Python Summary: An object-oriented API to access LDAP directory servers URL: https://python-ldap.org/ @@ -77,6 +77,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m unittest discover -v %{python3_sitearch}/python_ldap-%{version}%{?prerelease}-py%{python3_version}.egg-info/ %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 3.3.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Jan 21 17:53:26 CET 2021 Christian Heimes - 3.3.1-3 - Run test suite without tox (#1918913)