forked from pool/python-google-cloud-core
Compare commits
2 Commits
factory
...
public_clo
| Author | SHA256 | Date | |
|---|---|---|---|
| 1625c3cc6d | |||
| fbd205797a |
BIN
google-cloud-core-2.4.1.tar.gz
LFS
BIN
google-cloud-core-2.4.1.tar.gz
LFS
Binary file not shown.
3
google_cloud_core-2.4.3.tar.gz
Normal file
3
google_cloud_core-2.4.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fab62d7102844b278fe6dead3af32408b1df3eb06f5c7e8634cbd40edc4da53
|
||||
size 35861
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 13:52:15 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 2.4.3
|
||||
* Declare support for Python 3.13 (#326)
|
||||
- from version 2.4.2
|
||||
* Client should pass client_options.api_key to auth library (#321)
|
||||
- Adjust upstream source name in spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 20:25:21 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-google-cloud-core
|
||||
#
|
||||
# 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,12 +18,12 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-cloud-core
|
||||
Version: 2.4.1
|
||||
Version: 2.4.3
|
||||
Release: 0
|
||||
Summary: Google Cloud API client core library
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/googleapis/python-cloud-core
|
||||
Source: https://files.pythonhosted.org/packages/source/g/google-cloud-core/google-cloud-core-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/g/google_cloud_core/google_cloud_core-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module google-api-core >= 1.31.6}
|
||||
BuildRequires: %{python_module google-auth >= 1.25.0}
|
||||
@@ -49,7 +49,7 @@ common helpers (e.g. base ``Client`` classes) used by all of the
|
||||
``google-cloud-*`` packages.
|
||||
|
||||
%prep
|
||||
%setup -q -n google-cloud-core-%{version}
|
||||
%setup -q -n google_cloud_core-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
Reference in New Issue
Block a user