Hello community, here is the log from the commit of package python-ldap3 for openSUSE:Factory checked in at 2020-05-16 22:26:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ldap3 (Old) and /work/SRC/openSUSE:Factory/.python-ldap3.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ldap3" Sat May 16 22:26:56 2020 rev:12 rq:805890 version:2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ldap3/python-ldap3.changes 2020-03-11 22:04:56.729996605 +0100 +++ /work/SRC/openSUSE:Factory/.python-ldap3.new.2738/python-ldap3.changes 2020-05-16 22:27:01.725358641 +0200 @@ -1,0 +2,6 @@ +Fri May 15 15:55:38 UTC 2020 - Antonio Larrosa <[email protected]> + +- python-ldap3 actually requires at least python-pyasn1 0.4.6 since + it uses PyAsn1UnicodeDecodeError which was introduced in that version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ldap3.spec ++++++ --- /var/tmp/diff_new_pack.47HuU1/_old 2020-05-16 22:27:02.269359758 +0200 +++ /var/tmp/diff_new_pack.47HuU1/_new 2020-05-16 22:27:02.273359765 +0200 @@ -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 @@ 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
