From owner-svn-ports-head@freebsd.org Sun Nov 27 09:05:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32D49C5888D; Sun, 27 Nov 2016 09:05:57 +0000 (UTC) (envelope-from novel@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 mx1.freebsd.org (Postfix) with ESMTPS id DB383876; Sun, 27 Nov 2016 09:05:56 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAR95uYS094148; Sun, 27 Nov 2016 09:05:56 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAR95tTN094146; Sun, 27 Nov 2016 09:05:55 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611270905.uAR95tTN094146@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 27 Nov 2016 09:05:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427211 - head/net/py-keystoneclient X-SVN-Group: ports-head 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.23 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: Sun, 27 Nov 2016 09:05:57 -0000 Author: novel Date: Sun Nov 27 09:05:55 2016 New Revision: 427211 URL: https://svnweb.freebsd.org/changeset/ports/427211 Log: net/py-keystoneclient: update to 3.7.0 Also, specify LICENSE and update (BUILD|RUN)_DEPENDS. PR: 214741 Submitted by: maintainer Modified: head/net/py-keystoneclient/Makefile head/net/py-keystoneclient/distinfo Modified: head/net/py-keystoneclient/Makefile ============================================================================== --- head/net/py-keystoneclient/Makefile Sun Nov 27 09:04:36 2016 (r427210) +++ head/net/py-keystoneclient/Makefile Sun Nov 27 09:05:55 2016 (r427211) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keystoneclient -PORTVERSION= 3.6.0 +PORTVERSION= 3.7.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,15 @@ DISTNAME= python-${PORTNAME}-${PORTVERSI MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Client for the OpenStack Keystone API -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ - ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.14.0:devel/py-keystoneauth1 \ ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ - ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.0:devel/py-oslo.utils \ ${PYTHON_PKGNAMEPREFIX}positional>=1.0.1:devel/py-positional \ ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ Modified: head/net/py-keystoneclient/distinfo ============================================================================== --- head/net/py-keystoneclient/distinfo Sun Nov 27 09:04:36 2016 (r427210) +++ head/net/py-keystoneclient/distinfo Sun Nov 27 09:05:55 2016 (r427211) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476612163 -SHA256 (python-keystoneclient-3.6.0.tar.gz) = 9b02364926323b14760719f7162fc38a99b9d2acb7241298a991023c87ad91b0 -SIZE (python-keystoneclient-3.6.0.tar.gz) = 295901 +TIMESTAMP = 1479812295 +SHA256 (python-keystoneclient-3.7.0.tar.gz) = 8d1cb531d8213876819e48549e05b3a058aebbe3ed1d7a890f1079efe95d3fe3 +SIZE (python-keystoneclient-3.7.0.tar.gz) = 297886