pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-filter



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Mar  9 06:40:35 UTC 2024

Modified Files:
        pkgsrc/www/py-django-filter: Makefile distinfo

Log Message:
py-django-filter: updated to 24.1

Version 24.1 (2024-03-08)

* Updated supported Python and Django versions, and resolved upcoming Django
  deprecations.
  Required versions are now at least Python 3.8 and Django 4.2.
* Allowed passing a FilterSet class to the filterset_factory().
* Set empty default value of filterset data to MultiValueDict.
* Preserve list values passed to the data dict in CSV widgets.
* Updates French and Ukrainian localisations.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-django-filter/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-django-filter/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-filter/Makefile
diff -u pkgsrc/www/py-django-filter/Makefile:1.13 pkgsrc/www/py-django-filter/Makefile:1.14
--- pkgsrc/www/py-django-filter/Makefile:1.13   Thu Feb  8 14:04:43 2024
+++ pkgsrc/www/py-django-filter/Makefile        Sat Mar  9 06:40:34 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/02/08 14:04:43 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/03/09 06:40:34 adam Exp $
 
-DISTNAME=      django-filter-23.5
+DISTNAME=      django-filter-24.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-filter/}
@@ -11,7 +11,7 @@ COMMENT=      Generic dynamic filtering suppo
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
-DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-django>=4.2:../../www/py-django
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-django-filter/distinfo
diff -u pkgsrc/www/py-django-filter/distinfo:1.10 pkgsrc/www/py-django-filter/distinfo:1.11
--- pkgsrc/www/py-django-filter/distinfo:1.10   Thu Feb  8 14:04:43 2024
+++ pkgsrc/www/py-django-filter/distinfo        Sat Mar  9 06:40:34 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/02/08 14:04:43 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/03/09 06:40:34 adam Exp $
 
-BLAKE2s (django-filter-23.5.tar.gz) = 4d86152bf81703e02261b3eb9f6231194d9c69b27071a3864ec0a655fe16e229
-SHA512 (django-filter-23.5.tar.gz) = 68ed53fefe0fdf7f2781759af930d9c4124b8de7ef53e7dfc788fd7dfaf3bce04eb2e96a7f335629c40f975702dc4bd908b5371a6b25b8f14ad34a59f5504b4b
-Size (django-filter-23.5.tar.gz) = 141058 bytes
+BLAKE2s (django-filter-24.1.tar.gz) = 4a970a969106775a6e247ee457d3fb30b5ab74c208c783cc2423b33376e4e940
+SHA512 (django-filter-24.1.tar.gz) = 9058cc4966bc6844ee2b9d094da3726bf441faaea7f3a3e7cb9ca12d1007e93e6e723c45a99a85d471e48b267fa287d715f72592a4def398c17379dafd809579
+Size (django-filter-24.1.tar.gz) = 141809 bytes



Home | Main Index | Thread Index | Old Index