git: f4ceda589126 - main - www/py-django-htmx: Update to 1.21

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Sun, 03 Nov 2024 10:14:21 UTC
The branch main has been updated by kai:

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

commit f4ceda5891269d1d70c3087191d257351e23e973
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-11-03 10:09:37 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-11-03 10:13:42 +0000

    www/py-django-htmx: Update to 1.21
    
    * Support for Python 3.8 was dropped with release 1.20.0, adjust
      USES=python accordingly.
    
    Changelog since 1.19:
    
    https://github.com/adamchainz/django-htmx/blob/1.21.0/docs/changelog.rst
---
 www/py-django-htmx/Makefile | 6 +++---
 www/py-django-htmx/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www/py-django-htmx/Makefile b/www/py-django-htmx/Makefile
index de471c6d5697..05f4df929679 100644
--- a/www/py-django-htmx/Makefile
+++ b/www/py-django-htmx/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	django-htmx
-DISTVERSION=	1.19.0
+DISTVERSION=	1.21.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +14,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}asgiref>=3.6:www/py-asgiref@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.9+
 USE_PYTHON=	autoplist pep517
 
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
diff --git a/www/py-django-htmx/distinfo b/www/py-django-htmx/distinfo
index 030d1eb19765..b15cd38351e3 100644
--- a/www/py-django-htmx/distinfo
+++ b/www/py-django-htmx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1723739910
-SHA256 (django_htmx-1.19.0.tar.gz) = e7e17304e78e07f96eca0affc3ce1806edfdf3538bb7cb1912452b101f3e627d
-SIZE (django_htmx-1.19.0.tar.gz) = 9791
+TIMESTAMP = 1730458034
+SHA256 (django_htmx-1.21.0.tar.gz) = 6ed3b42effd5980f22e68f36cd14ee4311bff3b6cb8435a89e27f45995691572
+SIZE (django_htmx-1.21.0.tar.gz) = 9611