1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

gnu: python-django-allauth: Update to 65.13.1.

* gnu/packages/django.scm (python-django-allauth): Update to 65.13.1.
[propagated-inputs]: Remove python-requests-oauthlib; add
python-pyyaml and python-oauthlib.

Change-Id: Ib9dd7d2bb64990caf6a7285705075f7c779b9ebb
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Sharlatan Hellseher
2026-01-11 07:38:34 +00:00
committed by Rutherther
parent ab3fd8a4e8
commit a60fa26e89
+9 -5
View File
@@ -695,7 +695,7 @@ them do this.")
(define-public python-django-allauth (define-public python-django-allauth
(package (package
(name "python-django-allauth") (name "python-django-allauth")
(version "65.9.0") (version "65.13.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@@ -704,16 +704,18 @@ them do this.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "03a7175748533rw6h3grfpv86i3qb31ixw0kb2kj90gc77sh1sw2")))) (base32 "1w98sd0hj96qgxqa6q7a80h5w800yshqlhli2pplkwb5bqkqwq5n"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
;; tests: 1812 passed, 9 warnings
#:test-flags #:test-flags
;; XXX: KeyError: location ;; XXX: KeyError: location
#~(list "--ignore=allauth/socialaccount/providers/openid/tests.py") #~(list "--ignore=allauth/socialaccount/providers/openid/tests.py")
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
;; FIXME: This should be fixed in python-xmlsec ;; FIXME: This should be fixed in python-xmlsec
;; E xmlsec.Error: (1, 'cannot load crypto library for xmlsec.')
(add-before 'check 'pre-check (add-before 'check 'pre-check
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
(let ((lib (search-input-file inputs "lib/libxmlsec1-openssl.so"))) (let ((lib (search-input-file inputs "lib/libxmlsec1-openssl.so")))
@@ -722,13 +724,15 @@ them do this.")
(propagated-inputs (propagated-inputs
(list python-asgiref (list python-asgiref
python-django python-django
;; [optional]
python-fido2 python-fido2
python-oauthlib
python-openid python-openid
python-pyjwt python-pyjwt
python-python3-saml ;TODO: rename to Guix name format
python-pyyaml
python-qrcode python-qrcode
python-requests python-requests))
python-requests-oauthlib
python-python3-saml))
(inputs (list xmlsec-openssl)) (inputs (list xmlsec-openssl))
(native-inputs (native-inputs
(list tzdata-for-tests (list tzdata-for-tests