From owner-svn-ports-all@freebsd.org Tue Apr 3 09:50:54 2018 Return-Path: Delivered-To: svn-ports-all@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 67BE0F71B50; Tue, 3 Apr 2018 09:50:54 +0000 (UTC) (envelope-from sunpoet@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 C66A972E17; Tue, 3 Apr 2018 09:50:52 +0000 (UTC) (envelope-from sunpoet@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 66EE822D15; Tue, 3 Apr 2018 09:50:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w339oqGp091117; Tue, 3 Apr 2018 09:50:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w339oqTU091111; Tue, 3 Apr 2018 09:50:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201804030950.w339oqTU091111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Apr 2018 09:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466312 - head/devel/py-oslo.context X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-oslo.context X-SVN-Commit-Revision: 466312 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2018 09:50:54 -0000 Author: sunpoet Date: Tue Apr 3 09:50:51 2018 New Revision: 466312 URL: https://svnweb.freebsd.org/changeset/ports/466312 Log: Update to 2.20.0 - Add LICENSE - Fix RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Request maintainership Changes: https://docs.openstack.org/oslo.context/latest/user/history.html PR: 226757 Submitted by: sunpoet (myself) Approved by: Alexander Nusov (maintainer) Modified: head/devel/py-oslo.context/Makefile head/devel/py-oslo.context/distinfo (contents, props changed) Modified: head/devel/py-oslo.context/Makefile ============================================================================== --- head/devel/py-oslo.context/Makefile Tue Apr 3 09:50:46 2018 (r466311) +++ head/devel/py-oslo.context/Makefile Tue Apr 3 09:50:51 2018 (r466312) @@ -2,23 +2,22 @@ # $FreeBSD$ PORTNAME= oslo.context -PORTVERSION= 2.12.0 +PORTVERSION= 2.20.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= alexander.nusov@nfvexpress.com +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Oslo Context library LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}positional>=1.1.1:devel/py-positional@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${FLAVOR} NO_ARCH= yes - USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include Modified: head/devel/py-oslo.context/distinfo ============================================================================== --- head/devel/py-oslo.context/distinfo Tue Apr 3 09:50:46 2018 (r466311) +++ head/devel/py-oslo.context/distinfo Tue Apr 3 09:50:51 2018 (r466312) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485280556 -SHA256 (oslo.context-2.12.0.tar.gz) = cd9bdc4deeb2db3a66604f890bbd3d9c2195da0b03969488b58307a287b6aa12 -SIZE (oslo.context-2.12.0.tar.gz) = 25505 +TIMESTAMP = 1521261840 +SHA256 (oslo.context-2.20.0.tar.gz) = 7def9507139fdebe5f341c1bfb8b86d29d071efaa80d072d6e999bc76f4e3846 +SIZE (oslo.context-2.20.0.tar.gz) = 28203