python312Packages.django-mfa3: 0.13.0 -> 0.15.1 (#392488)

This commit is contained in:
Fabian Affolter
2025-03-24 08:53:42 +01:00
committed by GitHub
@@ -8,31 +8,20 @@
fido2,
qrcode,
python,
fetchpatch,
}:
buildPythonPackage rec {
pname = "django-mfa3";
version = "0.13.0";
version = "0.15.1";
pyproject = true;
src = fetchFromGitHub {
owner = "xi";
repo = "django-mfa3";
tag = version;
hash = "sha256-O8po7VevqyHlP2isnNnLbpgfs1p4sFezxIZKMTgnwuY=";
hash = "sha256-HcurgGSzPnKVRpL9NVq0vkCmYDvj/HoWYVbnIrK5pSI=";
};
patches = [
# Fix for tests.tests.FIDO2Test.test_origin_https
# https://github.com/xi/django-mfa3/issues/24
(fetchpatch {
url = "https://github.com/xi/django-mfa3/commit/49003746783e32cd60e55c4593bef5d7e709c4bd.patch";
hash = "sha256-D3fPURAB+RC16fSd2COpCIcmjZW/1h92GOOhRczSVec=";
name = "test_origin_https_fix.patch";
})
];
build-system = [ setuptools ];
dependencies = [