From owner-svn-ports-all@freebsd.org Sat Apr 4 14:47:04 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 6743F2AE7CD; Sat, 4 Apr 2020 14:47:04 +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 48vflT3Ny8z4Zky; Sat, 4 Apr 2020 14:47:01 +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 6144322CC1; Sat, 4 Apr 2020 14:47:00 +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 034El0BX022113; Sat, 4 Apr 2020 14:47:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 034EkxQ4022106; Sat, 4 Apr 2020 14:46:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202004041446.034EkxQ4022106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Apr 2020 14:46:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530679 - 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: 530679 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: Sat, 04 Apr 2020 14:47:04 -0000 Author: sunpoet Date: Sat Apr 4 14:46:59 2020 New Revision: 530679 URL: https://svnweb.freebsd.org/changeset/ports/530679 Log: Update to 0.29.1 - Update WWW Changes: https://docs.openstack.org/releasenotes/glance_store/ Modified: head/devel/py-glance-store/Makefile head/devel/py-glance-store/distinfo head/devel/py-glance-store/pkg-descr (contents, props changed) Modified: head/devel/py-glance-store/Makefile ============================================================================== --- head/devel/py-glance-store/Makefile Sat Apr 4 14:46:37 2020 (r530678) +++ head/devel/py-glance-store/Makefile Sat Apr 4 14:46:59 2020 (r530679) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= glance-store -PORTVERSION= 0.23.0 -PORTREVISION= 2 +PORTVERSION= 0.29.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,46 +15,37 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oslo.config>=5.1.0:devel/py-oslo.config@${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} \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=5.2.0:devel/py-oslo.config@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.25.0:devel/py-oslo.concurrency@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}eventlet>=0.18.2:net/py-eventlet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.3.0:devel/py-keystoneauth1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=3.8.0:net/py-python-keystoneclient@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \ - ${PY_ENUM34} + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} USES= python shebangfix USE_PYTHON= autoplist concurrent distutils -SHEBANG_FILES= glance_store/tests/functional/hooks/post_test_hook.sh \ - glance_store/tests/functional/hooks/gate_hook.sh NO_ARCH= yes -OPTIONS_DEFINE= CINDER VMWARE -OPTIONS_DEFAULT= CINDER VMWARE +SHEBANG_GLOB= *.sh +OPTIONS_DEFINE= CINDER VMWARE +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.3.4:devel/py-os-brick@${PY_FLAVOR} \ +CINDER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}os-brick>=2.2.0:devel/py-os-brick@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.rootwrap>=5.8.0:devel/py-oslo.rootwrap@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.privsep>=1.23.0:devel/py-oslo.privsep@${PY_FLAVOR} VMWARE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oslo.vmware>=2.17.0:devel/py-oslo.vmware@${PY_FLAVOR} -post-patch: - @${REINPLACE_CMD} -Ee 's,(/etc/)(ceph|glance|ssl),${PREFIX}\1\2,g' \ - ${WRKSRC}/glance_store/_drivers/cinder.py \ - ${WRKSRC}/glance_store/_drivers/rbd.py \ - ${WRKSRC}/glance_store/_drivers/swift/store.py \ - ${WRKSRC}/glance_store/_drivers/vmware_datastore.py \ - ${WRKSRC}/glance_store/tests/unit/test_cinder_store.py - .include .if ${PORT_OPTIONS:MCINDER} @@ -65,5 +55,9 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}python-cinderclie RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}python-cinderclient>=3.3.0:net/py-python-cinderclient@${PY_FLAVOR} .endif .endif + +post-patch: + @${REINPLACE_CMD} -e 's|/etc/glance/|${PREFIX}&|' ${WRKSRC}/etc/glance/rootwrap.conf ${WRKSRC}/glance_store/_drivers/cinder.py ${WRKSRC}/glance_store/tests/unit/test_cinder_store.py + @${REINPLACE_CMD} -e 's|/etc/ssl/|${PREFIX}&|' ${WRKSRC}/glance_store/_drivers/swift/store.py ${WRKSRC}/glance_store/_drivers/vmware_datastore.py .include Modified: head/devel/py-glance-store/distinfo ============================================================================== --- head/devel/py-glance-store/distinfo Sat Apr 4 14:46:37 2020 (r530678) +++ head/devel/py-glance-store/distinfo Sat Apr 4 14:46:59 2020 (r530679) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531305299 -SHA256 (glance_store-0.23.0.tar.gz) = dc15c2ddd549feb112dffc7f21318ec3dcbcd7e3aab8169d75ddc2cceb14b6b9 -SIZE (glance_store-0.23.0.tar.gz) = 140917 +TIMESTAMP = 1585985904 +SHA256 (glance_store-0.29.1.tar.gz) = 9cf15983755651150fa057d419b5aac2d9807c49d302fecc3732b723aefc1f95 +SIZE (glance_store-0.29.1.tar.gz) = 185326 Modified: head/devel/py-glance-store/pkg-descr ============================================================================== --- head/devel/py-glance-store/pkg-descr Sat Apr 4 14:46:37 2020 (r530678) +++ head/devel/py-glance-store/pkg-descr Sat Apr 4 14:46:59 2020 (r530679) @@ -6,4 +6,4 @@ assets from/to a set of several, different, storage te This library has been extracted from the Glance source code for the specific use of the Glance and Glare projects. -WWW: https://pypi.org/project/glance_store/ +WWW: https://docs.openstack.org/glance_store/latest/