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:           Mon Jul 27 14:55:18 UTC 2026

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

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

Features

    api_core: add request-id auto-population logic to gapic_v1 public helpers (#17738) (68e1313)
    api-core: add get_universe_domain helper to universe.py (#17799) (d461da7)

Bug Fixes

    api-core: prevent overwriting explicit empty strings for optional request_id (#17798) (07f7503)


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/py-google-api-core/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-google-api-core/PLIST
cvs rdiff -u -r1.50 -r1.51 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.54 pkgsrc/devel/py-google-api-core/Makefile:1.55
--- pkgsrc/devel/py-google-api-core/Makefile:1.54       Sun Jul 19 10:47:36 2026
+++ pkgsrc/devel/py-google-api-core/Makefile    Mon Jul 27 14:55:17 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2026/07/19 10:47:36 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2026/07/27 14:55:17 wiz Exp $
 
-DISTNAME=      google_api_core-2.32.0
+DISTNAME=      google_api_core-2.33.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.13 pkgsrc/devel/py-google-api-core/PLIST:1.14
--- pkgsrc/devel/py-google-api-core/PLIST:1.13  Thu Oct 30 13:14:12 2025
+++ pkgsrc/devel/py-google-api-core/PLIST       Mon Jul 27 14:55:17 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2025/10/30 13:14:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2026/07/27 14:55:17 wiz Exp $
 ${PYSITELIB}/google/api_core/__init__.py
 ${PYSITELIB}/google/api_core/__init__.pyc
 ${PYSITELIB}/google/api_core/__init__.pyo
@@ -71,6 +71,9 @@ ${PYSITELIB}/google/api_core/gapic_v1/me
 ${PYSITELIB}/google/api_core/gapic_v1/method_async.py
 ${PYSITELIB}/google/api_core/gapic_v1/method_async.pyc
 ${PYSITELIB}/google/api_core/gapic_v1/method_async.pyo
+${PYSITELIB}/google/api_core/gapic_v1/requests.py
+${PYSITELIB}/google/api_core/gapic_v1/requests.pyc
+${PYSITELIB}/google/api_core/gapic_v1/requests.pyo
 ${PYSITELIB}/google/api_core/gapic_v1/routing_header.py
 ${PYSITELIB}/google/api_core/gapic_v1/routing_header.pyc
 ${PYSITELIB}/google/api_core/gapic_v1/routing_header.pyo

Index: pkgsrc/devel/py-google-api-core/distinfo
diff -u pkgsrc/devel/py-google-api-core/distinfo:1.50 pkgsrc/devel/py-google-api-core/distinfo:1.51
--- pkgsrc/devel/py-google-api-core/distinfo:1.50       Sun Jul 19 10:47:36 2026
+++ pkgsrc/devel/py-google-api-core/distinfo    Mon Jul 27 14:55:17 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2026/07/19 10:47:36 wiz Exp $
+$NetBSD: distinfo,v 1.51 2026/07/27 14:55:17 wiz Exp $
 
-BLAKE2s (google_api_core-2.32.0.tar.gz) = f3b189a04061628e1953edadf7313627be36d1e06eec1864849b5ee8c566e798
-SHA512 (google_api_core-2.32.0.tar.gz) = 81f485960a445d1834c6ec2b6dd1d4a71ce7542ad5ab4c5b0ce1d8cc287a19d0bc6b12a9d22f846d3520f9d27b6374e029e5ce267d79c7b8bafe6b063dd7f893
-Size (google_api_core-2.32.0.tar.gz) = 177659 bytes
+BLAKE2s (google_api_core-2.33.0.tar.gz) = e802a0cf58d56d9bbbf6e9865517b82dea0375cd3e1f88121fb5b555c0688db1
+SHA512 (google_api_core-2.33.0.tar.gz) = 9993e6391803465e188232d10d1e34ac52502cd8dc69ba108218ebd08bed36a65ae4d1aa8cbb0f207afbec541824449d55eadfead961a4d8351ba2acd92f2ccf
+Size (google_api_core-2.33.0.tar.gz) = 181607 bytes



Home | Main Index | Thread Index | Old Index