15
0
forked from pool/python-ldap3

Accepting request 530161 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/530161
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap3?expand=0&rev=9
This commit is contained in:
Jan Matejek
2017-10-02 12:25:51 +00:00
committed by Git OBS Bridge
parent 779b468495
commit 115a18cfc0
4 changed files with 67 additions and 7 deletions

View File

@@ -18,18 +18,18 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ldap3
Version: 2.2.4
Version: 2.3
Release: 0
Summary: A strictly RFC 4511 conforming LDAP V3 pure Python client
License: LGPL-3.0
Group: Development/Languages/Python
Url: https://github.com/cannatag/ldap3
Source: https://pypi.io/packages/source/l/ldap3/ldap3-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pyasn1 >= 0.1.8}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pyasn1 >= 0.1.8}
Requires: python-pyasn1 >= 0.1.8
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch