From c8a777d4d8f3d5ca11ccf72d12967ad31a1eabaa35b9af9414d28bf2e8728c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 18 Feb 2019 09:48:42 +0000 Subject: [PATCH] Accepting request 676989 from home:jayvdb:django Mon 18 Feb 2019 05:03:39 AM UTC - John Vandenberg - Initial spec for v0.2.2 OBS-URL: https://build.opensuse.org/request/show/676989 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-grpcio-gcp?expand=0&rev=1 --- .gitattributes | 23 +++++++++++++++++ .gitignore | 1 + grpcio-gcp-0.2.2.tar.gz | 3 +++ python-grpcio-gcp.changes | 4 +++ python-grpcio-gcp.spec | 54 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 85 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 grpcio-gcp-0.2.2.tar.gz create mode 100644 python-grpcio-gcp.changes create mode 100644 python-grpcio-gcp.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.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 +*.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..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/grpcio-gcp-0.2.2.tar.gz b/grpcio-gcp-0.2.2.tar.gz new file mode 100644 index 0000000..b3ef587 --- /dev/null +++ b/grpcio-gcp-0.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e292605effc7da39b7a8734c719afb12ec4b5362add3528d8afad3aa3aa9057c +size 13366 diff --git a/python-grpcio-gcp.changes b/python-grpcio-gcp.changes new file mode 100644 index 0000000..3f714df --- /dev/null +++ b/python-grpcio-gcp.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Mon 18 Feb 2019 05:03:39 AM UTC - John Vandenberg + +- Initial spec for v0.2.2 diff --git a/python-grpcio-gcp.spec b/python-grpcio-gcp.spec new file mode 100644 index 0000000..1a217a9 --- /dev/null +++ b/python-grpcio-gcp.spec @@ -0,0 +1,54 @@ +# +# spec file for package python-grpcio-gcp +# +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# +# 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/ +# + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +Name: python-grpcio-gcp +Version: 0.2.2 +Release: 0 +Summary: Google Cloud Platform gRPC extensions +License: Apache-2.0 +Group: Development/Languages/Python +URL: https://grpc.io +Source: https://files.pythonhosted.org/packages/source/g/grpcio-gcp/grpcio-gcp-%{version}.tar.gz +BuildRequires: %{python_module grpcio >= 1.12.0} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-grpcio >= 1.12.0 +BuildArch: noarch +%python_subpackages + +%description +gRPC extensions for Google Cloud Platform. + +%prep +%setup -q -n grpcio-gcp-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%files %{python_files} +%doc CHANGELOG.rst README.rst +%license LICENSE +%{python_sitelib}/* + +%changelog