From owner-svn-ports-all@freebsd.org Sun Feb 16 18:01:43 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 7421E23C329; Sun, 16 Feb 2020 18:01:43 +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 48LFLH2ZYRz3KG6; Sun, 16 Feb 2020 18:01:43 +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 53A0729ADB; Sun, 16 Feb 2020 18:01:43 +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 01GI1hOo006128; Sun, 16 Feb 2020 18:01:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01GI1gtf006126; Sun, 16 Feb 2020 18:01:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002161801.01GI1gtf006126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 16 Feb 2020 18:01:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526287 - head/net/py-python-cinderclient X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/py-python-cinderclient X-SVN-Commit-Revision: 526287 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: Sun, 16 Feb 2020 18:01:43 -0000 Author: sunpoet Date: Sun Feb 16 18:01:42 2020 New Revision: 526287 URL: https://svnweb.freebsd.org/changeset/ports/526287 Log: Update to 6.0.0 Changes: https://docs.openstack.org/releasenotes/python-cinderclient/ Modified: head/net/py-python-cinderclient/Makefile head/net/py-python-cinderclient/distinfo Modified: head/net/py-python-cinderclient/Makefile ============================================================================== --- head/net/py-python-cinderclient/Makefile Sun Feb 16 18:01:37 2020 (r526286) +++ head/net/py-python-cinderclient/Makefile Sun Feb 16 18:01:42 2020 (r526287) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-cinderclient -PORTVERSION= 5.0.0 +PORTVERSION= 6.0.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel ${PYTHON_PKGNAMEPREFIX}simplejson>=3.5.1:devel/py-simplejson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= python shebangfix +USES= python:3.6+ shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/net/py-python-cinderclient/distinfo ============================================================================== --- head/net/py-python-cinderclient/distinfo Sun Feb 16 18:01:37 2020 (r526286) +++ head/net/py-python-cinderclient/distinfo Sun Feb 16 18:01:42 2020 (r526287) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578401178 -SHA256 (python-cinderclient-5.0.0.tar.gz) = d61bc8d816c1fe18304843b70bbb33220ebb5ae554b4c3a1c83486ad0d7d1509 -SIZE (python-cinderclient-5.0.0.tar.gz) = 254510 +TIMESTAMP = 1581775759 +SHA256 (python-cinderclient-6.0.0.tar.gz) = 48f5a0df0983bd06c0c870b728f2952a3fe4b67a4dc0031afaef0536e829d097 +SIZE (python-cinderclient-6.0.0.tar.gz) = 258173