diff --git a/google-cloud-appengine-logging-1.4.3.tar.gz b/google-cloud-appengine-logging-1.4.3.tar.gz deleted file mode 100644 index 8f7aa6f..0000000 --- a/google-cloud-appengine-logging-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb504e6199fe8de85baa9d31cecf6776877851fe58867de603317ec7cc739987 -size 13721 diff --git a/google_cloud_appengine_logging-1.6.1.tar.gz b/google_cloud_appengine_logging-1.6.1.tar.gz new file mode 100644 index 0000000..e15cf9f --- /dev/null +++ b/google_cloud_appengine_logging-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97bde36c7f7ff541123c2570813158bdda0c3f2385c8d32fdf1211c561ae56d +size 16520 diff --git a/python-google-cloud-appengine-logging.changes b/python-google-cloud-appengine-logging.changes index f624ca4..4b2e40b 100644 --- a/python-google-cloud-appengine-logging.changes +++ b/python-google-cloud-appengine-logging.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Apr 24 10:09:15 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-google-cloud-appengine-logging.spec b/python-google-cloud-appengine-logging.spec index b5c7b99..403a6d5 100644 --- a/python-google-cloud-appengine-logging.spec +++ b/python-google-cloud-appengine-logging.spec @@ -1,7 +1,7 @@ # # spec file for package python-google-cloud-appengine-logging # -# 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-appengine-logging -Version: 1.4.3 +Version: 1.6.1 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 pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module wheel} @@ -31,13 +31,13 @@ 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 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 +45,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