Hello community,
here is the log from the commit of package python-django-auth-ldap for
openSUSE:Leap:15.2 checked in at 2020-02-23 16:47:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-django-auth-ldap (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-django-auth-ldap.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-auth-ldap"
Sun Feb 23 16:47:13 2020 rev:12 rq:776563 version:2.1.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-django-auth-ldap/python-django-auth-ldap.changes
2020-01-15 15:48:36.143431461 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-django-auth-ldap.new.26092/python-django-auth-ldap.changes
2020-02-23 16:47:14.622294360 +0100
@@ -1,0 +2,23 @@
+Tue Jan 7 09:58:21 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.1.0:
+ - Reject authentication requests without a username.
+ - Added support for Django 3.0 and Python 3.8.
+ - Removed support for Django end of life Django 2.1.
+
+-------------------------------------------------------------------
+Mon Sep 16 10:01:16 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.0.0:
+ - Removed support for Python 2 and 3.4.
+ - Removed support for end of life Django 2.0.
+ - Added support for Django 2.2.
+ - Add testing and support for Python 3.7 with Django 1.11 and 2.1.
+ - When :setting:`AUTH_LDAP_SERVER_URI` is set to a callable, it is now
passed a
+ positional ``request`` argument. Support for no arguments will continue for
+ backwards compatibility but will be removed in a future version.
+ - Added new :setting:`AUTH_LDAP_NO_NEW_USERS` to prevent the creation of new
+ users during authentication. Any users not already in the Django user
+ database will not be able to login.
+
+-------------------------------------------------------------------
Old:
----
django-auth-ldap-1.7.0.tar.gz
New:
----
django-auth-ldap-2.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-auth-ldap.spec ++++++
--- /var/tmp/diff_new_pack.ypR1AU/_old 2020-02-23 16:47:15.430295914 +0100
+++ /var/tmp/diff_new_pack.ypR1AU/_new 2020-02-23 16:47:15.430295914 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-auth-ldap
#
-# 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
@@ -17,15 +17,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-django-auth-ldap
-Version: 1.7.0
+Version: 2.1.0
Release: 0
Summary: Django LDAP authentication backend
License: BSD-2-Clause
-Group: Development/Languages/Python
URL: https://github.com/django-auth-ldap/django-auth-ldap
Source:
https://files.pythonhosted.org/packages/source/d/django-auth-ldap/django-auth-ldap-%{version}.tar.gz
-BuildRequires: %{python_module Django >= 1.11}
+BuildRequires: %{python_module Django >= 2.2}
BuildRequires: %{python_module ldap >= 3.1}
BuildRequires: %{python_module mock >= 2.0.0}
BuildRequires: %{python_module setuptools}
@@ -34,7 +34,7 @@
BuildRequires: openldap2
# needed for ldapadd binary in tests
BuildRequires: openldap2-client
-Requires: python-Django >= 1.11
+Requires: python-Django >= 2.2
Requires: python-ldap >= 3.1
BuildArch: noarch
%python_subpackages
++++++ django-auth-ldap-1.7.0.tar.gz -> django-auth-ldap-2.1.0.tar.gz ++++++
++++ 4524 lines of diff (skipped)