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 2023-12-03 20:49:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-axes (Old) and /work/SRC/openSUSE:Factory/.python-django-axes.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-axes" Sun Dec 3 20:49:16 2023 rev:5 rq:1130520 version:6.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-axes/python-django-axes.changes 2023-03-06 18:55:17.956587535 +0100 +++ /work/SRC/openSUSE:Factory/.python-django-axes.new.25432/python-django-axes.changes 2023-12-03 20:49:37.603568816 +0100 @@ -1,0 +2,42 @@ +Sat Dec 2 20:19:59 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 6.1.1: + * Fix ``TransactionManagementError`` when using the database + handler with a custom database with for ``AccessAttempt`` or + ``AccessFailureLog``. + * Set ``AXES_SENSITIVE_PARAMETERS`` default value to + ``["username", "ip_address"]`` in addition to the + ``AXES_PASSWORD_FORM_FIELD`` configuration flag. + * Improve documentation on GDPR and privacy notes and + configuration flags. + * Add Indonesion translation. + * Remove unused methods from AxesStandaloneBackend. + * Add username to admin fieldsets. + * Add Django system checks for validating callable import path + settings. + * Improve documentation. + * Improve repository issue and PR templates. + * Fine-tune CI pipelines and RTD build requirements. + * Version 6 is a breaking release. Please see the documentation + for upgrade instructions. + * Deprecate Python 3.7 support. + * Deprecate ``is_admin_site`` API call with misleading naming. + * Add ``AXES_LOCKOUT_PARAMETERS`` configuration flag that will + supersede ``AXES_ONLY_USER_FAILURES``, + ``AXES_LOCK_OUT_BY_COMBINATION_USER_AND_IP``, + ``AXES_LOCK_OUT_BY_USER_OR_IP``, and ``AXES_USE_USER_AGENT`` + configurations. Add deprecation warnings for old flags. See + project documentation on RTD for update instructions. + * Improve translations. + * Use Django ``cache.incr`` API for atomic cached failure + counting + * Make ``django-ipware`` an optional dependency. Install it + with e.g. ``pip install django-axes[ipware]`` package and + extras specifier. [aleksihakli] + * Deprecate and rename old configuration flags. Old flags will + be removed in or after version ``6.1``. [aleksihakli] + * Fix sensitive parameter logging for database handler. + * Add ``AXES_CLIENT_CALLABLE`` setting. + * Update Python, Django, and package versions. + +------------------------------------------------------------------- Old: ---- django-axes-5.40.1.tar.gz New: ---- django-axes-6.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-axes.spec ++++++ --- /var/tmp/diff_new_pack.dKteGK/_old 2023-12-03 20:49:38.687608636 +0100 +++ /var/tmp/diff_new_pack.dKteGK/_new 2023-12-03 20:49:38.687608636 +0100 @@ -16,27 +16,25 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 -%define skip_python36 1 +%{?sle15_python_module_pythons} Name: python-django-axes -Version: 5.40.1 +Version: 6.1.1 Release: 0 License: MIT Summary: Keep track of failed login attempts in Django-powered sites -URL: https://github.com/jazzband/django-axes Group: Development/Languages/Python +URL: https://github.com/jazzband/django-axes Source: https://files.pythonhosted.org/packages/source/d/django-axes/django-axes-%{version}.tar.gz BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module Django >= 2.2} +BuildRequires: %{python_module Django >= 3.2} BuildRequires: %{python_module django-ipware >= 3} BuildRequires: %{python_module pytest-django} # /SECTION BuildRequires: fdupes -Requires: python-Django >= 2.2 +Requires: python-Django >= 3.2 Requires: python-django-ipware >= 3 BuildArch: noarch ++++++ django-axes-5.40.1.tar.gz -> django-axes-6.1.1.tar.gz ++++++ ++++ 3991 lines of diff (skipped)