pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-googleapis-common-protos py-googleapis-common...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/846719722705
branches:  trunk
changeset: 385368:846719722705
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 15 22:13:43 2022 +0000

description:
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)

diffstat:

 devel/py-googleapis-common-protos/Makefile |  12 ++++--
 devel/py-googleapis-common-protos/PLIST    |  52 +++++++++++++++++++++++++----
 devel/py-googleapis-common-protos/distinfo |   8 ++--
 3 files changed, 56 insertions(+), 16 deletions(-)

diffs (153 lines):

diff -r 85120055ed56 -r 846719722705 devel/py-googleapis-common-protos/Makefile
--- a/devel/py-googleapis-common-protos/Makefile        Thu Sep 15 19:56:02 2022 +0000
+++ b/devel/py-googleapis-common-protos/Makefile        Thu Sep 15 22:13:43 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:08 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/09/15 22:13:43 wiz Exp $
 
-DISTNAME=      googleapis-common-protos-1.53.0
+DISTNAME=      googleapis-common-protos-1.56.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/googleapis-common-protos/}
 
@@ -12,10 +11,15 @@
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-protobuf>=3.6.0:../../devel/py-protobuf
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=   27
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 85120055ed56 -r 846719722705 devel/py-googleapis-common-protos/PLIST
--- a/devel/py-googleapis-common-protos/PLIST   Thu Sep 15 19:56:02 2022 +0000
+++ b/devel/py-googleapis-common-protos/PLIST   Thu Sep 15 22:13:43 2022 +0000
@@ -1,11 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/03/05 19:29:58 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_NAME}-nspkg.pth
+@comment $NetBSD: PLIST,v 1.4 2022/09/15 22:13:43 wiz Exp $
 ${PYSITELIB}/google/api/__init__.py
 ${PYSITELIB}/google/api/__init__.pyc
 ${PYSITELIB}/google/api/__init__.pyo
@@ -57,6 +50,10 @@
 ${PYSITELIB}/google/api/endpoint_pb2.py
 ${PYSITELIB}/google/api/endpoint_pb2.pyc
 ${PYSITELIB}/google/api/endpoint_pb2.pyo
+${PYSITELIB}/google/api/error_reason.proto
+${PYSITELIB}/google/api/error_reason_pb2.py
+${PYSITELIB}/google/api/error_reason_pb2.pyc
+${PYSITELIB}/google/api/error_reason_pb2.pyo
 ${PYSITELIB}/google/api/field_behavior.proto
 ${PYSITELIB}/google/api/field_behavior_pb2.py
 ${PYSITELIB}/google/api/field_behavior_pb2.pyc
@@ -105,6 +102,10 @@
 ${PYSITELIB}/google/api/resource_pb2.py
 ${PYSITELIB}/google/api/resource_pb2.pyc
 ${PYSITELIB}/google/api/resource_pb2.pyo
+${PYSITELIB}/google/api/routing.proto
+${PYSITELIB}/google/api/routing_pb2.py
+${PYSITELIB}/google/api/routing_pb2.pyc
+${PYSITELIB}/google/api/routing_pb2.pyo
 ${PYSITELIB}/google/api/service.proto
 ${PYSITELIB}/google/api/service_pb2.py
 ${PYSITELIB}/google/api/service_pb2.pyc
@@ -121,6 +122,18 @@
 ${PYSITELIB}/google/api/usage_pb2.py
 ${PYSITELIB}/google/api/usage_pb2.pyc
 ${PYSITELIB}/google/api/usage_pb2.pyo
+${PYSITELIB}/google/api/visibility.proto
+${PYSITELIB}/google/api/visibility_pb2.py
+${PYSITELIB}/google/api/visibility_pb2.pyc
+${PYSITELIB}/google/api/visibility_pb2.pyo
+${PYSITELIB}/google/cloud/extended_operations.proto
+${PYSITELIB}/google/cloud/extended_operations_pb2.py
+${PYSITELIB}/google/cloud/extended_operations_pb2.pyc
+${PYSITELIB}/google/cloud/extended_operations_pb2.pyo
+${PYSITELIB}/google/cloud/location/locations.proto
+${PYSITELIB}/google/cloud/location/locations_pb2.py
+${PYSITELIB}/google/cloud/location/locations_pb2.pyc
+${PYSITELIB}/google/cloud/location/locations_pb2.pyo
 ${PYSITELIB}/google/gapic/metadata/__init__.py
 ${PYSITELIB}/google/gapic/metadata/__init__.pyc
 ${PYSITELIB}/google/gapic/metadata/__init__.pyo
@@ -206,6 +219,10 @@
 ${PYSITELIB}/google/type/dayofweek_pb2.py
 ${PYSITELIB}/google/type/dayofweek_pb2.pyc
 ${PYSITELIB}/google/type/dayofweek_pb2.pyo
+${PYSITELIB}/google/type/decimal.proto
+${PYSITELIB}/google/type/decimal_pb2.py
+${PYSITELIB}/google/type/decimal_pb2.pyc
+${PYSITELIB}/google/type/decimal_pb2.pyo
 ${PYSITELIB}/google/type/expr.proto
 ${PYSITELIB}/google/type/expr_pb2.py
 ${PYSITELIB}/google/type/expr_pb2.pyc
@@ -214,10 +231,18 @@
 ${PYSITELIB}/google/type/fraction_pb2.py
 ${PYSITELIB}/google/type/fraction_pb2.pyc
 ${PYSITELIB}/google/type/fraction_pb2.pyo
+${PYSITELIB}/google/type/interval.proto
+${PYSITELIB}/google/type/interval_pb2.py
+${PYSITELIB}/google/type/interval_pb2.pyc
+${PYSITELIB}/google/type/interval_pb2.pyo
 ${PYSITELIB}/google/type/latlng.proto
 ${PYSITELIB}/google/type/latlng_pb2.py
 ${PYSITELIB}/google/type/latlng_pb2.pyc
 ${PYSITELIB}/google/type/latlng_pb2.pyo
+${PYSITELIB}/google/type/localized_text.proto
+${PYSITELIB}/google/type/localized_text_pb2.py
+${PYSITELIB}/google/type/localized_text_pb2.pyc
+${PYSITELIB}/google/type/localized_text_pb2.pyo
 ${PYSITELIB}/google/type/money.proto
 ${PYSITELIB}/google/type/money_pb2.py
 ${PYSITELIB}/google/type/money_pb2.pyc
@@ -226,6 +251,10 @@
 ${PYSITELIB}/google/type/month_pb2.py
 ${PYSITELIB}/google/type/month_pb2.pyc
 ${PYSITELIB}/google/type/month_pb2.pyo
+${PYSITELIB}/google/type/phone_number.proto
+${PYSITELIB}/google/type/phone_number_pb2.py
+${PYSITELIB}/google/type/phone_number_pb2.pyc
+${PYSITELIB}/google/type/phone_number_pb2.pyo
 ${PYSITELIB}/google/type/postal_address.proto
 ${PYSITELIB}/google/type/postal_address_pb2.py
 ${PYSITELIB}/google/type/postal_address_pb2.pyc
@@ -238,3 +267,10 @@
 ${PYSITELIB}/google/type/timeofday_pb2.py
 ${PYSITELIB}/google/type/timeofday_pb2.pyc
 ${PYSITELIB}/google/type/timeofday_pb2.pyo
+${PYSITELIB}/${EGG_NAME}-nspkg.pth
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff -r 85120055ed56 -r 846719722705 devel/py-googleapis-common-protos/distinfo
--- a/devel/py-googleapis-common-protos/distinfo        Thu Sep 15 19:56:02 2022 +0000
+++ b/devel/py-googleapis-common-protos/distinfo        Thu Sep 15 22:13:43 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:18:31 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/09/15 22:13:43 wiz Exp $
 
-BLAKE2s (googleapis-common-protos-1.53.0.tar.gz) = 8d39a19d4a3de62bdf1105d7780a1799a60823991f5c9486215027ea2122085f
-SHA512 (googleapis-common-protos-1.53.0.tar.gz) = 2ae8230b712ab6fc8328d3e3ba55ace28b9ba5fe3a300899b4a1f13d5d8b3bfd19eef9d1829747b57c56169351e4aa14380551d009fe6bd46e27aa22e7d3b9a5
-Size (googleapis-common-protos-1.53.0.tar.gz) = 106651 bytes
+BLAKE2s (googleapis-common-protos-1.56.4.tar.gz) = 18a0d23411abcb83b1b0830c93e9bb2997ef4e3a4b067c8f68f37dfc71fb719c
+SHA512 (googleapis-common-protos-1.56.4.tar.gz) = c4dc3d5390caf5b671b5cf091410d660a96e5e5df5b9584cc757cc5c6929dabd8456965a7721a7573fa28ba8143af8f4c30183193f2e735eb1e25b66b1e15d7c
+Size (googleapis-common-protos-1.56.4.tar.gz) = 109551 bytes



Home | Main Index | Thread Index | Old Index