From owner-svn-ports-all@freebsd.org Mon Jun 15 18:46:54 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 BF91A33CD99; Mon, 15 Jun 2020 18:46: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49m0g11rYvz46LN; Mon, 15 Jun 2020 18:46: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 A32C5222CD; Mon, 15 Jun 2020 18:46:50 +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 05FIkoZ2063505; Mon, 15 Jun 2020 18:46:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05FIko8p063503; Mon, 15 Jun 2020 18:46:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202006151846.05FIko8p063503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 15 Jun 2020 18:46:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538975 - 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: 538975 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.33 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: Mon, 15 Jun 2020 18:46:55 -0000 Author: sunpoet Date: Mon Jun 15 18:46:49 2020 New Revision: 538975 URL: https://svnweb.freebsd.org/changeset/ports/538975 Log: Update to 3.2.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 Mon Jun 15 18:46:44 2020 (r538974) +++ head/devel/py-cliff/Makefile Mon Jun 15 18:46:49 2020 (r538975) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cliff -PORTVERSION= 3.1.0 +PORTVERSION= 3.2.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.5+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-cliff/distinfo ============================================================================== --- head/devel/py-cliff/distinfo Mon Jun 15 18:46:44 2020 (r538974) +++ head/devel/py-cliff/distinfo Mon Jun 15 18:46:49 2020 (r538975) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585564850 -SHA256 (cliff-3.1.0.tar.gz) = 529b0ee0d2d38c7cbbababbbe3472b43b667a5c36025ef1b6cd00851c4313849 -SIZE (cliff-3.1.0.tar.gz) = 79037 +TIMESTAMP = 1592145091 +SHA256 (cliff-3.2.0.tar.gz) = 56f638aba848ab75e8d00ec8813d27a446ee25a5162c4fe2792540d573e39d84 +SIZE (cliff-3.2.0.tar.gz) = 78613