From owner-svn-ports-all@freebsd.org Wed Jun 24 11:36:15 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 487BD34B47B; Wed, 24 Jun 2020 11:36:15 +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 49sLgy2PTXz401k; Wed, 24 Jun 2020 11:36:14 +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 E5FED10DC1; Wed, 24 Jun 2020 11:36:13 +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 05OBaDvD056527; Wed, 24 Jun 2020 11:36:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05OBaD0S056526; Wed, 24 Jun 2020 11:36:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202006241136.05OBaD0S056526@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, 24 Jun 2020 11:36:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540033 - head/devel/py-glance-store X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-glance-store X-SVN-Commit-Revision: 540033 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: Wed, 24 Jun 2020 11:36:15 -0000 Author: sunpoet Date: Wed Jun 24 11:36:13 2020 New Revision: 540033 URL: https://svnweb.freebsd.org/changeset/ports/540033 Log: Update to 2.1.0 Modified: head/devel/py-glance-store/Makefile head/devel/py-glance-store/distinfo Modified: head/devel/py-glance-store/Makefile ============================================================================== --- head/devel/py-glance-store/Makefile Wed Jun 24 11:36:08 2020 (r540032) +++ head/devel/py-glance-store/Makefile Wed Jun 24 11:36:13 2020 (r540033) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glance-store -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlet>=0.18.2:net/py-eventlet@${PY_FLAVOR} \ +RUN_DEPENDS= ${PY_ENUM34} \ + ${PYTHON_PKGNAMEPREFIX}eventlet>=0.18.2:net/py-eventlet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4.0:devel/py-keystoneauth1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.26.0:devel/py-oslo.concurrency@${PY_FLAVOR} \ @@ -40,9 +41,9 @@ OPTIONS_DEFAULT=CINDER VMWARE CINDER_DESC= Storage backend for OpenStack Cinder storage nodes VMWARE_DESC= Storage backend for VMware Datastore -CINDER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}os-brick>=2.2.0:devel/py-os-brick@${PY_FLAVOR} \ +CINDER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}os-brick>=2.6.0:devel/py-os-brick@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.rootwrap>=5.8.0:devel/py-oslo.rootwrap@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-cinderclient>=3.3.0:net/py-python-cinderclient@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}python-cinderclient>=4.1.0:net/py-python-cinderclient@${PY_FLAVOR} VMWARE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oslo.privsep>=1.23.0:devel/py-oslo.privsep@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.vmware>=2.17.0:devel/py-oslo.vmware@${PY_FLAVOR} Modified: head/devel/py-glance-store/distinfo ============================================================================== --- head/devel/py-glance-store/distinfo Wed Jun 24 11:36:08 2020 (r540032) +++ head/devel/py-glance-store/distinfo Wed Jun 24 11:36:13 2020 (r540033) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591281366 -SHA256 (glance_store-2.0.0.tar.gz) = 329348d56d592db8efa3ea6f09cbd08b11b795dad059e8d2bc6858aa57de30a5 -SIZE (glance_store-2.0.0.tar.gz) = 200768 +TIMESTAMP = 1592919372 +SHA256 (glance_store-2.1.0.tar.gz) = 5e3c87eccffd377a4e6bf56298714d58900c8437d365117a56513fca20443513 +SIZE (glance_store-2.1.0.tar.gz) = 203615