pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-google-api-core



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Oct 19 10:54:46 UTC 2024

Modified Files:
        pkgsrc/devel/py-google-api-core: Makefile PLIST distinfo

Log Message:
py-google-api-core: update to 2.21.0.

Features

    Add support for asynchronous long running operations (#724) (aaed69b)

Bug Fixes

    Set chunk size for async stream content (#702) (45b8a6d)


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-google-api-core/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-google-api-core/PLIST
cvs rdiff -u -r1.33 -r1.34 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.

Modified files:

Index: pkgsrc/devel/py-google-api-core/Makefile
diff -u pkgsrc/devel/py-google-api-core/Makefile:1.35 pkgsrc/devel/py-google-api-core/Makefile:1.36
--- pkgsrc/devel/py-google-api-core/Makefile:1.35       Sun Sep 22 15:46:42 2024
+++ pkgsrc/devel/py-google-api-core/Makefile    Sat Oct 19 10:54:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/09/22 15:46:42 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2024/10/19 10:54:46 wiz Exp $
 
-DISTNAME=      google_api_core-2.20.0
+DISTNAME=      google_api_core-2.21.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-api-core/}

Index: pkgsrc/devel/py-google-api-core/PLIST
diff -u pkgsrc/devel/py-google-api-core/PLIST:1.9 pkgsrc/devel/py-google-api-core/PLIST:1.10
--- pkgsrc/devel/py-google-api-core/PLIST:1.9   Sun Sep 22 15:46:42 2024
+++ pkgsrc/devel/py-google-api-core/PLIST       Sat Oct 19 10:54:46 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2024/09/22 15:46:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2024/10/19 10:54:46 wiz Exp $
 ${PYSITELIB}/google/api_core/__init__.py
 ${PYSITELIB}/google/api_core/__init__.pyc
 ${PYSITELIB}/google/api_core/__init__.pyo
@@ -80,6 +80,9 @@ ${PYSITELIB}/google/api_core/operation_a
 ${PYSITELIB}/google/api_core/operations_v1/__init__.py
 ${PYSITELIB}/google/api_core/operations_v1/__init__.pyc
 ${PYSITELIB}/google/api_core/operations_v1/__init__.pyo
+${PYSITELIB}/google/api_core/operations_v1/abstract_operations_base_client.py
+${PYSITELIB}/google/api_core/operations_v1/abstract_operations_base_client.pyc
+${PYSITELIB}/google/api_core/operations_v1/abstract_operations_base_client.pyo
 ${PYSITELIB}/google/api_core/operations_v1/abstract_operations_client.py
 ${PYSITELIB}/google/api_core/operations_v1/abstract_operations_client.pyc
 ${PYSITELIB}/google/api_core/operations_v1/abstract_operations_client.pyo
@@ -92,9 +95,18 @@ ${PYSITELIB}/google/api_core/operations_
 ${PYSITELIB}/google/api_core/operations_v1/operations_client_config.py
 ${PYSITELIB}/google/api_core/operations_v1/operations_client_config.pyc
 ${PYSITELIB}/google/api_core/operations_v1/operations_client_config.pyo
+${PYSITELIB}/google/api_core/operations_v1/operations_rest_client_async.py
+${PYSITELIB}/google/api_core/operations_v1/operations_rest_client_async.pyc
+${PYSITELIB}/google/api_core/operations_v1/operations_rest_client_async.pyo
 ${PYSITELIB}/google/api_core/operations_v1/pagers.py
 ${PYSITELIB}/google/api_core/operations_v1/pagers.pyc
 ${PYSITELIB}/google/api_core/operations_v1/pagers.pyo
+${PYSITELIB}/google/api_core/operations_v1/pagers_async.py
+${PYSITELIB}/google/api_core/operations_v1/pagers_async.pyc
+${PYSITELIB}/google/api_core/operations_v1/pagers_async.pyo
+${PYSITELIB}/google/api_core/operations_v1/pagers_base.py
+${PYSITELIB}/google/api_core/operations_v1/pagers_base.pyc
+${PYSITELIB}/google/api_core/operations_v1/pagers_base.pyo
 ${PYSITELIB}/google/api_core/operations_v1/transports/__init__.py
 ${PYSITELIB}/google/api_core/operations_v1/transports/__init__.pyc
 ${PYSITELIB}/google/api_core/operations_v1/transports/__init__.pyo
@@ -104,6 +116,9 @@ ${PYSITELIB}/google/api_core/operations_
 ${PYSITELIB}/google/api_core/operations_v1/transports/rest.py
 ${PYSITELIB}/google/api_core/operations_v1/transports/rest.pyc
 ${PYSITELIB}/google/api_core/operations_v1/transports/rest.pyo
+${PYSITELIB}/google/api_core/operations_v1/transports/rest_asyncio.py
+${PYSITELIB}/google/api_core/operations_v1/transports/rest_asyncio.pyc
+${PYSITELIB}/google/api_core/operations_v1/transports/rest_asyncio.pyo
 ${PYSITELIB}/google/api_core/page_iterator.py
 ${PYSITELIB}/google/api_core/page_iterator.pyc
 ${PYSITELIB}/google/api_core/page_iterator.pyo

Index: pkgsrc/devel/py-google-api-core/distinfo
diff -u pkgsrc/devel/py-google-api-core/distinfo:1.33 pkgsrc/devel/py-google-api-core/distinfo:1.34
--- pkgsrc/devel/py-google-api-core/distinfo:1.33       Sun Sep 22 15:46:42 2024
+++ pkgsrc/devel/py-google-api-core/distinfo    Sat Oct 19 10:54:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2024/09/22 15:46:42 wiz Exp $
+$NetBSD: distinfo,v 1.34 2024/10/19 10:54:46 wiz Exp $
 
-BLAKE2s (google_api_core-2.20.0.tar.gz) = 3024c22da86565c139e4ba58669d0b82974d7eb0e385bfce49544e6ca5ef7fe1
-SHA512 (google_api_core-2.20.0.tar.gz) = 041957dcf7b78f9d48be2b8c5b35fdf9617c2c374a910b627408ae1aebdca8f93f692f64c094ca995a539b146c84a392f5474be77e1f4ead8c391bf46c109f0e
-Size (google_api_core-2.20.0.tar.gz) = 152583 bytes
+BLAKE2s (google_api_core-2.21.0.tar.gz) = 5df69c93a17f83acfdd9c4fd424d344f80d9aae827537778b9b98201f5189be5
+SHA512 (google_api_core-2.21.0.tar.gz) = 2b0a16184f6f032d802405c98a9ae69f0904355d62ba41ef02c88b220adf93bbd5573e7e33d2e57d9aabf9792f69a74a6227cc53ca668bce13319d4b46345af2
+Size (google_api_core-2.21.0.tar.gz) = 159313 bytes



Home | Main Index | Thread Index | Old Index