Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2021 07:13:38 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7daa9765083a - main - www/py-google-cloud-logging: Update to 2.2.0
Message-ID:  <202104180713.13I7Dcn3012649@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7daa9765083ad8ea028fa1f7c6e6e7b449a68c4d

commit 7daa9765083ad8ea028fa1f7c6e6e7b449a68c4d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-18 05:07:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-18 05:44:20 +0000

    www/py-google-cloud-logging: Update to 2.2.0
    
    - Update pkg-descr
    - Update WWW
    
    Changes:        https://github.com/googleapis/python-logging/releases
---
 www/py-google-cloud-logging/Makefile  | 11 ++++++-----
 www/py-google-cloud-logging/distinfo  |  6 +++---
 www/py-google-cloud-logging/pkg-descr |  6 +++---
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/www/py-google-cloud-logging/Makefile b/www/py-google-cloud-logging/Makefile
index d5439f71f2c0..a066e2e27e2c 100644
--- a/www/py-google-cloud-logging/Makefile
+++ b/www/py-google-cloud-logging/Makefile
@@ -1,19 +1,20 @@
 PORTNAME=	google-cloud-logging
-PORTVERSION=	1.11.0
+PORTVERSION=	2.2.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Python Client for Google Cloud Stackdriver Logging API
+COMMENT=	Stackdriver Logging API client library
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.6.0:www/py-google-api-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}google-cloud-core>=0.29.0:www/py-google-cloud-core@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.22.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.4.1<2.0:www/py-google-cloud-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}proto-plus>=1.11.0:devel/py-proto-plus@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
diff --git a/www/py-google-cloud-logging/distinfo b/www/py-google-cloud-logging/distinfo
index f354cd2b6508..5dc825c0b1da 100644
--- a/www/py-google-cloud-logging/distinfo
+++ b/www/py-google-cloud-logging/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558148374
-SHA256 (google-cloud-logging-1.11.0.tar.gz) = 6107bd9e183b78714ced933e96dcd3af902892a922141f60cf8bc185a6814ff8
-SIZE (google-cloud-logging-1.11.0.tar.gz) = 124173
+TIMESTAMP = 1618320300
+SHA256 (google-cloud-logging-2.2.0.tar.gz) = 8932ac382eee6af85cd08400a77586dd3139fbf40b61db757c4c492490899741
+SIZE (google-cloud-logging-2.2.0.tar.gz) = 191446
diff --git a/www/py-google-cloud-logging/pkg-descr b/www/py-google-cloud-logging/pkg-descr
index fd5708ce4f09..db2716cea86d 100644
--- a/www/py-google-cloud-logging/pkg-descr
+++ b/www/py-google-cloud-logging/pkg-descr
@@ -1,4 +1,4 @@
-Stackdriver Logging API: Writes log entries and
-manages your Stackdriver Logging configuration.
+Cloud Logging API: Writes log entries and manages your Cloud Logging
+configuration.
 
-WWW: https://pypi.org/project/google-cloud-logging/
+WWW: https://github.com/googleapis/python-logging



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