Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24ACC84D52 for ; Wed, 13 Dec 2023 13:44:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id YUbYicc5TIq0 for ; Wed, 13 Dec 2023 13:44:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 44F1984D21 for ; Wed, 13 Dec 2023 13:44:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 38A6CFA42; Wed, 13 Dec 2023 13:44:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170247507386600" MIME-Version: 1.0 Date: Wed, 13 Dec 2023 13:44:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-google-api-core To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231213134433.38A6CFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170247507386600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Dec 13 13:44:33 UTC 2023 Modified Files: pkgsrc/devel/py-google-api-core: Makefile PLIST distinfo Log Message: py-google-api-core: update to 2.15.0. Features Add support for Python 3.12 (#557) (091b4f1) Add type annotations to wrapped grpc calls (#554) (fc12b40) Add universe_domain argument to ClientOptions (3069ef4) Introduce compatibility with native namespace packages (#561) (bd82827) Bug Fixes Fix regression in bidi causing Thread-ConsumeBidirectionalStream caught unexpected exception and will exit (#562) (40c8ae0) Replace deprecated datetime.datetime.utcnow() (#552) (448923a), closes #540 To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-google-api-core/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-google-api-core/PLIST cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-google-api-core/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170247507386600 Content-Disposition: inline Content-Length: 4318 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-google-api-core/Makefile diff -u pkgsrc/devel/py-google-api-core/Makefile:1.27 pkgsrc/devel/py-google-api-core/Makefile:1.28 --- pkgsrc/devel/py-google-api-core/Makefile:1.27 Fri Nov 10 12:13:22 2023 +++ pkgsrc/devel/py-google-api-core/Makefile Wed Dec 13 13:44:33 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2023/11/10 12:13:22 adam Exp $ +# $NetBSD: Makefile,v 1.28 2023/12/13 13:44:33 wiz Exp $ -DISTNAME= google-api-core-2.14.0 +DISTNAME= google-api-core-2.15.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-api-core/} @@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/googleapis/ COMMENT= Python support library for multiple Google libraries LICENSE= apache-2.0 +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-google-auth>=2.14.1:../../security/py-google-auth DEPENDS+= ${PYPKGPREFIX}-googleapis-common-protos>=1.56.2:../../devel/py-googleapis-common-protos DEPENDS+= ${PYPKGPREFIX}-protobuf>=4.12.6:../../devel/py-protobuf @@ -18,19 +19,14 @@ DEPENDS+= ${PYPKGPREFIX}-requests>=2.18. DEPENDS+= ${PYPKGPREFIX}-grpcio>=1.33.2:../../net/py-grpcio TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock TEST_DEPENDS+= ${PYPKGPREFIX}-proto-plus-[0-9]*:../../devel/py-proto-plus -TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -# needs to be installed for testing -# as of 2.10.1: -# 5 failed, 572 passed, 71 skipped, 138 warnings -TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} +# test status as of 2.15.0: +# 15 failed, 400 passed, 23 skipped, 7 warnings -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-google-api-core/PLIST diff -u pkgsrc/devel/py-google-api-core/PLIST:1.4 pkgsrc/devel/py-google-api-core/PLIST:1.5 --- pkgsrc/devel/py-google-api-core/PLIST:1.4 Thu Sep 15 22:24:23 2022 +++ pkgsrc/devel/py-google-api-core/PLIST Wed Dec 13 13:44:33 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2022/09/15 22:24:23 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2023/12/13 13:44:33 wiz Exp $ ${PYSITELIB}/google/api_core/__init__.py ${PYSITELIB}/google/api_core/__init__.pyc ${PYSITELIB}/google/api_core/__init__.pyo @@ -132,11 +132,8 @@ ${PYSITELIB}/google/api_core/timeout.pyo ${PYSITELIB}/google/api_core/version.py ${PYSITELIB}/google/api_core/version.pyc ${PYSITELIB}/google/api_core/version.pyo -${PYSITELIB}/${EGG_NAME}-nspkg.pth -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt Index: pkgsrc/devel/py-google-api-core/distinfo diff -u pkgsrc/devel/py-google-api-core/distinfo:1.25 pkgsrc/devel/py-google-api-core/distinfo:1.26 --- pkgsrc/devel/py-google-api-core/distinfo:1.25 Fri Nov 10 12:13:22 2023 +++ pkgsrc/devel/py-google-api-core/distinfo Wed Dec 13 13:44:33 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2023/11/10 12:13:22 adam Exp $ +$NetBSD: distinfo,v 1.26 2023/12/13 13:44:33 wiz Exp $ -BLAKE2s (google-api-core-2.14.0.tar.gz) = faf45001c7a902766564701a78aba33d2d1f469c5dca44fcbf29d3929c5d75c0 -SHA512 (google-api-core-2.14.0.tar.gz) = c00e8bc2ac5b554695dfda0edb3ae1d8053ef43d4db0054a95d1231ded4432dee685dc024b34b35cedac93668d69b288f68460fd897ca17148c0660f191d6a3d -Size (google-api-core-2.14.0.tar.gz) = 132423 bytes +BLAKE2s (google-api-core-2.15.0.tar.gz) = 3d6618daf94fb846e5252175b0a7140ebc8ee84a19e16e965370e7f75b665c8f +SHA512 (google-api-core-2.15.0.tar.gz) = e2719d86f407054b016629997fac1bc6d56bf1d71d7451447d89ff9c56d3f8bd4e231da3c194327f5bd68f61339e8ed90f32a3a3c7359026e797f57ab213ab4a +Size (google-api-core-2.15.0.tar.gz) = 133161 bytes --_----------=_170247507386600--