Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3DA0D84D35 for ; Sat, 5 Aug 2023 06:22:37 +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 hDTL5r-hnivA for ; Sat, 5 Aug 2023 06:22:36 +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 8F6EC84CCC for ; Sat, 5 Aug 2023 06:22:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 834E2FBDB; Sat, 5 Aug 2023 06:22:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691216556220860" MIME-Version: 1.0 Date: Sat, 5 Aug 2023 06:22:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-googleapis-common-protos To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230805062236.834E2FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691216556220860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Aug 5 06:22:36 UTC 2023 Modified Files: pkgsrc/devel/py-googleapis-common-protos: Makefile PLIST distinfo Log Message: py-googleapis-common-protos: updated to 1.60.0 1.60.0 (2023-07-27) Features Add google/api/policy.proto Add method_policies to Control To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-googleapis-common-protos/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-googleapis-common-protos/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-googleapis-common-protos/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691216556220860 Content-Disposition: inline Content-Length: 3555 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-googleapis-common-protos/Makefile diff -u pkgsrc/devel/py-googleapis-common-protos/Makefile:1.10 pkgsrc/devel/py-googleapis-common-protos/Makefile:1.11 --- pkgsrc/devel/py-googleapis-common-protos/Makefile:1.10 Tue Jun 13 16:05:40 2023 +++ pkgsrc/devel/py-googleapis-common-protos/Makefile Sat Aug 5 06:22:36 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2023/06/13 16:05:40 adam Exp $ +# $NetBSD: Makefile,v 1.11 2023/08/05 06:22:36 adam Exp $ -DISTNAME= googleapis-common-protos-1.59.1 +DISTNAME= googleapis-common-protos-1.60.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=g/googleapis-common-protos/} @@ -11,7 +11,7 @@ COMMENT= Python support for Public inter LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-protobuf>=4.21.6:../../devel/py-protobuf -TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none @@ -19,7 +19,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-googleapis-common-protos/PLIST diff -u pkgsrc/devel/py-googleapis-common-protos/PLIST:1.5 pkgsrc/devel/py-googleapis-common-protos/PLIST:1.6 --- pkgsrc/devel/py-googleapis-common-protos/PLIST:1.5 Mon Mar 6 12:29:11 2023 +++ pkgsrc/devel/py-googleapis-common-protos/PLIST Sat Aug 5 06:22:36 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2023/03/06 12:29:11 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2023/08/05 06:22:36 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -101,6 +101,10 @@ ${PYSITELIB}/google/api/monitoring.proto ${PYSITELIB}/google/api/monitoring_pb2.py ${PYSITELIB}/google/api/monitoring_pb2.pyc ${PYSITELIB}/google/api/monitoring_pb2.pyo +${PYSITELIB}/google/api/policy.proto +${PYSITELIB}/google/api/policy_pb2.py +${PYSITELIB}/google/api/policy_pb2.pyc +${PYSITELIB}/google/api/policy_pb2.pyo ${PYSITELIB}/google/api/quota.proto ${PYSITELIB}/google/api/quota_pb2.py ${PYSITELIB}/google/api/quota_pb2.pyc Index: pkgsrc/devel/py-googleapis-common-protos/distinfo diff -u pkgsrc/devel/py-googleapis-common-protos/distinfo:1.11 pkgsrc/devel/py-googleapis-common-protos/distinfo:1.12 --- pkgsrc/devel/py-googleapis-common-protos/distinfo:1.11 Tue Jun 13 16:05:40 2023 +++ pkgsrc/devel/py-googleapis-common-protos/distinfo Sat Aug 5 06:22:36 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2023/06/13 16:05:40 adam Exp $ +$NetBSD: distinfo,v 1.12 2023/08/05 06:22:36 adam Exp $ -BLAKE2s (googleapis-common-protos-1.59.1.tar.gz) = a6f1838035338a293b98f28e22bd11f754a2aefeb0b57e1fd27fa70b6186c69c -SHA512 (googleapis-common-protos-1.59.1.tar.gz) = e977382da5880ef9097af7ff653768902a2c6c00927847cb2b9e601072f226509539226a82c98a9e4f38354b05e246f0f9c9c87ed008cb9c0a5976eae1863bd3 -Size (googleapis-common-protos-1.59.1.tar.gz) = 118520 bytes +BLAKE2s (googleapis-common-protos-1.60.0.tar.gz) = 80b34b444397d55cc2917661ad991f4d5da5b1b585189b0f71af40753b71da87 +SHA512 (googleapis-common-protos-1.60.0.tar.gz) = ad20a4cb74308f22835cbc5c9dfd82153dd8265424ee7dc604b610bc6db6f46f154e4f5d8c74c01d4c503d3e2c9095a090d9548a5ec13b4b3044274f6b9b5a4b +Size (googleapis-common-protos-1.60.0.tar.gz) = 119801 bytes --_----------=_1691216556220860--