commit d677230959a0e830200066e2fab5047af0fdb5f4b4470079d9ae80ea74593118 Author: OBS User buildservice-autocommit Date: Mon Dec 18 21:56:39 2023 +0000 baserev update by copy to link target OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-appengine-logging?expand=0&rev=4 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..37a8eaa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,24 @@ +*.changes merge=merge-changes +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b731c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.obscpio +*.osc +_build.* +.pbuild diff --git a/google-cloud-appengine-logging-1.4.0.tar.gz b/google-cloud-appengine-logging-1.4.0.tar.gz new file mode 100644 index 0000000..5c12961 --- /dev/null +++ b/google-cloud-appengine-logging-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe74f418d0b01ebebe83ae212abf051ad42692a636677e397de3d459e00d7b64 +size 13613 diff --git a/python-google-cloud-appengine-logging.changes b/python-google-cloud-appengine-logging.changes new file mode 100644 index 0000000..f8fb7de --- /dev/null +++ b/python-google-cloud-appengine-logging.changes @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 17 20:06:24 UTC 2023 - Dirk Müller + +- add tests + +------------------------------------------------------------------- +Wed Dec 13 12:59:16 UTC 2023 - Daniel Garcia + +- Initial version (jsc#PED-6697) diff --git a/python-google-cloud-appengine-logging.spec b/python-google-cloud-appengine-logging.spec new file mode 100644 index 0000000..c7fdd57 --- /dev/null +++ b/python-google-cloud-appengine-logging.spec @@ -0,0 +1,65 @@ +# +# spec file for package python-google-cloud-appengine-logging +# +# Copyright (c) 2023 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?sle15_python_module_pythons} +Name: python-google-cloud-appengine-logging +Version: 1.4.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-rpm-macros +BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module wheel} +# SECTION test requirements +BuildRequires: %{python_module google-api-core >= 1.34.0} +BuildRequires: %{python_module proto-plus >= 1.22.3} +BuildRequires: %{python_module protobuf >= 3.19.5} +# /SECTION +BuildRequires: fdupes +Requires: python-google-api-core >= 1.34.0 +Requires: python-proto-plus >= 1.22.3 +Requires: python-protobuf >= 3.19.5 +BuildArch: noarch +%python_subpackages + +%description +Google Cloud Appengine Logging API client library + +%prep +%autosetup -p1 -n google-cloud-appengine-logging-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest + +%files %{python_files} +%doc README.rst +%license LICENSE +%{python_sitelib}/google/cloud/appengine_logging* +%{python_sitelib}/google_cloud_appengine_logging-%{version}.dist-info + +%changelog