From owner-svn-ports-head@freebsd.org Tue Aug 21 09:44:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58B7F1066E2E; Tue, 21 Aug 2018 09:44:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C46F7BD1E; Tue, 21 Aug 2018 09:44:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD84122506; Tue, 21 Aug 2018 09:44:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7L9iZU7019420; Tue, 21 Aug 2018 09:44:35 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7L9iZBJ019417; Tue, 21 Aug 2018 09:44:35 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201808210944.w7L9iZBJ019417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 21 Aug 2018 09:44:35 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: head/www/py-django_openstack_auth X-SVN-Commit-Revision: 477714 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2018 09:44:36 -0000 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 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/