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:           Sun Aug  9 14:02:22 UTC 2026

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

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

2.34.0 (2026-08-06)

Features

    Add Feature Gating configuration helpers. (#17524) (eceea95)
    api-core: centralize rest transcoding helpers (#17765) (4f21b8b)

Bug Fixes

    api-core: use truthiness check in setup_request_id to support proto-plus messages (#18000) (ad8f93c)
    bump grpcio to 1.59.0; require Python 3.10+ (#17351) (a53487a)
    deduplicate x-goog-api-client headers (#17616) (6167e41)
    require Protobuf 6.33.5+ (#17743) (d267342)


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/py-google-api-core/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-google-api-core/PLIST
cvs rdiff -u -r1.51 -r1.52 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.55 pkgsrc/devel/py-google-api-core/Makefile:1.56
--- pkgsrc/devel/py-google-api-core/Makefile:1.55       Mon Jul 27 14:55:17 2026
+++ pkgsrc/devel/py-google-api-core/Makefile    Sun Aug  9 14:02:22 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2026/07/27 14:55:17 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2026/08/09 14:02:22 wiz Exp $
 
-DISTNAME=      google_api_core-2.33.0
+DISTNAME=      google_api_core-2.34.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.14 pkgsrc/devel/py-google-api-core/PLIST:1.15
--- pkgsrc/devel/py-google-api-core/PLIST:1.14  Mon Jul 27 14:55:17 2026
+++ pkgsrc/devel/py-google-api-core/PLIST       Sun Aug  9 14:02:22 2026
@@ -1,7 +1,10 @@
-@comment $NetBSD: PLIST,v 1.14 2026/07/27 14:55:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.15 2026/08/09 14:02:22 wiz Exp $
 ${PYSITELIB}/google/api_core/__init__.py
 ${PYSITELIB}/google/api_core/__init__.pyc
 ${PYSITELIB}/google/api_core/__init__.pyo
+${PYSITELIB}/google/api_core/_feature_gating_helpers.py
+${PYSITELIB}/google/api_core/_feature_gating_helpers.pyc
+${PYSITELIB}/google/api_core/_feature_gating_helpers.pyo
 ${PYSITELIB}/google/api_core/_python_package_support.py
 ${PYSITELIB}/google/api_core/_python_package_support.pyc
 ${PYSITELIB}/google/api_core/_python_package_support.pyo

Index: pkgsrc/devel/py-google-api-core/distinfo
diff -u pkgsrc/devel/py-google-api-core/distinfo:1.51 pkgsrc/devel/py-google-api-core/distinfo:1.52
--- pkgsrc/devel/py-google-api-core/distinfo:1.51       Mon Jul 27 14:55:17 2026
+++ pkgsrc/devel/py-google-api-core/distinfo    Sun Aug  9 14:02:22 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2026/07/27 14:55:17 wiz Exp $
+$NetBSD: distinfo,v 1.52 2026/08/09 14:02:22 wiz Exp $
 
-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
+BLAKE2s (google_api_core-2.34.0.tar.gz) = bc0edade909a8c1af075f1526a3e298c304abe0beb5f32cdf17acfb7e1f3e6c4
+SHA512 (google_api_core-2.34.0.tar.gz) = 86a6783d842842c0782fb9329804d97fd0f66142098709c3e1895cdd9cf3971326508a6cc33e15df64c3ff0b89772c11a8d896ec7e6f9774935a27cfddd0bdbc
+Size (google_api_core-2.34.0.tar.gz) = 187953 bytes



Home | Main Index | Thread Index | Old Index