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:           Tue Oct  7 07:00:51 UTC 2025

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

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

25.2
* Added testing for Django 6.0.
* Dropped support for Django <5.2 LTS
* Dropped support for Python 3.9.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-django-filter/Makefile
cvs rdiff -u -r1.14 -r1.15 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.18 pkgsrc/www/py-django-filter/Makefile:1.19
--- pkgsrc/www/py-django-filter/Makefile:1.18   Sun Feb 23 20:39:09 2025
+++ pkgsrc/www/py-django-filter/Makefile        Tue Oct  7 07:00:50 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2025/02/23 20:39:09 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2025/10/07 07:00:50 adam Exp $
 
-DISTNAME=      django_filter-25.1
+DISTNAME=      django_filter-25.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-filter/}
 
@@ -12,9 +11,11 @@ COMMENT=     Generic dynamic filtering suppo
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
-DEPENDS+=      ${PYPKGPREFIX}-django>=4.2:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-django>=5.2:../../www/py-django
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-django-filter/distinfo
diff -u pkgsrc/www/py-django-filter/distinfo:1.14 pkgsrc/www/py-django-filter/distinfo:1.15
--- pkgsrc/www/py-django-filter/distinfo:1.14   Mon Feb 17 13:36:16 2025
+++ pkgsrc/www/py-django-filter/distinfo        Tue Oct  7 07:00:50 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/02/17 13:36:16 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/10/07 07:00:50 adam Exp $
 
-BLAKE2s (django_filter-25.1.tar.gz) = 0d030ff67a94b24ff5d20742a3b093ee67d909cbb57295cfad7bc6ff344c6cbc
-SHA512 (django_filter-25.1.tar.gz) = aac18b96be0f537733ff7b90d0495cdf8c744102dbd53fb378d19e73d6c22c426c68d86b2a8777d69103810f634ee71660544e10376f53a65680ec2ca95a3db9
-Size (django_filter-25.1.tar.gz) = 143021 bytes
+BLAKE2s (django_filter-25.2.tar.gz) = 5b6a2fa7a5af9a1c8f5dbefedc0c277ab68fb32c9496f4423d145a006a9b3280
+SHA512 (django_filter-25.2.tar.gz) = a4dcb6dc10941a6d9499df520952cc477659b2b9c4b6002833e4ff71356062e9c32a158796d071d7d163c472e7710810150237e10ad2b6ab75e38241510450f7
+Size (django_filter-25.2.tar.gz) = 143818 bytes



Home | Main Index | Thread Index | Old Index