6 Commits

Author SHA256 Message Date
f98b3a23c2 Accepting request 1198636 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1198636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-googleapis-common-protos?expand=0&rev=24
2024-09-04 11:27:21 +00:00
da470d4040 - Update to 1.65.0
* Add field `experimental_features` to message `PythonSettings` (#249)
- from version 1.64.0
  * Add FieldInfo.referenced_types for generics (2ba3577)
  * Un-deprecate Endpoint.aliases field (2ba3577)
  * Fix formatting in http.proto comments (2ba3577)
  * Improve MethodSettings selector examples (2ba3577)
  * Reformat comments in context proto (2ba3577)
  * Update ResourceDescriptor.plural docs with AIP-122
    nested collections guidance (2ba3577)
- Adjust upstream source name in spec file
- Remove unnecessary %{modname} and %{pkgname} variables

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-googleapis-common-protos?expand=0&rev=48
2024-09-04 07:08:01 +00:00
f7af4a5ace Accepting request 1185375 from devel:languages:python
- Update to 1.63.2
  * **deps:** Require protobuf >= 3.20.2 (c77c0dc)
  * Regenerate pb2 files for compatibility with protobuf 5.x (c77c0dc) (forwarded request 1185360 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1185375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-googleapis-common-protos?expand=0&rev=23
2024-07-04 14:27:50 +00:00
72d73dd089 Accepting request 1185360 from home:glaubitz:branches:devel:languages:python
- Update to 1.63.2
  * **deps:** Require protobuf >= 3.20.2 (c77c0dc)
  * Regenerate pb2 files for compatibility with protobuf 5.x (c77c0dc)

OBS-URL: https://build.opensuse.org/request/show/1185360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-googleapis-common-protos?expand=0&rev=46
2024-07-04 11:21:39 +00:00
34275cb82c Accepting request 1183012 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1183012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-googleapis-common-protos?expand=0&rev=22
2024-06-24 18:56:44 +00:00
1e1fafb064 - Update to 1.63.1
* Increase upper limit for protobuf 5.X versions (#212)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-googleapis-common-protos?expand=0&rev=44
2024-06-24 12:15:27 +00:00
4 changed files with 38 additions and 11 deletions

View File

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

Binary file not shown.

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Sep 3 13:21:42 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.65.0
* Add field `experimental_features` to message `PythonSettings` (#249)
- from version 1.64.0
* Add FieldInfo.referenced_types for generics (2ba3577)
* Un-deprecate Endpoint.aliases field (2ba3577)
* Fix formatting in http.proto comments (2ba3577)
* Improve MethodSettings selector examples (2ba3577)
* Reformat comments in context proto (2ba3577)
* Update ResourceDescriptor.plural docs with AIP-122
nested collections guidance (2ba3577)
- Adjust upstream source name in spec file
- Remove unnecessary %{modname} and %{pkgname} variables
-------------------------------------------------------------------
Thu Jul 4 09:00:28 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.63.2
* **deps:** Require protobuf >= 3.20.2 (c77c0dc)
* Regenerate pb2 files for compatibility with protobuf 5.x (c77c0dc)
-------------------------------------------------------------------
Mon Jun 24 12:01:02 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.63.1
* Increase upper limit for protobuf 5.X versions (#212)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 7 09:12:09 UTC 2024 - Dirk Müller <dmueller@suse.com> Sun Apr 7 09:12:09 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,25 +16,23 @@
# #
%define modname googleapis-common-protos
%define pkgname %{lua:pname,_ = string.gsub(rpm.expand('%modname'), '-' , '_');print(pname)}
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-googleapis-common-protos Name: python-googleapis-common-protos
Version: 1.63.0 Version: 1.65.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/python-api-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}
BuildRequires: %{python_module protobuf >= 3.19.5} BuildRequires: %{python_module protobuf >= 3.20.2}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-protobuf >= 3.19.5 Requires: python-protobuf >= 3.20.2
Recommends: python-grpcio >= 1.0.0 Recommends: python-grpcio >= 1.0.0
BuildArch: noarch BuildArch: noarch
%if 0%{?sle_version} >= 150400 %if 0%{?sle_version} >= 150400
@@ -47,7 +45,7 @@ googleapis-common-protos contains the python classes generated from the common
protos in the googleapis_ repository. protos in the googleapis_ repository.
%prep %prep
%autosetup -p1 -n %{modname}-%{version} %autosetup -p1 -n googleapis_common_protos-%{version}
install -p -D -t tests/unit %{SOURCE1} install -p -D -t tests/unit %{SOURCE1}
@@ -72,6 +70,6 @@ install -p -D -t tests/unit %{SOURCE1}
%{python_sitelib}/google/api %{python_sitelib}/google/api
%{python_sitelib}/google/gapic %{python_sitelib}/google/gapic
%{python_sitelib}/google/cloud %{python_sitelib}/google/cloud
%{python_sitelib}/%{pkgname}-%{version}*-info %{python_sitelib}/googleapis_common_protos-%{version}*-info
%changelog %changelog