svn commit: r553887 - head/www/py-django-auth-ldap

Kai Knoblich kai at FreeBSD.org
Mon Nov 2 07:14:56 UTC 2020


Author: kai
Date: Mon Nov  2 07:14:55 2020
New Revision: 553887
URL: https://svnweb.freebsd.org/changeset/ports/553887

Log:
  www/py-django-auth-ldap: Update to 2.2.0
  
  * Make the port concurrent safe as it also installs documentation files
    outside of Python's sitelib directory.
  
  Changelog:
  
  https://github.com/django-auth-ldap/django-auth-ldap/blob/2.2.0/CHANGES

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	Mon Nov  2 06:36:54 2020	(r553886)
+++ head/www/py-django-auth-ldap/Makefile	Mon Nov  2 07:14:55 2020	(r553887)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-auth-ldap
-PORTVERSION=	2.1.1
-PORTREVISION=	1
+PORTVERSION=	2.2.0
 CATEGORIES=	www security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.11:www
 		${PYTHON_PKGNAMEPREFIX}ldap>=3.1:net/py-ldap@${PY_FLAVOR}
 
 USES=		python:3.5+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 PORTDOCS=	*

Modified: head/www/py-django-auth-ldap/distinfo
==============================================================================
--- head/www/py-django-auth-ldap/distinfo	Mon Nov  2 06:36:54 2020	(r553886)
+++ head/www/py-django-auth-ldap/distinfo	Mon Nov  2 07:14:55 2020	(r553887)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585472332
-SHA256 (django-auth-ldap-2.1.1.tar.gz) = fabbbc35a5d28ce6a12e3f6309229d82bfe6a410391914938593e4b96ce42ec8
-SIZE (django-auth-ldap-2.1.1.tar.gz) = 51260
+TIMESTAMP = 1604229069
+SHA256 (django-auth-ldap-2.2.0.tar.gz) = 11af1773b08613339d2c3a0cec1308a4d563518f17b1719c3759994d0b4d04bf
+SIZE (django-auth-ldap-2.2.0.tar.gz) = 53148


More information about the svn-ports-all mailing list