Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2025 14:25:18 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 57f5d544040f - main - www/py-dj52-django-filter: Update to 25.2
Message-ID:  <202510241425.59OEPILe003411@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=57f5d544040f469de1a85aed10de73c9d1b3391d

commit 57f5d544040f469de1a85aed10de73c9d1b3391d
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-10-24 14:24:05 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-10-24 14:24:38 +0000

    www/py-dj52-django-filter: Update to 25.2
    
    * Add DRF option to reflect the settings as noted in "pyproject.toml"
      and make it default because Django REST framework is used by many
      Django implementations.
    
    Changelog:
    
    https://github.com/carltongibson/django-filter/blob/25.2/CHANGES.rst
---
 www/py-dj52-django-filter/Makefile | 11 +++++++++--
 www/py-dj52-django-filter/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/www/py-dj52-django-filter/Makefile b/www/py-dj52-django-filter/Makefile
index c999af31c25c..653b1020be0c 100644
--- a/www/py-dj52-django-filter/Makefile
+++ b/www/py-dj52-django-filter/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	django-filter
-DISTVERSION=	25.1
+DISTVERSION=	25.2
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
@@ -13,7 +13,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=5.2:www/py-django52@${PY_FLAVOR}
 
 USES=		python:3.10+
 USE_PYTHON=	autoplist pep517
@@ -22,4 +22,11 @@ CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
 
 NO_ARCH=		yes
 
+OPTIONS_DEFINE=		DRF
+OPTIONS_DEFAULT=	DRF
+
+DRF_DESC=	Support for Django REST framework
+
+DRF_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dj52-djangorestframework>0:www/py-dj52-djangorestframework@${PY_FLAVOR}
+
 .include <bsd.port.mk>
diff --git a/www/py-dj52-django-filter/distinfo b/www/py-dj52-django-filter/distinfo
index 1fe436b6ac10..4432f070b334 100644
--- a/www/py-dj52-django-filter/distinfo
+++ b/www/py-dj52-django-filter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1740212287
-SHA256 (django_filter-25.1.tar.gz) = 1ec9eef48fa8da1c0ac9b411744b16c3f4c31176c867886e4c48da369c407153
-SIZE (django_filter-25.1.tar.gz) = 143021
+TIMESTAMP = 1761215385
+SHA256 (django_filter-25.2.tar.gz) = 760e984a931f4468d096f5541787efb8998c61217b73006163bf2f9523fe8f23
+SIZE (django_filter-25.2.tar.gz) = 143818


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510241425.59OEPILe003411>