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 Feb 22 11:16:49 UTC 2026
Modified Files:
pkgsrc/devel/py-google-api-core: Makefile distinfo
Log Message:
py-google-api-core: update to 2.30.0.
2.30.0 (2026-02-17)
Bug Fixes
preserve exception cause (c7fc19303e0f1d7357109a73c13f875a5ced7606)
require Python ≥ 3.9, protobuf ≥ 4.25.8 (2d1aa4288c222b247fc49ea0da03c126c051e079)
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/py-google-api-core/Makefile
cvs rdiff -u -r1.45 -r1.46 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.49 pkgsrc/devel/py-google-api-core/Makefile:1.50
--- pkgsrc/devel/py-google-api-core/Makefile:1.49 Mon Jan 12 21:56:32 2026
+++ pkgsrc/devel/py-google-api-core/Makefile Sun Feb 22 11:16:49 2026
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.49 2026/01/12 21:56:32 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2026/02/22 11:16:49 wiz Exp $
-DISTNAME= google_api_core-2.29.0
+DISTNAME= google_api_core-2.30.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-api-core/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/googleapis/python-api-core
+HOMEPAGE= https://github.com/googleapis/google-cloud-python/tree/main/packages/google-api-core
COMMENT= Python support library for multiple Google libraries
LICENSE= apache-2.0
@@ -14,16 +14,14 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
DEPENDS+= ${PYPKGPREFIX}-google-auth>=2.14.1:../../security/py-google-auth
DEPENDS+= ${PYPKGPREFIX}-googleapis-common-protos>=1.56.2:../../devel/py-googleapis-common-protos
DEPENDS+= ${PYPKGPREFIX}-proto-plus>=1.22.3:../../devel/py-proto-plus
-DEPENDS+= ${PYPKGPREFIX}-protobuf>=4.12.6:../../devel/py-protobuf
+DEPENDS+= ${PYPKGPREFIX}-protobuf>=4.25.8:../../devel/py-protobuf
DEPENDS+= ${PYPKGPREFIX}-requests>=2.18.0:../../devel/py-requests
# grpc
DEPENDS+= ${PYPKGPREFIX}-grpcio>=1.49.1:../../net/py-grpcio
TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
USE_LANGUAGES= # none
-# test status as of 2.29.0
-# 781 passed, 24 skipped, 2 errors
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-google-api-core/distinfo
diff -u pkgsrc/devel/py-google-api-core/distinfo:1.45 pkgsrc/devel/py-google-api-core/distinfo:1.46
--- pkgsrc/devel/py-google-api-core/distinfo:1.45 Mon Jan 12 21:56:32 2026
+++ pkgsrc/devel/py-google-api-core/distinfo Sun Feb 22 11:16:49 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2026/01/12 21:56:32 wiz Exp $
+$NetBSD: distinfo,v 1.46 2026/02/22 11:16:49 wiz Exp $
-BLAKE2s (google_api_core-2.29.0.tar.gz) = 7e4aeab19169fd122993c3d3a4f5c3c4b96635ed96c3ec5a4466fed171265874
-SHA512 (google_api_core-2.29.0.tar.gz) = 529905087641c1974539ba52431d2d49624c02b11c1b26af824b4b793d3594473292422f840048bb2a44e48f876d1d8bf1ddbcf6af6ffa645c2e43a0f50674d1
-Size (google_api_core-2.29.0.tar.gz) = 177828 bytes
+BLAKE2s (google_api_core-2.30.0.tar.gz) = d3320b83620e4516c8f860d8b5442b5dd9334eb12b8ba610c80476e19e4a969a
+SHA512 (google_api_core-2.30.0.tar.gz) = 8501e3ded2bb8de8549601da138c2c635f0b8f54ca19251d2a66eac75944aa2efa5bcb9427dcf0845ef7c612c8129f6c113fbf42fbbdc787b0e76d57562b6ca8
+Size (google_api_core-2.30.0.tar.gz) = 176959 bytes
Home |
Main Index |
Thread Index |
Old Index