[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
246/455: gnu: python-django-rest-framework: Update to 3.15.2.
From: |
guix-commits |
Subject: |
246/455: gnu: python-django-rest-framework: Update to 3.15.2. |
Date: |
Mon, 20 Jan 2025 15:47:10 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e6207c76b525ce186fac9e9d4e53eb5a3f6c731c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jan 11 14:19:06 2025 +0100
gnu: python-django-rest-framework: Update to 3.15.2.
* gnu/packages/django.scm (python-django-rest-framework): Update to 3.15.2.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I8c834e8022e9d77f1cbd5b6bde0cbbc65583fe60
---
gnu/packages/django.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 42aaba963f..067116db81 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1167,7 +1167,7 @@ Django projects, which allows association of a number of
tags with any
(define-public python-django-rest-framework
(package
(name "python-django-rest-framework")
- (version "3.13.1")
+ (version "3.15.2")
(source
(origin
(method git-fetch)
@@ -1177,8 +1177,8 @@ Django projects, which allows association of a number of
tags with any
(file-name (git-file-name name version))
(sha256
(base32
- "11wfb156yin6mlgcdzfmi267jsq1cld131mxgd13aqsrj06zlray"))))
- (build-system python-build-system)
+ "0ky559g2rpbz5sir33qq56c1bd4gc73hlrnkxsxpdm5mi69jrvcx"))))
+ (build-system pyproject-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
@@ -1188,7 +1188,11 @@ Django projects, which allows association of a number of
tags with any
(invoke "python" "runtests.py")
(format #t "test suite not run~%")))))))
(native-inputs
- (list python-pytest python-pytest-django tzdata-for-tests))
+ (list python-pytest
+ python-pytest-django
+ python-setuptools
+ python-wheel
+ tzdata-for-tests))
(propagated-inputs
(list python-django python-pytz))
(home-page "https://www.django-rest-framework.org")
- 77/455: gnu: python-cwl-utils: Add missing inputs., (continued)
- 77/455: gnu: python-cwl-utils: Add missing inputs., guix-commits, 2025/01/20
- 136/455: gnu: python-kombu: Add missing inputs., guix-commits, 2025/01/20
- 165/455: gnu: python-pytorch-geometric: Disable one test., guix-commits, 2025/01/20
- 148/455: gnu: Add rust-speedate-0.15., guix-commits, 2025/01/20
- 187/455: gnu: python-mizani: Add missing input., guix-commits, 2025/01/20
- 149/455: gnu: python-pydantic-core: Update to 2.27.2., guix-commits, 2025/01/20
- 144/455: gnu: Add python-inline-snapshot., guix-commits, 2025/01/20
- 191/455: gnu: Remove python-pathlib., guix-commits, 2025/01/20
- 185/455: gnu: python-cell2cell: Add missing input., guix-commits, 2025/01/20
- 231/455: gnu: python-branca: Add missing inputs., guix-commits, 2025/01/20
- 246/455: gnu: python-django-rest-framework: Update to 3.15.2.,
guix-commits <=
- 265/455: gnu: python-django-sortedm2m: Update to 4.0.0., guix-commits, 2025/01/20
- 251/455: gnu: watson: Add missing inputs., guix-commits, 2025/01/20
- 237/455: gnu: python-astroml: Add missing input., guix-commits, 2025/01/20
- 269/455: gnu: python-django-redis: Update to 5.4.0., guix-commits, 2025/01/20
- 282/455: gnu: python-pyrodigal: Add missing input., guix-commits, 2025/01/20
- 286/455: gnu: python-archinfo: Add missing inputs., guix-commits, 2025/01/20
- 321/455: gnu: python-celery: Fix build., guix-commits, 2025/01/20
- 332/455: gnu: python-agate-sql: Update to 0.7.2., guix-commits, 2025/01/20
- 353/455: gnu: python-django-compressor: Update to 4.5.1., guix-commits, 2025/01/20
- 344/455: gnu: python-specutils: Add missing input., guix-commits, 2025/01/20