15
0
forked from pool/python-ldap3

Accepting request 805882 from home:alarrosa:branches:devel:languages:python

- python-ldap3 actually requires at least python-pyasn1 0.4.6 since
  it uses PyAsn1UnicodeDecodeError which was introduced in that version

OBS-URL: https://build.opensuse.org/request/show/805882
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap3?expand=0&rev=31
This commit is contained in:
Tomáš Chvátal
2020-05-15 16:42:42 +00:00
committed by Git OBS Bridge
parent 9c2b45992c
commit 3aba32549c
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 15 15:55:38 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- python-ldap3 actually requires at least python-pyasn1 0.4.6 since
it uses PyAsn1UnicodeDecodeError which was introduced in that version
-------------------------------------------------------------------
Wed Mar 11 19:17:52 UTC 2020 - Michael Ströder <michael@stroeder.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ldap3
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,13 +25,13 @@ License: LGPL-3.0-only
URL: https://github.com/cannatag/ldap3
Source: https://github.com/cannatag/ldap3/archive/v%{version}.tar.gz
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pyasn1 >= 0.1.8}
BuildRequires: %{python_module pyasn1 >= 0.4.6}
BuildRequires: %{python_module setuptools}
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-testsuite
Requires: python-pyasn1 >= 0.1.8
Requires: python-pyasn1 >= 0.4.6
BuildArch: noarch
%python_subpackages