1
0

10 Commits

Author SHA256 Message Date
427e071ded Accepting request 1277389 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1277389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-googleapis-common-protos?expand=0&rev=29
2025-05-14 15:02:02 +00:00
67d91e2701 - Update to 1.70.0
* Expand QuotaFailure with quota error details (#13745)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-googleapis-common-protos?expand=0&rev=58
2025-05-14 10:25:07 +00:00
21a258f6b3 Accepting request 1266859 from devel:languages:python
- Fix changelog entry for previous version
- Update GitHub URL in URL field

- Update to 1.69.1 (forwarded request 1266766 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1266859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-googleapis-common-protos?expand=0&rev=28
2025-04-03 14:51:03 +00:00
387b6c238c - Fix changelog entry for previous version
- Update GitHub URL in URL field

- Update to 1.69.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-googleapis-common-protos?expand=0&rev=56
2025-04-03 11:23:20 +00:00
73c39e74b8 Accepting request 1254047 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1254047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-googleapis-common-protos?expand=0&rev=27
2025-03-18 16:42:08 +00:00
9c4934208c - Update to 1.69.2
* Allow protobuf 6.x (b4d4551)
  * Remove setup.cfg configuration for creating universal wheels (#13659)
  * Resolve issue where pre-release versions of dependencies are installed (b4d4551)
  * Set `include` in `tool.setuptools.packages.find` (#13662)
- from version 1.69.1
  * Exclude docs in tool.setuptools.packages.find (#13607)
  * Restore *.proto files removed in version 1.67.0 (#13614)
- from version 1.69.0
  * Migrate to pyproject.toml (#13551)
- Update Recommends from pyproject.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-googleapis-common-protos?expand=0&rev=54
2025-03-18 09:01:00 +00:00
63655a34dd Accepting request 1248165 from devel:languages:python
- Update to 1.68.0
  * Add field `experimental_features` to message `PythonSettings` (#249)
  * Add FieldInfo.referenced_types for generics (#247)
- from version 1.67.0
  * A new field `unversioned_package_disabled` is added to message
    `.google.api.PythonSettings` (eb554e8)
  * Add support for field generate_omitted_as_internal in selective
    gapic generation (#13482)
  * A comment for field `content` in message `.google.api.Page` is
    changed (eb554e8)
  * A comment for message `RoutingRule` is changed (eb554e8) (forwarded request 1248135 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1248165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-googleapis-common-protos?expand=0&rev=26
2025-02-25 15:47:05 +00:00
7733ab2a20 - Update to 1.68.0
* Add field `experimental_features` to message `PythonSettings` (#249)
  * Add FieldInfo.referenced_types for generics (#247)
- from version 1.67.0
  * A new field `unversioned_package_disabled` is added to message
    `.google.api.PythonSettings` (eb554e8)
  * Add support for field generate_omitted_as_internal in selective
    gapic generation (#13482)
  * A comment for field `content` in message `.google.api.Page` is
    changed (eb554e8)
  * A comment for message `RoutingRule` is changed (eb554e8)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-googleapis-common-protos?expand=0&rev=52
2025-02-24 14:27:23 +00:00
71546b8fb4 Accepting request 1230197 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1230197
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-googleapis-common-protos?expand=0&rev=25
2024-12-12 20:18:06 +00:00
dd8e3230bf - Update to 1.66.0
* Add `MISSING_ORIGIN` and `OVERLOADED_CREDENTIALS` to
    `ErrorReason` enum (d0478d8)
  * Add field `protobuf_pythonic_types_enabled` to
    `ExperimentalFeatures` message (d0478d8)
  * Add field `selective_gapic_generation` to
    `CommonLanguageSettings` message (d0478d8)
  * Add field `time_series_resource_hierarchy_level` to
    `MetricDescriptorMetadata` message (d0478d8)
  * Add message `SelectiveGapicGeneration` (d0478d8)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-googleapis-common-protos?expand=0&rev=50
2024-12-11 20:40:04 +00:00
4 changed files with 63 additions and 7 deletions

BIN
googleapis_common_protos-1.65.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257
size 145903

View File

@@ -1,3 +1,59 @@
-------------------------------------------------------------------
Wed May 14 09:53:32 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.70.0
* Expand QuotaFailure with quota error details (#13745)
-------------------------------------------------------------------
Thu Apr 3 06:20:30 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.69.2
* Allow protobuf 6.x (b4d4551)
* Remove setup.cfg configuration for creating universal wheels (#13659)
* Resolve issue where pre-release versions of dependencies are installed (b4d4551)
* Set `include` in `tool.setuptools.packages.find` (#13662)
- Fix changelog entry for previous version
- Update GitHub URL in URL field
-------------------------------------------------------------------
Tue Mar 18 07:54:38 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.69.1
* Exclude docs in tool.setuptools.packages.find (#13607)
* Restore *.proto files removed in version 1.67.0 (#13614)
- from version 1.69.0
* Migrate to pyproject.toml (#13551)
- Update Recommends from pyproject.toml
-------------------------------------------------------------------
Mon Feb 24 12:56:01 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.68.0
* Add field `experimental_features` to message `PythonSettings` (#249)
* Add FieldInfo.referenced_types for generics (#247)
- from version 1.67.0
* A new field `unversioned_package_disabled` is added to message
`.google.api.PythonSettings` (eb554e8)
* Add support for field generate_omitted_as_internal in selective
gapic generation (#13482)
* A comment for field `content` in message `.google.api.Page` is
changed (eb554e8)
* A comment for message `RoutingRule` is changed (eb554e8)
-------------------------------------------------------------------
Wed Dec 11 19:28:49 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.66.0
* Add `MISSING_ORIGIN` and `OVERLOADED_CREDENTIALS` to
`ErrorReason` enum (d0478d8)
* Add field `protobuf_pythonic_types_enabled` to
`ExperimentalFeatures` message (d0478d8)
* Add field `selective_gapic_generation` to
`CommonLanguageSettings` message (d0478d8)
* Add field `time_series_resource_hierarchy_level` to
`MetricDescriptorMetadata` message (d0478d8)
* Add message `SelectiveGapicGeneration` (d0478d8)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 3 13:21:42 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Tue Sep 3 13:21:42 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-googleapis-common-protos # spec file for package python-googleapis-common-protos
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-googleapis-common-protos Name: python-googleapis-common-protos
Version: 1.65.0 Version: 1.70.0
Release: 0 Release: 0
Summary: Common protobufs used in Google APIs Summary: Common protobufs used in Google APIs
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/googleapis/python-api-common-protos URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/googleapis-common-protos
Source: https://files.pythonhosted.org/packages/source/g/googleapis_common_protos/googleapis_common_protos-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/g/googleapis_common_protos/googleapis_common_protos-%{version}.tar.gz
Source1: test_google_api_error_reason.py Source1: test_google_api_error_reason.py
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
@@ -33,7 +33,7 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-protobuf >= 3.20.2 Requires: python-protobuf >= 3.20.2
Recommends: python-grpcio >= 1.0.0 Recommends: python-grpcio >= 1.44.0
BuildArch: noarch BuildArch: noarch
%if 0%{?sle_version} >= 150400 %if 0%{?sle_version} >= 150400
Obsoletes: python3-googleapis-common-protos < %{version} Obsoletes: python3-googleapis-common-protos < %{version}