GNU bug report logs -
#65758
[PATCH 0/54 v6] Update django and install wagtail.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/django.scm (python-django-rest-framework): Update to 3.14.0.
[build-system]: Use pyproject-build-system.
[arguments]: Delete phases.
---
gnu/packages/django.scm | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 548c36acfd..00b1c65666 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1157,7 +1157,7 @@ (define-public python-django-tagging
(define-public python-django-rest-framework
(package
(name "python-django-rest-framework")
- (version "3.13.1")
+ (version "3.14.0")
(source
(origin
(method git-fetch)
@@ -1166,17 +1166,8 @@ (define-public python-django-rest-framework
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32
- "11wfb156yin6mlgcdzfmi267jsq1cld131mxgd13aqsrj06zlray"))))
- (build-system python-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? inputs #:allow-other-keys)
- (if tests?
- (invoke "python" "runtests.py")
- (format #t "test suite not run~%")))))))
+ (base32 "0gipd74hc58wxfi4wq37saygvphk1dlrh4jw7anjgpajffgz8y0n"))))
+ (build-system pyproject-build-system)
(native-inputs
(list python-pytest python-pytest-django tzdata-for-tests))
(propagated-inputs
--
2.41.0
This bug report was last modified 1 year and 338 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.