[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55474] [PATCH v4 02/19] gnu: python-django-filter: Update to 22.1.
From: |
Nicolas Graves |
Subject: |
[bug#55474] [PATCH v4 02/19] gnu: python-django-filter: Update to 22.1. |
Date: |
Mon, 5 Jun 2023 18:24:57 +0200 |
* gnu/packages/django.scm (python-django-filter): Update to 22.1.
[build-sytem] Use pyproject-build-system.
[synopsis] Simpler synopsis.
[description] More precise description.
---
gnu/packages/django.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 15b6366eb7..aacc8423e7 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -471,14 +471,14 @@ (define-public python-django-haystack
(define-public python-django-filter
(package
(name "python-django-filter")
- (version "2.3.0")
+ (version "22.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "django-filter" version))
(sha256
(base32
- "1bz5qzdk9pk4a2lp2yacrdnqmkv24vxnz4k3lykrnpc3b7bkvrhi"))))
- (build-system python-build-system)
+ "19abb7ikcjxfwggjh0bx40sx2dpv7q60bchva6r86zjgx1v3nizd"))))
+ (build-system pyproject-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
@@ -489,12 +489,12 @@ (define-public python-django-filter
(list python-django python-django-rest-framework
python-django-crispy-forms python-mock))
(home-page "https://django-filter.readthedocs.io/en/latest/")
- (synopsis "Reusable Django application to filter querysets dynamically")
+ (synopsis "Django application filtering querysets dynamically")
(description
- "Django-filter is a generic, reusable application to alleviate writing
-some of the more mundane bits of view code. Specifically, it allows users to
-filter down a queryset based on a model’s fields, displaying the form to let
-them do this.")
+ "This package provides @code{django-filter}, a generic and
+reusable application to alleviate writing some of the more mundane bits of
+view code. Specifically, it allows users to filter down a queryset based on a
+model’s fields, displaying the form to let them do this.")
(license license:bsd-3)))
(define-public python-django-allauth
--
2.40.1
- [bug#55474] [PATCH v4 01/19] gnu: python-django-taggit: Update to 3.1.0., Nicolas Graves, 2023/06/05
- [bug#55474] [PATCH v4 03/19] gnu: Add python-django-modelcluster., Nicolas Graves, 2023/06/05
- [bug#55474] [PATCH v4 04/19] gnu: Add python-django-treebeard., Nicolas Graves, 2023/06/05
- [bug#55474] [PATCH v4 07/19] gnu: Add python-willow., Nicolas Graves, 2023/06/05
- [bug#55474] [PATCH v4 02/19] gnu: python-django-filter: Update to 22.1.,
Nicolas Graves <=
- [bug#55474] [PATCH v4 05/19] gnu: Add python-parsy., Nicolas Graves, 2023/06/05
- [bug#55474] [PATCH v4 06/19] gnu: Add python-jinjalint., Nicolas Graves, 2023/06/05
- [bug#55474] [PATCH v4 11/19] gnu: Add python-l18n., Nicolas Graves, 2023/06/05
- [bug#55474] [PATCH v4 08/19] gnu: Add python-django-request., Nicolas Graves, 2023/06/05
- [bug#55474] [PATCH v4 09/19] gnu: Add python-django-environ., Nicolas Graves, 2023/06/05
- [bug#55474] [PATCH v4 10/19] gnu: Add python-draftjs-exporter., Nicolas Graves, 2023/06/05
- [bug#55474] [PATCH v4 12/19] gnu: Add python-anyascii., Nicolas Graves, 2023/06/05
- [bug#55474] [PATCH v4 13/19] gnu: Add python-telepath., Nicolas Graves, 2023/06/05
- [bug#55474] [PATCH v4 15/19] gnu: python-openpyxl: Update to 3.1.2., Nicolas Graves, 2023/06/05
- [bug#55474] [PATCH v4 14/19] gnu: Add python-django-permissionedforms., Nicolas Graves, 2023/06/05