Skip to content

Commit 75b1ef8

Browse files
committed
py-googleapis-common-protos: update to 1.56.4.
1.56.4 Bug Fixes require python 3.7+ (#119) (507b58d) 1.56.3 Bug Fixes deps: allow protobuf < 5.0.0 (#112) (67b0231) Documentation fix changelog header to consistent size (#108) (d315b9f) 1.56.2 Bug Fixes deps: require grpcio >= 1.0.0, <2.0.0dev (4a402ce) deps: require protobuf>= 3.15.0, <4.0.0dev (#105) (4a402ce) 1.56.1 Bug Fixes deps: require protobuf >=1.15.0 (f04ed64) include tests directory (#103) (72e5df1) regenerate pb2 files using the latest version of grpcio-tools (f04ed64) 1.56.0 Features add google/api/error_reason.proto (62c04b8) add google/api/visibility.proto (62c04b8) add google/type/decimal.proto (62c04b8) add google/type/interval.proto (62c04b8) add google/type/localized_text.proto (62c04b8) add google/type/phone_number.proto (62c04b8) update all protos and pb2 files (62c04b8) Bug Fixes expose all names in longrunning _pb2's (#90) (09e9ccd) re-generate pb2 files (#87) (6260547) re-generate pb2 files using grpcio-tools<1.44.0 (#93) (76bb9f6) remove deprecated fields aliases and features from google/api/endpoint.proto (62c04b8) 1.55.0 Features add location proto files. (#84) (9a33e56) 1.54.0 Features add extended_operations.proto (#77) (bc85849) add google/api/routing.proto (#75) (1ae0bbc)
1 parent cd6aae1 commit 75b1ef8

File tree

3 files changed

+56
-16
lines changed

3 files changed

+56
-16
lines changed
+8-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:08 wiz Exp $
1+
# $NetBSD: Makefile,v 1.5 2022/09/15 22:13:43 wiz Exp $
22

3-
DISTNAME= googleapis-common-protos-1.53.0
3+
DISTNAME= googleapis-common-protos-1.56.4
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5-
PKGREVISION= 1
65
CATEGORIES= devel python
76
MASTER_SITES= ${MASTER_SITE_PYPI:=g/googleapis-common-protos/}
87

@@ -12,10 +11,15 @@ COMMENT= Python support for Public interface definitions of Google APIs
1211
LICENSE= apache-2.0
1312

1413
DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.6.0:../../devel/py-protobuf
14+
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
1515

1616
USE_LANGUAGES= # none
1717

18-
PYTHON_VERSIONS_INCOMPATIBLE= 27
18+
PYTHON_VERSIONS_INCOMPATIBLE= 27
19+
20+
TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
21+
do-test:
22+
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
1923

2024
.include "../../lang/python/egg.mk"
2125
.include "../../mk/bsd.pkg.mk"

devel/py-googleapis-common-protos/PLIST

+44-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.3 2021/03/05 19:29:58 adam Exp $
2-
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3-
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4-
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5-
${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
6-
${PYSITELIB}/${EGG_INFODIR}/requires.txt
7-
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8-
${PYSITELIB}/${EGG_NAME}-nspkg.pth
1+
@comment $NetBSD: PLIST,v 1.4 2022/09/15 22:13:43 wiz Exp $
92
${PYSITELIB}/google/api/__init__.py
103
${PYSITELIB}/google/api/__init__.pyc
114
${PYSITELIB}/google/api/__init__.pyo
@@ -57,6 +50,10 @@ ${PYSITELIB}/google/api/endpoint.proto
5750
${PYSITELIB}/google/api/endpoint_pb2.py
5851
${PYSITELIB}/google/api/endpoint_pb2.pyc
5952
${PYSITELIB}/google/api/endpoint_pb2.pyo
53+
${PYSITELIB}/google/api/error_reason.proto
54+
${PYSITELIB}/google/api/error_reason_pb2.py
55+
${PYSITELIB}/google/api/error_reason_pb2.pyc
56+
${PYSITELIB}/google/api/error_reason_pb2.pyo
6057
${PYSITELIB}/google/api/field_behavior.proto
6158
${PYSITELIB}/google/api/field_behavior_pb2.py
6259
${PYSITELIB}/google/api/field_behavior_pb2.pyc
@@ -105,6 +102,10 @@ ${PYSITELIB}/google/api/resource.proto
105102
${PYSITELIB}/google/api/resource_pb2.py
106103
${PYSITELIB}/google/api/resource_pb2.pyc
107104
${PYSITELIB}/google/api/resource_pb2.pyo
105+
${PYSITELIB}/google/api/routing.proto
106+
${PYSITELIB}/google/api/routing_pb2.py
107+
${PYSITELIB}/google/api/routing_pb2.pyc
108+
${PYSITELIB}/google/api/routing_pb2.pyo
108109
${PYSITELIB}/google/api/service.proto
109110
${PYSITELIB}/google/api/service_pb2.py
110111
${PYSITELIB}/google/api/service_pb2.pyc
@@ -121,6 +122,18 @@ ${PYSITELIB}/google/api/usage.proto
121122
${PYSITELIB}/google/api/usage_pb2.py
122123
${PYSITELIB}/google/api/usage_pb2.pyc
123124
${PYSITELIB}/google/api/usage_pb2.pyo
125+
${PYSITELIB}/google/api/visibility.proto
126+
${PYSITELIB}/google/api/visibility_pb2.py
127+
${PYSITELIB}/google/api/visibility_pb2.pyc
128+
${PYSITELIB}/google/api/visibility_pb2.pyo
129+
${PYSITELIB}/google/cloud/extended_operations.proto
130+
${PYSITELIB}/google/cloud/extended_operations_pb2.py
131+
${PYSITELIB}/google/cloud/extended_operations_pb2.pyc
132+
${PYSITELIB}/google/cloud/extended_operations_pb2.pyo
133+
${PYSITELIB}/google/cloud/location/locations.proto
134+
${PYSITELIB}/google/cloud/location/locations_pb2.py
135+
${PYSITELIB}/google/cloud/location/locations_pb2.pyc
136+
${PYSITELIB}/google/cloud/location/locations_pb2.pyo
124137
${PYSITELIB}/google/gapic/metadata/__init__.py
125138
${PYSITELIB}/google/gapic/metadata/__init__.pyc
126139
${PYSITELIB}/google/gapic/metadata/__init__.pyo
@@ -206,6 +219,10 @@ ${PYSITELIB}/google/type/dayofweek.proto
206219
${PYSITELIB}/google/type/dayofweek_pb2.py
207220
${PYSITELIB}/google/type/dayofweek_pb2.pyc
208221
${PYSITELIB}/google/type/dayofweek_pb2.pyo
222+
${PYSITELIB}/google/type/decimal.proto
223+
${PYSITELIB}/google/type/decimal_pb2.py
224+
${PYSITELIB}/google/type/decimal_pb2.pyc
225+
${PYSITELIB}/google/type/decimal_pb2.pyo
209226
${PYSITELIB}/google/type/expr.proto
210227
${PYSITELIB}/google/type/expr_pb2.py
211228
${PYSITELIB}/google/type/expr_pb2.pyc
@@ -214,10 +231,18 @@ ${PYSITELIB}/google/type/fraction.proto
214231
${PYSITELIB}/google/type/fraction_pb2.py
215232
${PYSITELIB}/google/type/fraction_pb2.pyc
216233
${PYSITELIB}/google/type/fraction_pb2.pyo
234+
${PYSITELIB}/google/type/interval.proto
235+
${PYSITELIB}/google/type/interval_pb2.py
236+
${PYSITELIB}/google/type/interval_pb2.pyc
237+
${PYSITELIB}/google/type/interval_pb2.pyo
217238
${PYSITELIB}/google/type/latlng.proto
218239
${PYSITELIB}/google/type/latlng_pb2.py
219240
${PYSITELIB}/google/type/latlng_pb2.pyc
220241
${PYSITELIB}/google/type/latlng_pb2.pyo
242+
${PYSITELIB}/google/type/localized_text.proto
243+
${PYSITELIB}/google/type/localized_text_pb2.py
244+
${PYSITELIB}/google/type/localized_text_pb2.pyc
245+
${PYSITELIB}/google/type/localized_text_pb2.pyo
221246
${PYSITELIB}/google/type/money.proto
222247
${PYSITELIB}/google/type/money_pb2.py
223248
${PYSITELIB}/google/type/money_pb2.pyc
@@ -226,6 +251,10 @@ ${PYSITELIB}/google/type/month.proto
226251
${PYSITELIB}/google/type/month_pb2.py
227252
${PYSITELIB}/google/type/month_pb2.pyc
228253
${PYSITELIB}/google/type/month_pb2.pyo
254+
${PYSITELIB}/google/type/phone_number.proto
255+
${PYSITELIB}/google/type/phone_number_pb2.py
256+
${PYSITELIB}/google/type/phone_number_pb2.pyc
257+
${PYSITELIB}/google/type/phone_number_pb2.pyo
229258
${PYSITELIB}/google/type/postal_address.proto
230259
${PYSITELIB}/google/type/postal_address_pb2.py
231260
${PYSITELIB}/google/type/postal_address_pb2.pyc
@@ -238,3 +267,10 @@ ${PYSITELIB}/google/type/timeofday.proto
238267
${PYSITELIB}/google/type/timeofday_pb2.py
239268
${PYSITELIB}/google/type/timeofday_pb2.pyc
240269
${PYSITELIB}/google/type/timeofday_pb2.pyo
270+
${PYSITELIB}/${EGG_NAME}-nspkg.pth
271+
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
272+
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
273+
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
274+
${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
275+
${PYSITELIB}/${EGG_INFODIR}/requires.txt
276+
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2021/10/26 10:18:31 nia Exp $
1+
$NetBSD: distinfo,v 1.6 2022/09/15 22:13:43 wiz Exp $
22

3-
BLAKE2s (googleapis-common-protos-1.53.0.tar.gz) = 8d39a19d4a3de62bdf1105d7780a1799a60823991f5c9486215027ea2122085f
4-
SHA512 (googleapis-common-protos-1.53.0.tar.gz) = 2ae8230b712ab6fc8328d3e3ba55ace28b9ba5fe3a300899b4a1f13d5d8b3bfd19eef9d1829747b57c56169351e4aa14380551d009fe6bd46e27aa22e7d3b9a5
5-
Size (googleapis-common-protos-1.53.0.tar.gz) = 106651 bytes
3+
BLAKE2s (googleapis-common-protos-1.56.4.tar.gz) = 18a0d23411abcb83b1b0830c93e9bb2997ef4e3a4b067c8f68f37dfc71fb719c
4+
SHA512 (googleapis-common-protos-1.56.4.tar.gz) = c4dc3d5390caf5b671b5cf091410d660a96e5e5df5b9584cc757cc5c6929dabd8456965a7721a7573fa28ba8143af8f4c30183193f2e735eb1e25b66b1e15d7c
5+
Size (googleapis-common-protos-1.56.4.tar.gz) = 109551 bytes

0 commit comments

Comments
 (0)