From owner-svn-ports-all@freebsd.org Wed Apr 4 18:52:59 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 0D8B7F6C755; Wed, 4 Apr 2018 18:52:58 +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 3DB186C5DB; Wed, 4 Apr 2018 18:52:53 +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 1992D17B58; Wed, 4 Apr 2018 18:52:53 +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 w34Iqq3I027445; Wed, 4 Apr 2018 18:52:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w34Iqqpj027442; Wed, 4 Apr 2018 18:52:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201804041852.w34Iqqpj027442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Apr 2018 18:52:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466480 - head/devel/py-oslo.config X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-oslo.config X-SVN-Commit-Revision: 466480 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: Wed, 04 Apr 2018 18:52:59 -0000 Author: sunpoet Date: Wed Apr 4 18:52:52 2018 New Revision: 466480 URL: https://svnweb.freebsd.org/changeset/ports/466480 Log: Update to 6.0.0 Changes: https://git.openstack.org/cgit/openstack/oslo.config/log/ https://github.com/openstack/oslo.config/commits/master Modified: head/devel/py-oslo.config/Makefile head/devel/py-oslo.config/distinfo Modified: head/devel/py-oslo.config/Makefile ============================================================================== --- head/devel/py-oslo.config/Makefile Wed Apr 4 18:52:47 2018 (r466479) +++ head/devel/py-oslo.config/Makefile Wed Apr 4 18:52:52 2018 (r466480) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.config -PORTVERSION= 5.2.0 +PORTVERSION= 6.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${FLAVOR} \ + ${PY_ENUM34} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.18:net/py-netaddr@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rfc3986>=0.3.1:www/py-rfc3986@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${FLAVOR} Modified: head/devel/py-oslo.config/distinfo ============================================================================== --- head/devel/py-oslo.config/distinfo Wed Apr 4 18:52:47 2018 (r466479) +++ head/devel/py-oslo.config/distinfo Wed Apr 4 18:52:52 2018 (r466480) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521261816 -SHA256 (oslo.config-5.2.0.tar.gz) = 0df7fb5ac4d10fa7f8e75221debac3926e1cb48f0ef2b9bd8b2e09bcba3cae7a -SIZE (oslo.config-5.2.0.tar.gz) = 130627 +TIMESTAMP = 1522842277 +SHA256 (oslo.config-6.0.0.tar.gz) = c65a1c9e9b356ff563b8dfdf9a81e08a5d2702af1d40533bf53bac7346284202 +SIZE (oslo.config-6.0.0.tar.gz) = 135201