Hello community,
here is the log from the commit of package python-django-auth-ldap for
openSUSE:Factory checked in at 2018-08-24 17:04:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-auth-ldap (Old)
and /work/SRC/openSUSE:Factory/.python-django-auth-ldap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-auth-ldap"
Fri Aug 24 17:04:20 2018 rev:10 rq:629180 version:1.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-auth-ldap/python-django-auth-ldap.changes
2018-07-06 10:44:49.551052607 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-auth-ldap.new/python-django-auth-ldap.changes
2018-08-24 17:04:21.878089945 +0200
@@ -1,0 +2,8 @@
+Tue Aug 14 06:55:04 UTC 2018 - [email protected]
+
+- Version update to 1.7.0:
+ * Support for Django 2.1, oldest supported is 1.11
+ * Support for python 3.7
+ * Many of bugfixes see CHANGES file
+
+-------------------------------------------------------------------
Old:
----
django-auth-ldap-1.2.6.tar.gz
New:
----
django-auth-ldap-1.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-auth-ldap.spec ++++++
--- /var/tmp/diff_new_pack.xKyD6E/_old 2018-08-24 17:04:22.322090472 +0200
+++ /var/tmp/diff_new_pack.xKyD6E/_new 2018-08-24 17:04:22.322090472 +0200
@@ -18,21 +18,21 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-django-auth-ldap
-Version: 1.2.6
+Version: 1.7.0
Release: 0
-Url: http://bitbucket.org/psagers/django-auth-ldap/
Summary: Django LDAP authentication backend
License: BSD-2-Clause
Group: Development/Languages/Python
-Source:
https://pypi.python.org/packages/source/d/django-auth-ldap/django-auth-ldap-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: %{python_module devel}
+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 ldap >= 3.1}
+BuildRequires: %{python_module mock >= 2.0.0}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
-Requires: python-django
-Requires: python-ldap
+Requires: python-Django >= 1.11
+Requires: python-ldap >= 3.1
BuildArch: noarch
-
%python_subpackages
%description
@@ -49,9 +49,13 @@
%install
%python_install
+%check
+export LANG=en_US.UTF8
+%python_exec -m django test --settings tests.settings
+
%files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES LICENSE README
+%license LICENSE
+%doc CHANGES README.rst
%{python_sitelib}/*
%changelog
++++++ django-auth-ldap-1.2.6.tar.gz -> django-auth-ldap-1.7.0.tar.gz ++++++
++++ 14791 lines of diff (skipped)