From owner-svn-ports-all@freebsd.org Wed Jan 8 14:51:20 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 AB77C1F1414; Wed, 8 Jan 2020 14:51:20 +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 47tByc49WDz4dPF; Wed, 8 Jan 2020 14:51:20 +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 8A7E519A93; Wed, 8 Jan 2020 14:51:20 +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 008EpKwT079345; Wed, 8 Jan 2020 14:51:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 008EpJd1079342; Wed, 8 Jan 2020 14:51:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001081451.008EpJd1079342@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, 8 Jan 2020 14:51:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522409 - head/net/py-python-designateclient X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/py-python-designateclient X-SVN-Commit-Revision: 522409 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: Wed, 08 Jan 2020 14:51:20 -0000 Author: sunpoet Date: Wed Jan 8 14:51:19 2020 New Revision: 522409 URL: https://svnweb.freebsd.org/changeset/ports/522409 Log: Update to 2.12.0 - Add LICENSE_FILE - Sort RUN_DEPENDS - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/openstack/python-designateclient/commits/master Modified: head/net/py-python-designateclient/Makefile head/net/py-python-designateclient/distinfo (contents, props changed) head/net/py-python-designateclient/pkg-descr (contents, props changed) Modified: head/net/py-python-designateclient/Makefile ============================================================================== --- head/net/py-python-designateclient/Makefile Wed Jan 8 14:51:14 2020 (r522408) +++ head/net/py-python-designateclient/Makefile Wed Jan 8 14:51:19 2020 (r522409) @@ -2,31 +2,33 @@ # $FreeBSD$ PORTNAME= python-designateclient -PORTVERSION= 2.4.0 +PORTVERSION= 2.12.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= OpenStack DNS-as-a-Service - Client LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${PY_FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}stevedore>=1.17.1:devel/py-stevedore@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.0:devel/py-oslo.utils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}osc-lib>=1.2.0:devel/py-osc-lib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.14.0:devel/py-keystoneauth1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=2.8.0:devel/py-cliff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cliff>=2.3.0:devel/py-cliff@${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}osc-lib>=1.8.0:devel/py-osc-lib@${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}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} -NO_ARCH= yes - USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Modified: head/net/py-python-designateclient/distinfo ============================================================================== --- head/net/py-python-designateclient/distinfo Wed Jan 8 14:51:14 2020 (r522408) +++ head/net/py-python-designateclient/distinfo Wed Jan 8 14:51:19 2020 (r522409) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485278681 -SHA256 (python-designateclient-2.4.0.tar.gz) = f362714f246213ef4bf6064399c1b858f4309ea28b75d56ac5f943fb5e6cf7c7 -SIZE (python-designateclient-2.4.0.tar.gz) = 80150 +TIMESTAMP = 1578401180 +SHA256 (python-designateclient-2.12.0.tar.gz) = 1b18ef572ca7cdfc549db75f3c55d36d9ab816626d9d80f95784fd61abe55614 +SIZE (python-designateclient-2.12.0.tar.gz) = 85041 Modified: head/net/py-python-designateclient/pkg-descr ============================================================================== --- head/net/py-python-designateclient/pkg-descr Wed Jan 8 14:51:14 2020 (r522408) +++ head/net/py-python-designateclient/pkg-descr Wed Jan 8 14:51:19 2020 (r522409) @@ -1,4 +1,5 @@ -This is a client library for Designate built on the Designate API. It provides -a Python API (the designateclient module) and a command-line tool (designate). +This is a client library for Designate built on the Designate API. It provides a +Python API (the designateclient module) and a command-line tool (designate). -WWW: https://pypi.org/project/python-designateclient/ +WWW: https://docs.openstack.org/python-designateclient/latest/ +WWW: https://github.com/openstack/python-designateclient