[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55474] [PATCH v5 13/55] gnu: python-django-allauth: Update to 0.47.
From: |
Nicolas Graves |
Subject: |
[bug#55474] [PATCH v5 13/55] gnu: python-django-allauth: Update to 0.47.0. |
Date: |
Sun, 25 Jun 2023 18:57:14 +0200 |
* gnu/packages/django.scm (python-django-allauth): Update to 0.47.0.
[build-system]: Use pyproject-build-system.
[arguments](phases): Set the django settings module as argument.
---
gnu/packages/django.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 1458bc133a..e4cc877660 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -564,23 +564,22 @@ (define-public python-django-filter
(define-public python-django-allauth
(package
(name "python-django-allauth")
- (version "0.42.0")
+ (version "0.47.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "django-allauth" version))
(sha256
(base32
- "0c0x8izvrnjhrr48w6pwsfk9ddbi6yfxg7v3hh5dm1vz1d0hjwpi"))))
- (build-system python-build-system)
+ "1s65syhq466qvd3qj7xpcv02m623srazb0yjh44n4wp6qva0kkrb"))))
+ (build-system pyproject-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda _
- (setenv "DJANGO_SETTINGS_MODULE" "test_settings")
(invoke "django-admin" "test" "allauth.tests"
- "--pythonpath=."))))))
+ "--pythonpath=." "--settings=test_settings"))))))
(propagated-inputs
(list python-openid python-requests python-requests-oauthlib))
(native-inputs
--
2.40.1
- [bug#55474] [PATCH v5 02/55] gnu: python-asgiref: Update to 3.6.0., (continued)
- [bug#55474] [PATCH v5 02/55] gnu: python-asgiref: Update to 3.6.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 04/55] gnu: python-distributed: Disable failing tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 05/55] gnu: Add python-django-4.2., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 06/55] gnu: python-pint: Disable failing tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 08/55] gnu: Add python-django-extensions-3.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 07/55] gnu: python-django-extensions: Update to 3.2.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 10/55] gnu: python-django-simple-math-captcha: Update to 1.0.9-0-61adb4f., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 15/55] gnu: python-django-picklefield: Update to 3.1.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 14/55] gnu: python-django-debug-toolbar: Add native-input tzdata-for-tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 12/55] gnu: python-django-filter: Add native-input tzdata-for-tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 13/55] gnu: python-django-allauth: Update to 0.47.0.,
Nicolas Graves <=
- [bug#55474] [PATCH v5 17/55] gnu: datasette: Disabling failing tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 18/55] gnu: graphite-web: Update to 1.1.10-0-dca59dc., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 09/55] gnu: python-django-3.1.14: Skip failing tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 11/55] gnu: python-easy-thumbnails: Update to 2.8.5., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 19/55] gnu: python-django-contact-form: Add native-input tzdata-for-tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 16/55] gnu: Remove python-django-2.2., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 22/55] gnu: python-django-sortedm2m: Replace input python-django by python-django-3.2., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 20/55] gnu: python-django-contrib-comments: Update to 2.2.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 21/55] gnu: python-dango-rq: Add native-input tzdata-for-tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 24/55] gnu: python-django-sortedm2m: Update to 3.1.1-0-ddf321f., Nicolas Graves, 2023/06/25