[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65758] [PATCH v7 38/57] gnu: python-django-filter: Update to 22.1.
From: |
Nicolas Graves |
Subject: |
[bug#65758] [PATCH v7 38/57] gnu: python-django-filter: Update to 22.1. |
Date: |
Wed, 6 Sep 2023 11:16:02 +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 a9e8ecb392..93cf44d38c 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -573,14 +573,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
@@ -592,12 +592,12 @@ (define-public python-django-filter
python-django-crispy-forms python-mock
tzdata-for-tests))
(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.41.0
- [bug#65758] [PATCH v7 17/57] gnu: graphite-web: Update to 1.1.10-0-dca59dc., (continued)
- [bug#65758] [PATCH v7 17/57] gnu: graphite-web: Update to 1.1.10-0-dca59dc., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 31/57] gnu: python-django-haystack: Update to 3.2.1., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 11/57] gnu: python-django-filter: Add native-input tzdata-for-tests., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 20/57] gnu: python-dango-rq: Add native-input tzdata-for-tests., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 22/57] gnu: python-django-tagging: Add patch for django@4 support., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 09/57] gnu: python-django-simple-math-captcha: Update to 1.0.9-0-61adb4f., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 24/57] gnu: python-defusedxml: Update to 0.7.0., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 23/57] gnu: python-django-sortedm2m: Update to 3.1.1-0-ddf321f., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 34/57] gnu: postorius: Update to 1.3.7., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 25/57] gnu: python-filetype: Update to 1.0.10., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 38/57] gnu: python-django-filter: Update to 22.1.,
Nicolas Graves <=
- [bug#65758] [PATCH v7 42/57] gnu: Add python-jinjalint., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 37/57] gnu: python-django-taggit: Update to 3.1.0., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 39/57] gnu: Add python-django-modelcluster., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 43/57] gnu: Add python-willow., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 44/57] gnu: Add python-django-request., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 49/57] gnu: Add python-telepath., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 46/57] gnu: Add python-draftjs-exporter., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 51/57] gnu: python-openpyxl: Update to 3.1.2., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 48/57] gnu: Add python-anyascii., Nicolas Graves, 2023/09/06
- [bug#65758] [PATCH v7 52/57] gnu: Add python-wagtail., Nicolas Graves, 2023/09/06