Date: Wed, 13 Mar 2019 15:47:00 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495585 - head/www/py-django-auth-ldap Message-ID: <201903131547.x2DFl0cS082310@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Wed Mar 13 15:47:00 2019 New Revision: 495585 URL: https://svnweb.freebsd.org/changeset/ports/495585 Log: www/py-django-auth-ldap: Update to 1.7.0 While I'm here: * Pet portlint Notable changes since 1.5.0: * Add support for Python 3.7 and Django 2.1 * Fix group membership queries with DNs containing non-ascii characters on Python 2.7 https://github.com/django-auth-ldap/django-auth-ldap/blob/1.7.0/CHANGES PR: 236051 Approved by: miwi (mentor), maintainer timeout Differential Revision: https://reviews.freebsd.org/D19436 Modified: head/www/py-django-auth-ldap/Makefile head/www/py-django-auth-ldap/distinfo Modified: head/www/py-django-auth-ldap/Makefile ============================================================================== --- head/www/py-django-auth-ldap/Makefile Wed Mar 13 15:41:25 2019 (r495584) +++ head/www/py-django-auth-ldap/Makefile Wed Mar 13 15:47:00 2019 (r495585) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-auth-ldap -PORTVERSION= 1.5.0 +PORTVERSION= 1.7.0 CATEGORIES= www security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +14,11 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ldap>0:net/py-ldap@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}ldap>=3.1:net/py-ldap@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils + NO_ARCH= yes PORTDOCS= * Modified: head/www/py-django-auth-ldap/distinfo ============================================================================== --- head/www/py-django-auth-ldap/distinfo Wed Mar 13 15:41:25 2019 (r495584) +++ head/www/py-django-auth-ldap/distinfo Wed Mar 13 15:47:00 2019 (r495585) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526287019 -SHA256 (django-auth-ldap-1.5.0.tar.gz) = a064f464600bcd7dd5718433d518c6fc34ccb9692f50f673e20c956acc5efab7 -SIZE (django-auth-ldap-1.5.0.tar.gz) = 46881 +TIMESTAMP = 1551179543 +SHA256 (django-auth-ldap-1.7.0.tar.gz) = 72848b3b036d299114be3c6ef38b12f83f6cf1cf1696c5f92e06fe45a1b8e27b +SIZE (django-auth-ldap-1.7.0.tar.gz) = 48897
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903131547.x2DFl0cS082310>