python3Packages.dj-rest-auth: 7.0.1 -> 7.0.2

https://github.com/iMerica/dj-rest-auth/releases/tag/7.0.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:32:51 +01:00
parent 1d3c54256e
commit b4020a3dea
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "dj-rest-auth";
version = "7.0.1";
version = "7.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "iMerica";
repo = "dj-rest-auth";
tag = version;
hash = "sha256-bus7Sf5H4PA5YFrkX7hbALOq04koDz3KTO42hHFJPhw=";
hash = "sha256-tgcEnB9n9pq+TBde8udsr8osdAAJqmXaaU1Wt2psPIw=";
};
patches = [
@@ -34,13 +34,6 @@ buildPythonPackage rec {
url = "https://github.com/iMerica/dj-rest-auth/commit/cc5587e4e3f327697709f3f0d491650bff5464e7.diff";
hash = "sha256-2LahibxuNECAfjqsbNs2ezaWt1VH0ZBNwSNWCZwIe8I=";
})
# Add compatibility with django-allauth v65.4
# See https://github.com/iMerica/dj-rest-auth/pull/681
(fetchpatch {
name = "django-allauth_65.4_compatibility.patch";
url = "https://github.com/iMerica/dj-rest-auth/commit/59b8cab7e2f4e3f2fdc11ab3b027a32cad45deef.patch";
hash = "sha256-CH85vB3EOQvFxx+ZP2LYI4LEvaZ+ccLdXZGuAvEfStc=";
})
];
postPatch = ''
@@ -97,7 +90,7 @@ buildPythonPackage rec {
meta = {
description = "Authentication for Django Rest Framework";
homepage = "https://github.com/iMerica/dj-rest-auth";
changelog = "https://github.com/iMerica/dj-rest-auth/releases/tag/${version}";
changelog = "https://github.com/iMerica/dj-rest-auth/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ onny ];
};