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 Aug  3 08:06:45 UTC 2024

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

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

Version 24.3 (2024-08-02)

* Adds official support for Django 5.1.
* Allow using dictionaries for grouped choices on Django 5.0+.
* Adds ``unknown_field_behavior`` FilterSet option to allowing warning and
  ignore behaviours for unknown field types during FilterSet generation.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-django-filter/Makefile
cvs rdiff -u -r1.12 -r1.13 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.15 pkgsrc/www/py-django-filter/Makefile:1.16
--- pkgsrc/www/py-django-filter/Makefile:1.15   Fri Apr  5 10:41:31 2024
+++ pkgsrc/www/py-django-filter/Makefile        Sat Aug  3 08:06:45 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2024/04/05 10:41:31 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/08/03 08:06:45 adam Exp $
 
-DISTNAME=      django-filter-24.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      django_filter-24.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-filter/}
 

Index: pkgsrc/www/py-django-filter/distinfo
diff -u pkgsrc/www/py-django-filter/distinfo:1.12 pkgsrc/www/py-django-filter/distinfo:1.13
--- pkgsrc/www/py-django-filter/distinfo:1.12   Fri Apr  5 10:41:31 2024
+++ pkgsrc/www/py-django-filter/distinfo        Sat Aug  3 08:06:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/04/05 10:41:31 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/08/03 08:06:45 adam Exp $
 
-BLAKE2s (django-filter-24.2.tar.gz) = c7350a0ee291e28a6aa17a3308d57a0a71bc54f79fdd7e273bfc428cf062d89b
-SHA512 (django-filter-24.2.tar.gz) = 246345f2b90e67a9947e2d2e5e17c996a58c4b8e7aaeb89a25b23cd35e6c31763dc3522e649d308458dc457037b0d7daf7f57dbef9af633f86e04b15fb8c36ab
-Size (django-filter-24.2.tar.gz) = 142937 bytes
+BLAKE2s (django_filter-24.3.tar.gz) = c8e8e21e20daced22bf9bd7d1f076b393c08c5816100619b820671f529e607a5
+SHA512 (django_filter-24.3.tar.gz) = f21576b4ce8e2cbf71ebee032e35979f4b8333bb64827188e5c4901b2102e8ec4f8fc5c07614aed15d376c5606ffd6e976822f318bfd46615d59206564ef009a
+Size (django_filter-24.3.tar.gz) = 144444 bytes



Home | Main Index | Thread Index | Old Index