Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2020 14:49:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522390 - head/devel/py-os-client-config
Message-ID:  <202001081449.008EnYih072421@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan  8 14:49:34 2020
New Revision: 522390
URL: https://svnweb.freebsd.org/changeset/ports/522390

Log:
  Update to 1.33.0
  
  - Update pkg-descr
  - Update WWW
  - Take maintainership
  
  Changes:	https://docs.openstack.org/releasenotes/os-client-config/

Modified:
  head/devel/py-os-client-config/Makefile
  head/devel/py-os-client-config/distinfo   (contents, props changed)
  head/devel/py-os-client-config/pkg-descr   (contents, props changed)

Modified: head/devel/py-os-client-config/Makefile
==============================================================================
--- head/devel/py-os-client-config/Makefile	Wed Jan  8 14:49:28 2020	(r522389)
+++ head/devel/py-os-client-config/Makefile	Wed Jan  8 14:49:34 2020	(r522390)
@@ -2,26 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	os-client-config
-PORTVERSION=	1.29.0
+PORTVERSION=	1.33.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	OpenStack Client Configuation Library
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.3.0:devel/py-keystoneauth1@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requestsexceptions>=1.2.0:devel/py-requestsexceptions@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}openstacksdk>=0.13.0:devel/py-openstacksdk@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
 .include <bsd.port.mk>
+

Modified: head/devel/py-os-client-config/distinfo
==============================================================================
--- head/devel/py-os-client-config/distinfo	Wed Jan  8 14:49:28 2020	(r522389)
+++ head/devel/py-os-client-config/distinfo	Wed Jan  8 14:49:34 2020	(r522390)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527867966
-SHA256 (os-client-config-1.29.0.tar.gz) = e98bdde50e30396d47d237cfb23e209e8c0a6f834ada190a2dcfe5305bd42af0
-SIZE (os-client-config-1.29.0.tar.gz) = 65974
+TIMESTAMP = 1578401142
+SHA256 (os-client-config-1.33.0.tar.gz) = 1237837355179e149ba0c6bfce169f243f634b6c6d6000984c90e4ffa45c2baf
+SIZE (os-client-config-1.33.0.tar.gz) = 48608

Modified: head/devel/py-os-client-config/pkg-descr
==============================================================================
--- head/devel/py-os-client-config/pkg-descr	Wed Jan  8 14:49:28 2020	(r522389)
+++ head/devel/py-os-client-config/pkg-descr	Wed Jan  8 14:49:34 2020	(r522390)
@@ -1,6 +1,9 @@
-os-client-config is a library for collecting client configuration for
-using an OpenStack cloud in a consistent and comprehensive manner. 
-It will find cloud config for as few as 1 cloud and as many as you
-want to put in a config file. 
+os-client-config is a library for collecting client configuration for using an
+OpenStack cloud in a consistent and comprehensive manner. It will find cloud
+config for as few as 1 cloud and as many as you want to put in a config file. It
+will read environment variables and config files, and it also contains some
+vendor specific default values so that you don't have to know extra info to use
+OpenStack.
 
-WWW: https://pypi.org/project/os-client-config/
+WWW: https://docs.openstack.org/os-client-config/latest/
+WWW: https://github.com/openstack/os-client-config



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001081449.008EnYih072421>