Received: by mail.netbsd.org (Postfix, from userid 605) id 7323F84E8F; Tue, 27 Jul 2021 15:55:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB6B484E8E for ; Tue, 27 Jul 2021 15:55:45 +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 uPGX-0GwG4Cc for ; Tue, 27 Jul 2021 15:55:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4D4BB84E8D for ; Tue, 27 Jul 2021 15:55:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 403A4FA95; Tue, 27 Jul 2021 15:55:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1627401344217070" MIME-Version: 1.0 Date: Tue, 27 Jul 2021 15:55:44 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-google-api-python-client To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210727155544.403A4FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1627401344217070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 27 15:55:44 UTC 2021 Modified Files: pkgsrc/www/py-google-api-python-client: Makefile PLIST distinfo Log Message: py-google-api-python-client: updated to 2.15.0 Changelog 2.15.0 (2021-07-27) Features alertcenter: update the api https://github.com/googleapis/google-api-python-client/commit/70810a52c85c6d0d6f00d7afb41c8608261eaebc (a36e3b1) chat: update the api https://github.com/googleapis/google-api-python-client/commit/a577cd0b71951176bbf849c1f7f139127205da54 (a36e3b1) cloudbuild: update the api https://github.com/googleapis/google-api-python-client/commit/9066056a8b106d441fb7686fe84359484d0d58bc (a36e3b1) content: update the api https://github.com/googleapis/google-api-python-client/commit/b123349da33c11c0172a8efb3fadef685a30e6e1 (a36e3b1) displayvideo: update the api https://github.com/googleapis/google-api-python-client/commit/c525d726ee6cffdd4bc7afd69080d5e52bae83a0 (a36e3b1) dns: update the api https://github.com/googleapis/google-api-python-client/commit/13436ccd2b835fda5cb86952ac4ea991ee8651d8 (a36e3b1) eventarc: update the api https://github.com/googleapis/google-api-python-client/commit/6be3394a64a5eb509f68ef779680fd36837708ee (a36e3b1) file: update the api https://github.com/googleapis/google-api-python-client/commit/817a0e636771445a988ef479bd52740f754b901a (a36e3b1) monitoring: update the api https://github.com/googleapis/google-api-python-client/commit/bd32149f308467f0f659119587afc77dcec65b14 (a36e3b1) people: update the api https://github.com/googleapis/google-api-python-client/commit/aa6b47df40c5289f33aef6fb6aa007df2d038e20 (a36e3b1) retail: update the api https://github.com/googleapis/google-api-python-client/commit/d39f06e2d77034bc837604a41dd52c577f158bf2 (a36e3b1) securitycenter: update the api https://github.com/googleapis/google-api-python-client/commit/999fab5178208639c9eef289f9f441052ed832fc (a36e3b1) speech: update the api https://github.com/googleapis/google-api-python-client/commit/3b2c0fa62b2a0c86bba1e97f1b18f93250dbd551 (a36e3b1) sqladmin: update the api https://github.com/googleapis/google-api-python-client/commit/cef24d829ab5be71563a2b668b8f6cf5dda2c8e4 (a36e3b1) Documentation update license to be Apache-2.0 compliant To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/py-google-api-python-client/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-google-api-python-client/PLIST cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/py-google-api-python-client/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1627401344217070 Content-Disposition: inline Content-Length: 13911 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-google-api-python-client/Makefile diff -u pkgsrc/www/py-google-api-python-client/Makefile:1.43 pkgsrc/www/py-google-api-python-client/Makefile:1.44 --- pkgsrc/www/py-google-api-python-client/Makefile:1.43 Wed May 12 18:18:18 2021 +++ pkgsrc/www/py-google-api-python-client/Makefile Tue Jul 27 15:55:44 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2021/05/12 18:18:18 adam Exp $ +# $NetBSD: Makefile,v 1.44 2021/07/27 15:55:44 adam Exp $ -DISTNAME= google-api-python-client-2.4.0 +DISTNAME= google-api-python-client-2.15.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-api-python-client/} @@ -10,10 +10,10 @@ HOMEPAGE= https://github.com/googleapis/ COMMENT= Python client library for Google's discovery based APIs LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.15.0:../../www/py-httplib2 DEPENDS+= ${PYPKGPREFIX}-google-api-core>=1.21.0:../../devel/py-google-api-core DEPENDS+= ${PYPKGPREFIX}-google-auth>=1.16.0:../../security/py-google-auth -DEPENDS+= ${PYPKGPREFIX}-google-auth-httplib2>=0.0.3:../../security/py-google-auth-httplib2 +DEPENDS+= ${PYPKGPREFIX}-google-auth-httplib2>=0.1.0:../../security/py-google-auth-httplib2 +DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.15.0:../../www/py-httplib2 DEPENDS+= ${PYPKGPREFIX}-six>=1.13.0:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-uritemplate>=3.0.0:../../textproc/py-uritemplate TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock Index: pkgsrc/www/py-google-api-python-client/PLIST diff -u pkgsrc/www/py-google-api-python-client/PLIST:1.6 pkgsrc/www/py-google-api-python-client/PLIST:1.7 --- pkgsrc/www/py-google-api-python-client/PLIST:1.6 Wed May 12 18:18:18 2021 +++ pkgsrc/www/py-google-api-python-client/PLIST Tue Jul 27 15:55:44 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2021/05/12 18:18:18 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2021/07/27 15:55:44 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -39,9 +39,6 @@ ${PYSITELIB}/googleapiclient/discovery_c ${PYSITELIB}/googleapiclient/discovery_cache/documents/adexchangebuyer.v1.2.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/adexchangebuyer.v1.3.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/adexchangebuyer.v1.4.json -${PYSITELIB}/googleapiclient/discovery_cache/documents/adexchangebuyer.v12.json -${PYSITELIB}/googleapiclient/discovery_cache/documents/adexchangebuyer.v13.json -${PYSITELIB}/googleapiclient/discovery_cache/documents/adexchangebuyer.v14.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/adexchangebuyer2.v2beta1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/adexperiencereport.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/admin.datatransfer_v1.json @@ -53,10 +50,8 @@ ${PYSITELIB}/googleapiclient/discovery_c ${PYSITELIB}/googleapiclient/discovery_cache/documents/admob.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/admob.v1beta.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/adsense.v1.4.json -${PYSITELIB}/googleapiclient/discovery_cache/documents/adsense.v14.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/adsense.v2.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/adsensehost.v4.1.json -${PYSITELIB}/googleapiclient/discovery_cache/documents/adsensehost.v41.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/analytics.v3.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json @@ -82,6 +77,7 @@ ${PYSITELIB}/googleapiclient/discovery_c ${PYSITELIB}/googleapiclient/discovery_cache/documents/artifactregistry.v1beta2.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/assuredworkloads.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/baremetalsolution.v1.json +${PYSITELIB}/googleapiclient/discovery_cache/documents/baremetalsolution.v1alpha1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/bigquery.v2.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/bigqueryconnection.v1beta1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/bigquerydatatransfer.v1.json @@ -152,8 +148,8 @@ ${PYSITELIB}/googleapiclient/discovery_c ${PYSITELIB}/googleapiclient/discovery_cache/documents/containeranalysis.v1beta1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/content.v2.1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/content.v2.json -${PYSITELIB}/googleapiclient/discovery_cache/documents/content.v21.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/customsearch.v1.json +${PYSITELIB}/googleapiclient/discovery_cache/documents/datacatalog.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/datacatalog.v1beta1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/dataflow.v1b3.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/datafusion.v1.json @@ -171,8 +167,7 @@ ${PYSITELIB}/googleapiclient/discovery_c ${PYSITELIB}/googleapiclient/discovery_cache/documents/deploymentmanager.v2beta.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/dfareporting.v3.3.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/dfareporting.v3.4.json -${PYSITELIB}/googleapiclient/discovery_cache/documents/dfareporting.v33.json -${PYSITELIB}/googleapiclient/discovery_cache/documents/dfareporting.v34.json +${PYSITELIB}/googleapiclient/discovery_cache/documents/dfareporting.v3.5.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/dialogflow.v2.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/dialogflow.v3.json @@ -192,7 +187,6 @@ ${PYSITELIB}/googleapiclient/discovery_c ${PYSITELIB}/googleapiclient/discovery_cache/documents/domainsrdap.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/doubleclickbidmanager.v1.1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/doubleclickbidmanager.v1.json -${PYSITELIB}/googleapiclient/discovery_cache/documents/doubleclickbidmanager.v11.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/doubleclicksearch.v2.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/drive.v2.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/drive.v3.json @@ -202,9 +196,11 @@ ${PYSITELIB}/googleapiclient/discovery_c ${PYSITELIB}/googleapiclient/discovery_cache/documents/eventarc.v1beta1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/factchecktools.v1alpha1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/fcm.v1.json +${PYSITELIB}/googleapiclient/discovery_cache/documents/fcmdata.v1beta1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/file.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/file.v1beta1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/firebase.v1beta1.json +${PYSITELIB}/googleapiclient/discovery_cache/documents/firebaseappcheck.v1beta.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/firebasedatabase.v1beta.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/firebasedynamiclinks.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/firebasehosting.v1.json @@ -242,6 +238,7 @@ ${PYSITELIB}/googleapiclient/discovery_c ${PYSITELIB}/googleapiclient/discovery_cache/documents/iamcredentials.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/iap.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/iap.v1beta1.json +${PYSITELIB}/googleapiclient/discovery_cache/documents/ideahub.v1alpha.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/identitytoolkit.v3.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/index.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/indexing.v3.json @@ -249,6 +246,7 @@ ${PYSITELIB}/googleapiclient/discovery_c ${PYSITELIB}/googleapiclient/discovery_cache/documents/jobs.v3.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/jobs.v3p1beta1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/jobs.v4.json +${PYSITELIB}/googleapiclient/discovery_cache/documents/keep.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/kgsearch.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/language.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/language.v1beta1.json @@ -271,16 +269,19 @@ ${PYSITELIB}/googleapiclient/discovery_c ${PYSITELIB}/googleapiclient/discovery_cache/documents/monitoring.v3.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/mybusinessaccountmanagement.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/mybusinesslodging.v1.json +${PYSITELIB}/googleapiclient/discovery_cache/documents/mybusinessnotifications.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/mybusinessplaceactions.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/networkconnectivity.v1alpha1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/networkmanagement.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/networkmanagement.v1beta1.json +${PYSITELIB}/googleapiclient/discovery_cache/documents/networksecurity.v1beta1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/notebooks.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/oauth2.v2.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/ondemandscanning.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/ondemandscanning.v1beta1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/orgpolicy.v2.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/osconfig.v1.json +${PYSITELIB}/googleapiclient/discovery_cache/documents/osconfig.v1alpha.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/osconfig.v1beta.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/oslogin.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/oslogin.v1alpha.json @@ -295,6 +296,7 @@ ${PYSITELIB}/googleapiclient/discovery_c ${PYSITELIB}/googleapiclient/discovery_cache/documents/policytroubleshooter.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/policytroubleshooter.v1beta.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/poly.v1.json +${PYSITELIB}/googleapiclient/discovery_cache/documents/privateca.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/privateca.v1beta1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/pubsub.v1.json @@ -303,6 +305,7 @@ ${PYSITELIB}/googleapiclient/discovery_c ${PYSITELIB}/googleapiclient/discovery_cache/documents/pubsublite.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/realtimebidding.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/realtimebidding.v1alpha.json +${PYSITELIB}/googleapiclient/discovery_cache/documents/recaptchaenterprise.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/recommendationengine.v1beta1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/recommender.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/recommender.v1beta1.json @@ -312,6 +315,7 @@ ${PYSITELIB}/googleapiclient/discovery_c ${PYSITELIB}/googleapiclient/discovery_cache/documents/remotebuildexecution.v1alpha.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/remotebuildexecution.v2.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/reseller.v1.json +${PYSITELIB}/googleapiclient/discovery_cache/documents/resourcesettings.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/retail.v2.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/retail.v2alpha.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/retail.v2beta.json @@ -349,6 +353,7 @@ ${PYSITELIB}/googleapiclient/discovery_c ${PYSITELIB}/googleapiclient/discovery_cache/documents/speech.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/speech.v1p1beta1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/speech.v2beta1.json +${PYSITELIB}/googleapiclient/discovery_cache/documents/sqladmin.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/storage.v1.json ${PYSITELIB}/googleapiclient/discovery_cache/documents/storagetransfer.v1.json Index: pkgsrc/www/py-google-api-python-client/distinfo diff -u pkgsrc/www/py-google-api-python-client/distinfo:1.36 pkgsrc/www/py-google-api-python-client/distinfo:1.37 --- pkgsrc/www/py-google-api-python-client/distinfo:1.36 Wed May 12 18:18:18 2021 +++ pkgsrc/www/py-google-api-python-client/distinfo Tue Jul 27 15:55:44 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.36 2021/05/12 18:18:18 adam Exp $ +$NetBSD: distinfo,v 1.37 2021/07/27 15:55:44 adam Exp $ -SHA1 (google-api-python-client-2.4.0.tar.gz) = 836a1417f60d9b9fa15f9706098bc3a7cae96bf9 -RMD160 (google-api-python-client-2.4.0.tar.gz) = 33606964ecc2b8c8ab128874f5bd299bb3fe5673 -SHA512 (google-api-python-client-2.4.0.tar.gz) = 7cca614e64e42711ea6479b74d871ebb6ac5bd5ae6b2405df9b19b044d04e8761564c48f18296be267337bd78545885faecd2415e95ed4a11bf67e1306546e28 -Size (google-api-python-client-2.4.0.tar.gz) = 6725039 bytes +SHA1 (google-api-python-client-2.15.0.tar.gz) = 92f700318d4bbfbfae62f145f9bbdac01276c5ac +RMD160 (google-api-python-client-2.15.0.tar.gz) = aca42198ad23a073cae3c002ad9b6ff94f7e2b23 +SHA512 (google-api-python-client-2.15.0.tar.gz) = aa69866b5c67fe1b1af2e2dc6b2117a861c5cc000a17d24283bd57aa55e6a98bf9ffc9002d410ffdf0c4984d0fd9c46a112a73adc968495500b848f02853af6a +Size (google-api-python-client-2.15.0.tar.gz) = 6832207 bytes --_----------=_1627401344217070--