From owner-svn-ports-all@freebsd.org Tue Mar 31 23:02:18 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9517A26FBCF; Tue, 31 Mar 2020 23:02:18 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48sPwn0RYPz3xL3; Tue, 31 Mar 2020 23:02:17 +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 1D23A1A423; Tue, 31 Mar 2020 23:02:10 +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 02VN29bJ066686; Tue, 31 Mar 2020 23:02:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02VN29M0066684; Tue, 31 Mar 2020 23:02:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202003312302.02VN29M0066684@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, 31 Mar 2020 23:02:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530053 - head/devel/py-cliff X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-cliff X-SVN-Commit-Revision: 530053 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.29 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, 31 Mar 2020 23:02:19 -0000 Author: sunpoet Date: Tue Mar 31 23:02:09 2020 New Revision: 530053 URL: https://svnweb.freebsd.org/changeset/ports/530053 Log: Update to 3.1.0 Changes: https://docs.openstack.org/cliff/latest/user/history.html Modified: head/devel/py-cliff/Makefile head/devel/py-cliff/distinfo Modified: head/devel/py-cliff/Makefile ============================================================================== --- head/devel/py-cliff/Makefile Tue Mar 31 23:02:04 2020 (r530052) +++ head/devel/py-cliff/Makefile Tue Mar 31 23:02:09 2020 (r530053) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cliff -PORTVERSION= 3.0.0 +PORTVERSION= 3.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cmd2>=0.8.0:devel/ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-cliff/distinfo ============================================================================== --- head/devel/py-cliff/distinfo Tue Mar 31 23:02:04 2020 (r530052) +++ head/devel/py-cliff/distinfo Tue Mar 31 23:02:09 2020 (r530053) @@ -1,3 +1,3 @@ -TIMESTAMP = 1582888990 -SHA256 (cliff-3.0.0.tar.gz) = 89e86767ba575c6b9f55a0b9d39918c5e665367744d754475a93ffac15377ec1 -SIZE (cliff-3.0.0.tar.gz) = 78416 +TIMESTAMP = 1585564850 +SHA256 (cliff-3.1.0.tar.gz) = 529b0ee0d2d38c7cbbababbbe3472b43b667a5c36025ef1b6cd00851c4313849 +SIZE (cliff-3.1.0.tar.gz) = 79037