git: 42dfec2d59ed - main - www/py-django-auth-ldap: Update to 5.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Oct 2024 08:44:43 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=42dfec2d59eda193a84734d089c9ecc53462b7ae commit 42dfec2d59eda193a84734d089c9ecc53462b7ae Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-10-13 08:41:23 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-10-13 08:41:23 +0000 www/py-django-auth-ldap: Update to 5.0.0 * Support for Python 3.8 was dropped with release 5.0.0, adjust USES=python accordingly as Python 3.8 will remain in the Ports tree until the end of October. Changelog: https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/5.0.0 MFH: No (contains breaking changes) --- www/py-django-auth-ldap/Makefile | 8 ++++---- www/py-django-auth-ldap/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www/py-django-auth-ldap/Makefile b/www/py-django-auth-ldap/Makefile index e895fa75b22b..ec4aba3b7409 100644 --- a/www/py-django-auth-ldap/Makefile +++ b/www/py-django-auth-ldap/Makefile @@ -1,9 +1,9 @@ PORTNAME= django-auth-ldap -PORTVERSION= 4.8.0 -PORTREVISION= 1 +PORTVERSION= 5.0.0 CATEGORIES= www security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= django_auth_ldap-${PORTVERSION} MAINTAINER= kai@FreeBSD.org COMMENT= LDAP integration for django.contrib.auth @@ -15,10 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \ ${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}python-ldap>=3.1:net/py-python-ldap@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-django-auth-ldap/distinfo b/www/py-django-auth-ldap/distinfo index d649b74341cb..40b7f5b036af 100644 --- a/www/py-django-auth-ldap/distinfo +++ b/www/py-django-auth-ldap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712323264 -SHA256 (django-auth-ldap-4.8.0.tar.gz) = 604250938ddc9fda619f247c7a59b0b2f06e53a7d3f46a156f28aa30dd71a738 -SIZE (django-auth-ldap-4.8.0.tar.gz) = 53906 +TIMESTAMP = 1728719132 +SHA256 (django_auth_ldap-5.0.0.tar.gz) = ee3380f48b79f47b9b6060e2735d7a7c7fa90cd2a225ea0259dccee0e8149c4e +SIZE (django_auth_ldap-5.0.0.tar.gz) = 54873