diff --git a/google_cloud_appengine_logging-1.6.1.tar.gz b/google_cloud_appengine_logging-1.6.1.tar.gz deleted file mode 100644 index e15cf9f..0000000 --- a/google_cloud_appengine_logging-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f97bde36c7f7ff541123c2570813158bdda0c3f2385c8d32fdf1211c561ae56d -size 16520 diff --git a/google_cloud_appengine_logging-1.7.0.tar.gz b/google_cloud_appengine_logging-1.7.0.tar.gz new file mode 100644 index 0000000..089c7e8 --- /dev/null +++ b/google_cloud_appengine_logging-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9ce73430cfc99f8957fd7df97733f9a759d4caab65e19d63a7474f012ffd94 +size 16729 diff --git a/python-google-cloud-appengine-logging.changes b/python-google-cloud-appengine-logging.changes index 4b2e40b..b969af3 100644 --- a/python-google-cloud-appengine-logging.changes +++ b/python-google-cloud-appengine-logging.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Oct 17 09:42:40 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-google-cloud-appengine-logging.spec b/python-google-cloud-appengine-logging.spec index 403a6d5..13f520a 100644 --- a/python-google-cloud-appengine-logging.spec +++ b/python-google-cloud-appengine-logging.spec @@ -18,12 +18,13 @@ %{?sle15_python_module_pythons} Name: python-google-cloud-appengine-logging -Version: 1.6.1 +Version: 1.7.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 +BuildRequires: %{python_module grpcio} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module wheel} @@ -36,6 +37,11 @@ BuildRequires: %{python_module protobuf >= 3.20.2} 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.20.5 BuildArch: noarch