Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-axes for openSUSE:Factory checked in at 2021-05-17 18:45:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-axes (Old) and /work/SRC/openSUSE:Factory/.python-django-axes.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-axes" Mon May 17 18:45:35 2021 rev:2 rq:893766 version:5.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-axes/python-django-axes.changes 2020-09-15 16:30:17.398711665 +0200 +++ /work/SRC/openSUSE:Factory/.python-django-axes.new.2988/python-django-axes.changes 2021-05-17 18:46:07.296418200 +0200 @@ -1,0 +2,10 @@ +Mon May 17 14:13:02 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com> + +- Update to 5.15.0 + * Improve Django REST Framework (DRF) integration. + * Add Python 3.9 support. + * Add support for resetting attempts with cache backend. + * Remove support for Django 2.0. + * Add support for Django 3.2. + +------------------------------------------------------------------- Old: ---- django-axes-5.6.0.tar.gz New: ---- django-axes-5.15.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-axes.spec ++++++ --- /var/tmp/diff_new_pack.UDM86E/_old 2021-05-17 18:46:07.724416384 +0200 +++ /var/tmp/diff_new_pack.UDM86E/_new 2021-05-17 18:46:07.728416367 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-django-axes # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,32 +12,31 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-django-axes -Version: 5.6.0 +Version: 5.15.0 Release: 0 License: MIT Summary: Keep track of failed login attempts in Django-powered sites -Url: https://github.com/jazzband/django-axes +URL: https://github.com/jazzband/django-axes Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/d/django-axes/django-axes-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module Django >= 1.11} -BuildRequires: %{python_module django-appconf >= 1.0.3} -BuildRequires: %{python_module django-ipware >= 2.0.2} +BuildRequires: %{python_module Django >= 2.2} +BuildRequires: %{python_module django-ipware >= 3} BuildRequires: %{python_module pytest-django} # /SECTION BuildRequires: fdupes -Requires: python-Django >= 1.11 -Requires: python-django-appconf >= 1.0.3 -Requires: python-django-ipware >= 2.0.2 +Requires: python-Django >= 2.2 +Requires: python-django-ipware >= 3 BuildArch: noarch %python_subpackages @@ -47,7 +46,6 @@ %prep %setup -q -n django-axes-%{version} -rm pytest.ini %build %python_build @@ -57,7 +55,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -export DJANGO_SETTINGS_MODULE=axes.tests.settings +export DJANGO_SETTINGS_MODULE=tests.settings +rm pyproject.toml %pytest %files %{python_files} ++++++ django-axes-5.6.0.tar.gz -> django-axes-5.15.0.tar.gz ++++++ ++++ 7704 lines of diff (skipped)