17
0

8 Commits

Author SHA256 Message Date
1625c3cc6d Accepting request 1272452 from devel:languages:python:google
- 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 (forwarded request 1272445 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1272452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-core?expand=0&rev=17
2025-04-24 16:28:44 +00:00
fbd205797a - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-core?expand=0&rev=8
2025-04-24 14:00:29 +00:00
2824ac8ea0 Accepting request 1157358 from devel:languages:python:google
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1157358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-core?expand=0&rev=16
2024-03-13 21:19:07 +00:00
4f265a26f5 - Obsolete Python 3.6 build for SLE 15 SP4 and openSUSE Leap 15.4 and later
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-core?expand=0&rev=6
2024-03-05 20:50:33 +00:00
d4cbd6b630 Accepting request 1154912 from devel:languages:python:google
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1154912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-core?expand=0&rev=15
2024-03-05 17:50:35 +00:00
193fdbce6e - Version update in SLE 15 SP4 and later (jsc#PED-6697)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-core?expand=0&rev=4
2024-02-26 20:00:46 +00:00
1c046dc542 fetch updates from devel package devel:languages:python/python-google-cloud-core
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-core?expand=0&rev=2
2023-12-17 20:02:19 +00:00
d69efac404 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-core?expand=0&rev=1 2023-12-17 20:02:18 +00:00
4 changed files with 29 additions and 7 deletions

Binary file not shown.

View File

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

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
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>
- Obsolete Python 3.6 build for SLE 15 SP4 and openSUSE Leap 15.4 and later
-------------------------------------------------------------------
Mon Feb 26 20:00:14 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
- Version update in SLE 15 SP4 and later (jsc#PED-6697)
-------------------------------------------------------------------
Sat Dec 16 19:44:57 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-core
#
# Copyright (c) 2023 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}
@@ -37,6 +37,9 @@ Requires: python-google-api-core >= 1.31.6
Requires: python-google-auth >= 1.25.0
Recommends: python-grpcio >= 1.38.0
BuildArch: noarch
%if 0%{?sle_version} >= 150400
Obsoletes: python3-google-cloud-core < %{version}
%endif
%python_subpackages
%description
@@ -46,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