diff options
author | Charles Roelli <charles@adnoto.net> | 2025-10-01 12:17:13 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-11 21:29:51 +0100 |
commit | f5d972eb3a1dbf7a31d41f3baea76c8a469cf2c9 (patch) | |
tree | b3997b97f4cd9eb2cfa8cb224e3d65aeb6fcf6ed | |
parent | 85df6faf4a3a987a8ee65f07526483cdadb0d726 (diff) |
gnu: python-django-allauth: Update to 65.7.0.
* gnu/packages/django.scm (python-django-allauth): Update to 65.7.0,
the first version that officially supports Django 5.2.
[native-inputs]: Add python-pytest-asyncio.
Change-Id: I088abf44da232ade8e7ac5ba8ac3dd9098dd2628
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/django.scm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 9808e3ea10..ac90c442e9 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -696,7 +696,7 @@ them do this.") (define-public python-django-allauth (package (name "python-django-allauth") - (version "65.3.1") + (version "65.7.0") (source (origin (method git-fetch) @@ -705,7 +705,7 @@ them do this.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1vm8q5jp854lrykqirmklmlppzz6dih2bzjgv4c7mdwhsfp9s1i2")))) + (base32 "1k5b3x7pdysb21vbqx7pxi9cm72yj057mm1clg19ymiqj4kq8yfl")))) (build-system pyproject-build-system) (arguments (list @@ -733,7 +733,12 @@ them do this.") (inputs (list xmlsec-openssl)) (native-inputs (list tzdata-for-tests + python-django-ninja + python-django-rest-framework + python-oauthlib + python-psycopg2 python-pytest + python-pytest-asyncio python-pytest-django python-setuptools)) (home-page "https://github.com/pennersr/django-allauth") |