pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-google-api-python-client



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 20:38:29 UTC 2025

Modified Files:
        pkgsrc/www/py-google-api-python-client: Makefile PLIST distinfo
        pkgsrc/www/py-google-api-python-client/patches: patch-setup.py

Log Message:
py-google-api-python-client: update to 2.166.0.

API updates.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/www/py-google-api-python-client/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/py-google-api-python-client/PLIST
cvs rdiff -u -r1.98 -r1.99 pkgsrc/www/py-google-api-python-client/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/www/py-google-api-python-client/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-google-api-python-client/Makefile
diff -u pkgsrc/www/py-google-api-python-client/Makefile:1.105 pkgsrc/www/py-google-api-python-client/Makefile:1.106
--- pkgsrc/www/py-google-api-python-client/Makefile:1.105       Sun Mar  2 20:22:31 2025
+++ pkgsrc/www/py-google-api-python-client/Makefile     Sun Apr 13 20:38:29 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.105 2025/03/02 20:22:31 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2025/04/13 20:38:29 wiz Exp $
 
-DISTNAME=      google_api_python_client-2.162.0
+DISTNAME=      google_api_python_client-2.166.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google_api_python_client/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/googleapis/
 COMMENT=       Python client library for Google's discovery based APIs
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-google-api-core>=2.3.1:../../devel/py-google-api-core
 DEPENDS+=      ${PYPKGPREFIX}-google-auth>=1.19.0:../../security/py-google-auth
 DEPENDS+=      ${PYPKGPREFIX}-google-auth-httplib2>=0.1.0:../../security/py-google-auth-httplib2

Index: pkgsrc/www/py-google-api-python-client/PLIST
diff -u pkgsrc/www/py-google-api-python-client/PLIST:1.39 pkgsrc/www/py-google-api-python-client/PLIST:1.40
--- pkgsrc/www/py-google-api-python-client/PLIST:1.39   Tue Jan  7 12:46:25 2025
+++ pkgsrc/www/py-google-api-python-client/PLIST        Sun Apr 13 20:38:29 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.39 2025/01/07 12:46:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.40 2025/04/13 20:38:29 wiz Exp $
 ${PYSITELIB}/apiclient/__init__.py
 ${PYSITELIB}/apiclient/__init__.pyc
 ${PYSITELIB}/apiclient/__init__.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/googleapiclient/__init__.py
 ${PYSITELIB}/googleapiclient/__init__.pyc
@@ -353,6 +353,7 @@ ${PYSITELIB}/googleapiclient/discovery_c
 ${PYSITELIB}/googleapiclient/discovery_cache/documents/managedidentities.v1.json
 ${PYSITELIB}/googleapiclient/discovery_cache/documents/managedidentities.v1alpha1.json
 ${PYSITELIB}/googleapiclient/discovery_cache/documents/managedidentities.v1beta1.json
+${PYSITELIB}/googleapiclient/discovery_cache/documents/managedkafka.v1.json
 ${PYSITELIB}/googleapiclient/discovery_cache/documents/manufacturers.v1.json
 ${PYSITELIB}/googleapiclient/discovery_cache/documents/marketingplatformadmin.v1alpha.json
 ${PYSITELIB}/googleapiclient/discovery_cache/documents/meet.v2.json
@@ -401,6 +402,7 @@ ${PYSITELIB}/googleapiclient/discovery_c
 ${PYSITELIB}/googleapiclient/discovery_cache/documents/notebooks.v1.json
 ${PYSITELIB}/googleapiclient/discovery_cache/documents/notebooks.v2.json
 ${PYSITELIB}/googleapiclient/discovery_cache/documents/oauth2.v2.json
+${PYSITELIB}/googleapiclient/discovery_cache/documents/observability.v1.json
 ${PYSITELIB}/googleapiclient/discovery_cache/documents/ondemandscanning.v1.json
 ${PYSITELIB}/googleapiclient/discovery_cache/documents/ondemandscanning.v1beta1.json
 ${PYSITELIB}/googleapiclient/discovery_cache/documents/oracledatabase.v1.json

Index: pkgsrc/www/py-google-api-python-client/distinfo
diff -u pkgsrc/www/py-google-api-python-client/distinfo:1.98 pkgsrc/www/py-google-api-python-client/distinfo:1.99
--- pkgsrc/www/py-google-api-python-client/distinfo:1.98        Sun Mar  2 20:22:31 2025
+++ pkgsrc/www/py-google-api-python-client/distinfo     Sun Apr 13 20:38:29 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.98 2025/03/02 20:22:31 wiz Exp $
+$NetBSD: distinfo,v 1.99 2025/04/13 20:38:29 wiz Exp $
 
-BLAKE2s (google_api_python_client-2.162.0.tar.gz) = fc7042bfd9dca8710c25aeb36257796615b7287dcaccbd843fff5ff7e8780472
-SHA512 (google_api_python_client-2.162.0.tar.gz) = 15febe68247e1cb6722c4c509b9f31f879cb058110b46297d4db6df8533fca4bc095ac8f3e7faddff2a32749e44e356179e7f99085592dd5e218b41981364f6a
-Size (google_api_python_client-2.162.0.tar.gz) = 12562719 bytes
-SHA1 (patch-setup.py) = f5f7c11769f086c2396cf5ad0e4233f93f8008ef
+BLAKE2s (google_api_python_client-2.166.0.tar.gz) = 547ee4cb5efd39b38dcf10b537664ce5013bc1a6548854f75d8099b2e1c4c522
+SHA512 (google_api_python_client-2.166.0.tar.gz) = cb41e2f3968da6b87f6bad2c66410cfbb5ab86d20b0b0713660a5e3aefecd2ede7015d136784d31c6af1dcdbbeacc8ca24cdc9c22b9799c271bb1bdfe6179f71
+Size (google_api_python_client-2.166.0.tar.gz) = 12680525 bytes
+SHA1 (patch-setup.py) = 7ac2eb92d8ee49f0416ea5be88203355aa6fbd45

Index: pkgsrc/www/py-google-api-python-client/patches/patch-setup.py
diff -u pkgsrc/www/py-google-api-python-client/patches/patch-setup.py:1.3 pkgsrc/www/py-google-api-python-client/patches/patch-setup.py:1.4
--- pkgsrc/www/py-google-api-python-client/patches/patch-setup.py:1.3   Wed Jun 28 08:39:38 2023
+++ pkgsrc/www/py-google-api-python-client/patches/patch-setup.py       Sun Apr 13 20:38:29 2025
@@ -1,13 +1,13 @@
-$NetBSD: patch-setup.py,v 1.3 2023/06/28 08:39:38 wiz Exp $
+$NetBSD: patch-setup.py,v 1.4 2025/04/13 20:38:29 wiz Exp $
 
 Relax restrictions.
 
---- setup.py.orig      2023-06-20 16:26:45.000000000 +0000
+--- setup.py.orig      2025-03-26 20:11:02.000000000 +0000
 +++ setup.py
 @@ -43,7 +43,7 @@ install_requires = [
      # Until this issue is closed
      # https://github.com/googleapis/google-cloud-python/issues/10566
-     "google-api-core >= 1.31.5, <3.0.0.dev0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
+     "google-api-core >= 1.31.5, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
 -    "uritemplate>=3.0.1,<5",
 +    "uritemplate>=3.0.1",
  ]



Home | Main Index | Thread Index | Old Index