Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2018 09:44:35 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477714 - head/www/py-django_openstack_auth
Message-ID:  <201808210944.w7L9iZBJ019417@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Aug 21 09:44:35 2018
New Revision: 477714
URL: https://svnweb.freebsd.org/changeset/ports/477714

Log:
  - Update to 3.6.1
  Changes by upstream:
  - https://github.com/openstack/django_openstack_auth/compare/3.1.0...3.6.1
  
  PR:		230407
  Submitted by:	freebsd_ports@k-worx.org
  Approved by:	maintainer timeout
  Sponsored by:	iXsystems Inc.

Modified:
  head/www/py-django_openstack_auth/Makefile
  head/www/py-django_openstack_auth/distinfo   (contents, props changed)
  head/www/py-django_openstack_auth/pkg-descr   (contents, props changed)

Modified: head/www/py-django_openstack_auth/Makefile
==============================================================================
--- head/www/py-django_openstack_auth/Makefile	Tue Aug 21 09:38:07 2018	(r477713)
+++ head/www/py-django_openstack_auth/Makefile	Tue Aug 21 09:44:35 2018	(r477714)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	django_openstack_auth
-PORTVERSION=	3.1.0
+PORTVERSION=	3.6.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,19 +11,20 @@ MAINTAINER=	alexander.nusov@nfvexpress.com
 COMMENT=	Django authentication backend for use with OpenStack Identity
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.17.0:devel/py-keystoneauth1@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}oslo.config>=4.0.0:devel/py-oslo.config@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}oslo.policy>=1.23.0:devel/py-oslo.policy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=3.8.0:net/py-python-keystoneclient@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}oslo.policy>=1.17.0:devel/py-oslo.policy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}oslo.config>=0:devel/py-oslo.config@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.1.0:devel/py-keystoneauth1@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}
 
-NO_ARCH=	yes
-
 USES=		python
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/py-django_openstack_auth/distinfo
==============================================================================
--- head/www/py-django_openstack_auth/distinfo	Tue Aug 21 09:38:07 2018	(r477713)
+++ head/www/py-django_openstack_auth/distinfo	Tue Aug 21 09:44:35 2018	(r477714)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485281047
-SHA256 (django_openstack_auth-3.1.0.tar.gz) = a1e53a2b90876e5dc4ac932d00e0dedfb0871d110b9799ee6f7ea35a884bc057
-SIZE (django_openstack_auth-3.1.0.tar.gz) = 69759
+TIMESTAMP = 1533377993
+SHA256 (django_openstack_auth-3.6.1.tar.gz) = 9a441fdea3f662fd727f020f479b3e89c96a2cc442c49539634c996a967dd378
+SIZE (django_openstack_auth-3.6.1.tar.gz) = 74678

Modified: head/www/py-django_openstack_auth/pkg-descr
==============================================================================
--- head/www/py-django_openstack_auth/pkg-descr	Tue Aug 21 09:38:07 2018	(r477713)
+++ head/www/py-django_openstack_auth/pkg-descr	Tue Aug 21 09:44:35 2018	(r477714)
@@ -1,3 +1,5 @@
-Django authentication backend for use with OpenStack Identity
+Pluggable Django authentication backend for use with OpenStack Identity, that
+works with Django's contrib.auth framework to authenticate a user against
+OpenStack's Keystone Identity API.
 
 WWW: https://pypi.org/project/django_openstack_auth/



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