Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b0cd2ec280 | |||
| 653d45f877 | |||
| 5ce845ed60 | |||
| 70e932acb4 | |||
| b6da96cc35 | |||
| 041a34ff16 | |||
| 3422f4eecc | |||
| 5f0dd8db6a |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fad318608b9e093258fbf12529180f400d1c44453698a33509cc6ecf005b294e
|
||||
size 18178
|
||||
3
grpc_google_iam_v1-0.14.2.tar.gz
Normal file
3
grpc_google_iam_v1-0.14.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3e1fc387a1a329e41672197d0ace9de22c78dd7d215048c4c78712073f7bd20
|
||||
size 16259
|
||||
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 12:46:09 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.14.2
|
||||
* Allow protobuf 6.x
|
||||
* Remove setup.cfg configuration for creating universal wheels (#13659)
|
||||
* Resolve issue where pre-release versions of dependencies are installed
|
||||
* Resolve issue where pre-release versions of dependencies are installed (#13653)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 18 08:04:30 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.14.1
|
||||
* chore(python): Update the python version in docs presubmit to use 3.10 (#131)
|
||||
* chore: remove pb2 file generation during post processing step (#122)
|
||||
* chore: remove obsolete proto files (#123)
|
||||
* chore: add generation of pb2 files via owlbot/bazel (#124)
|
||||
* chore(python): exclude .github/workflows/unittest.yml in renovate config (#132)
|
||||
* build: update README to indicate that source has moved and delete all files (#135)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 13:24:37 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.14.0
|
||||
* Add `google.iam.v1.resource_policy_member_pb2` (2e1af7c)
|
||||
* Add support for Python 3.13 (2e1af7c)
|
||||
- Adjust upstream source name in spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 13:33:09 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.13.1
|
||||
* **deps:** Require protobuf >= 3.20.2, protobuf < 6 (ac15e1c)
|
||||
* Regenerate pb2 files for compatibility with protobuf 5.x (ac15e1c)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 19:49:45 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-grpc-google-iam-v1
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,13 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-grpc-google-iam-v1
|
||||
Version: 0.13.0
|
||||
Version: 0.14.2
|
||||
Release: 0
|
||||
Summary: GRPC library for the google-iam-v1 service
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/googleapis/python-grpc-google-iam-v1
|
||||
Source: https://files.pythonhosted.org/packages/source/g/grpc-google-iam-v1/grpc-google-iam-v1-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/g/grpc_google_iam_v1/grpc_google_iam_v1-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@@ -32,6 +32,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-googleapis-common-protos >= 1.56.0
|
||||
Requires: python-grpcio >= 1.44.0
|
||||
Requires: python-protobuf >= 3.20.2
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module googleapis-common-protos >= 1.56.0}
|
||||
@@ -43,7 +44,7 @@ BuildRequires: %{python_module grpcio >= 1.44.0}
|
||||
GRPC library for the google-iam-v1 service
|
||||
|
||||
%prep
|
||||
%setup -q -n grpc-google-iam-v1-%{version}
|
||||
%setup -q -n grpc_google_iam_v1-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
Reference in New Issue
Block a user