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>