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:   adam
Date:           Mon Oct 31 10:42:45 UTC 2022

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

Log Message:
py-google-api-core: updated to 2.10.2

2.10.2 (2022-10-08)

Bug Fixes

deps: Allow protobuf 3.19.5


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-google-api-core/Makefile
cvs rdiff -u -r1.20 -r1.21 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.22 pkgsrc/devel/py-google-api-core/Makefile:1.23
--- pkgsrc/devel/py-google-api-core/Makefile:1.22       Wed Sep 28 11:06:45 2022
+++ pkgsrc/devel/py-google-api-core/Makefile    Mon Oct 31 10:42:45 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2022/09/28 11:06:45 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/10/31 10:42:45 adam Exp $
 
-DISTNAME=      google-api-core-2.10.1
+DISTNAME=      google-api-core-2.10.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-api-core/}
@@ -14,18 +14,17 @@ DEPENDS+=   ${PYPKGPREFIX}-googleapis-comm
 DEPENDS+=      ${PYPKGPREFIX}-protobuf>=3.20.1:../../devel/py-protobuf
 DEPENDS+=      ${PYPKGPREFIX}-google-auth>=1.25.0:../../security/py-google-auth
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.18.0:../../devel/py-requests
+# extras
 DEPENDS+=      ${PYPKGPREFIX}-grpcio>=1.33.2:../../net/py-grpcio
-# separate packages or part of grpcio?
-#DEPENDS+=     ${PYPKGPREFIX}-grpcio-status>=1.33.2:../../net/py-grpcio-status
-#DEPENDS+=     ${PYPKGPREFIX}-grpcio-gcp>=0.2.2:../../net/py-grpcio-gcp
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-proto-plus-[0-9]*:../../devel/py-proto-plus
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 # needs to be installed for testing
 # as of 2.10.1:
 # 5 failed, 572 passed, 71 skipped, 138 warnings

Index: pkgsrc/devel/py-google-api-core/distinfo
diff -u pkgsrc/devel/py-google-api-core/distinfo:1.20 pkgsrc/devel/py-google-api-core/distinfo:1.21
--- pkgsrc/devel/py-google-api-core/distinfo:1.20       Thu Sep 15 22:24:23 2022
+++ pkgsrc/devel/py-google-api-core/distinfo    Mon Oct 31 10:42:45 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2022/09/15 22:24:23 wiz Exp $
+$NetBSD: distinfo,v 1.21 2022/10/31 10:42:45 adam Exp $
 
-BLAKE2s (google-api-core-2.10.1.tar.gz) = 2142d78c64cd3524ffe360d245f1931322000f9d389432081e567868b3435ca9
-SHA512 (google-api-core-2.10.1.tar.gz) = 991de11f9ba5ec2efc7991050015b5a795392302619daac2fa3562b7a065f5fd342ed366879fec97504405845e4189cad5c0e52419ecd24ceb5135f5d3d44241
-Size (google-api-core-2.10.1.tar.gz) = 123653 bytes
+BLAKE2s (google-api-core-2.10.2.tar.gz) = f953c9b7a55bb833d9245bcd30acbd56403eacb02d03af22ca86e180bc019080
+SHA512 (google-api-core-2.10.2.tar.gz) = 95617f98387e17240610027235da9566d615a3f44959ab71bf6de869e1a73aab5b8e16a8796519181ca7202c8208a67a67902057460f3ac6d2ef00599f37e35d
+Size (google-api-core-2.10.2.tar.gz) = 123691 bytes



Home | Main Index | Thread Index | Old Index