From b6720749c4cccd7d7109271e714ac95370f853e0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 21 Jan 2024 13:16:27 +0100 Subject: [PATCH 1/2] python311Packages.django-two-factor-auth: 1.15.1 -> 1.15.5 Diff: https://github.com/jazzband/django-two-factor-auth/compare/refs/tags/1.15.1...1.15.5 Changelog: https://github.com/jazzband/django-two-factor-auth/releases/tag/1.15.5 --- .../python-modules/django-two-factor-auth/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/django-two-factor-auth/default.nix b/pkgs/development/python-modules/django-two-factor-auth/default.nix index 7ca684149800..1c00d971a585 100644 --- a/pkgs/development/python-modules/django-two-factor-auth/default.nix +++ b/pkgs/development/python-modules/django-two-factor-auth/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "django-two-factor-auth"; - version = "1.15.1"; + version = "1.15.5"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "jazzband"; repo = "django-two-factor-auth"; rev = "refs/tags/${version}"; - hash = "sha256-+E6kSD00ChPiRLT2i43dNlVkbvuR1vKkbSZfD1Bf3qc="; + hash = "sha256-Sr7L3ioeofyADHb1NSgs0GmVbzX7rro7yhhG9Gq6GJE="; }; nativeBuildInputs = [ From e57d77498bbe189a9bc0b4041cd1e170b589e97a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 21 Jan 2024 13:17:20 +0100 Subject: [PATCH 2/2] python311Packages.django-two-factor-auth: refactor --- .../python-modules/django-two-factor-auth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/django-two-factor-auth/default.nix b/pkgs/development/python-modules/django-two-factor-auth/default.nix index 1c00d971a585..dfb726a55b01 100644 --- a/pkgs/development/python-modules/django-two-factor-auth/default.nix +++ b/pkgs/development/python-modules/django-two-factor-auth/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "django-two-factor-auth"; version = "1.15.5"; - format = "setuptools"; + pyproject = true; disabled = pythonOlder "3.7";