1
0

6 Commits

Author SHA256 Message Date
4b093dedfd Accepting request 1327610 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1327610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-appengine-logging?expand=0&rev=5
2026-01-17 13:54:37 +00:00
99f0022e0a - Update to 1.8.0
* auto-enable mTLS when supported certificates are detected
  * check Python and dependency versions in generated GAPICs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-appengine-logging?expand=0&rev=12
2026-01-16 09:22:00 +00:00
a0508e2bcd Accepting request 1312015 from devel:languages:python:google
- Update to 1.7.0
  * Add support for Python 3.14
  * Deprecate credentials_file argument
- from version 1.6.2
  * Update import statement example in README
- Update BuildRequires and Requires from setup.py (forwarded request 1311963 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1312015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-appengine-logging?expand=0&rev=4
2025-10-17 18:14:29 +00:00
e443ee3aeb - Update to 1.7.0
* Add support for Python 3.14
  * Deprecate credentials_file argument
- from version 1.6.2
  * Update import statement example in README
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-appengine-logging?expand=0&rev=10
2025-10-17 12:14:24 +00:00
4483840a03 Accepting request 1272436 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1272436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-appengine-logging?expand=0&rev=3
2025-04-24 16:28:42 +00:00
6292cdb060 - Update to 1.6.1
* [Many APIs] Allow Protobuf 6.x
  * Remove setup.cfg configuration for creating universal wheels (#13659)
- from version 1.6.0
  * Add REST Interceptors which support reading metadata
  * Add support for reading selective GAPIC generation methods from service YAML
- from version 1.5.0
  * Add support for Python 3.13 (#13200)
- from version 1.4.5
  * Retry and timeout values do not propagate in requests during pagination
- from version 1.4.4
  * Allow protobuf 5.x
- Adjust upstream source name in spec file
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-appengine-logging?expand=0&rev=8
2025-04-24 13:07:29 +00:00
4 changed files with 50 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Fri Jan 16 07:48:17 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.8.0
* auto-enable mTLS when supported certificates are detected
* check Python and dependency versions in generated GAPICs
-------------------------------------------------------------------
Fri Oct 17 09:42:40 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.7.0
* Add support for Python 3.14
* Deprecate credentials_file argument
- from version 1.6.2
* Update import statement example in README
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Thu Apr 24 10:09:15 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.6.1
* [Many APIs] Allow Protobuf 6.x
* Remove setup.cfg configuration for creating universal wheels (#13659)
- from version 1.6.0
* Add REST Interceptors which support reading metadata
* Add support for reading selective GAPIC generation methods from service YAML
- from version 1.5.0
* Add support for Python 3.13 (#13200)
- from version 1.4.5
* Retry and timeout values do not propagate in requests during pagination
- from version 1.4.4
* Allow protobuf 5.x
- Adjust upstream source name in spec file
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Sun Apr 14 07:48:37 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-appengine-logging
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-appengine-logging
Version: 1.4.3
Version: 1.8.0
Release: 0
Summary: Google Cloud Appengine Logging API client library
License: Apache-2.0
URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-appengine-logging
Source: https://files.pythonhosted.org/packages/source/g/google-cloud-appengine-logging/google-cloud-appengine-logging-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/g/google_cloud_appengine_logging/google_cloud_appengine_logging-%{version}.tar.gz
BuildRequires: %{python_module grpcio}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
@@ -31,13 +32,18 @@ BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module google-api-core >= 1.34.1}
BuildRequires: %{python_module proto-plus >= 1.22.3}
BuildRequires: %{python_module protobuf >= 3.19.5}
BuildRequires: %{python_module protobuf >= 3.20.2}
# /SECTION
BuildRequires: fdupes
Requires: python-google-api-core >= 1.34.1
Requires: python-google-auth >= 2.14.1
%if %python_version_nodots < 314
Requires: python-grpcio >= 1.33.2
%else
Requires: python-grpcio >= 1.75.1
%endif
Requires: python-proto-plus >= 1.22.3
Requires: python-protobuf >= 3.19.5
Requires: python-protobuf >= 3.20.5
BuildArch: noarch
%python_subpackages
@@ -45,7 +51,7 @@ BuildArch: noarch
Google Cloud Appengine Logging API client library
%prep
%autosetup -p1 -n google-cloud-appengine-logging-%{version}
%autosetup -p1 -n google_cloud_appengine_logging-%{version}
%build
%pyproject_wheel