commit b0094b598400ca1ef01c2e1341d6b554c025c2f1dccd87c239def2c79d476d65 Author: Tomáš Chvátal Date: Mon Feb 18 09:29:54 2019 +0000 Accepting request 676975 from home:jayvdb:django Mon 18 Feb 2019 06:59:43 AM UTC - John Vandenberg - Initial spec for v1.0.0 OBS-URL: https://build.opensuse.org/request/show/676975 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-kms?expand=0&rev=1 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/google-cloud-kms-1.0.0.tar.gz b/google-cloud-kms-1.0.0.tar.gz new file mode 100644 index 0000000..97e9638 --- /dev/null +++ b/google-cloud-kms-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2167e1c599ea1d9fed96d317ad817d0b37497460c70f11aafa13a24ede7c9c35 +size 47673 diff --git a/python-google-cloud-kms.changes b/python-google-cloud-kms.changes new file mode 100644 index 0000000..a8aa75d --- /dev/null +++ b/python-google-cloud-kms.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Mon 18 Feb 2019 06:59:43 AM UTC - John Vandenberg + +- Initial spec for v1.0.0 diff --git a/python-google-cloud-kms.spec b/python-google-cloud-kms.spec new file mode 100644 index 0000000..3a3a2eb --- /dev/null +++ b/python-google-cloud-kms.spec @@ -0,0 +1,67 @@ +# +# spec file for package python-google-cloud-kms +# +# 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-google-cloud-kms +Version: 1.0.0 +Release: 0 +Summary: Cloud Key Management Service (KMS) API API client library +License: Apache-2.0 +Group: Development/Languages/Python +URL: https://github.com/GoogleCloudPlatform/google-cloud-python +Source: https://files.pythonhosted.org/packages/source/g/google-cloud-kms/google-cloud-kms-%{version}.tar.gz +BuildRequires: %{python_module mock} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildRequires: python2-enum34 +Requires: python-google-api-core >= 1.6.0 +Requires: python-grpc-google-iam-v1 >= 0.11.4 +BuildArch: noarch +%ifpython2 +Requires: python-enum34 +%endif +# SECTION test requirements +BuildRequires: %{python_module google-api-core >= 1.6.0} +BuildRequires: %{python_module grpc-google-iam-v1 >= 0.11.4} +# /SECTION +%python_subpackages + +%description +Cloud Key Management Service (KMS) API API client library + +%prep +%setup -q -n google-cloud-kms-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%python_exec -m pytest + +%files %{python_files} +%doc README.rst +%license LICENSE +%{python_sitelib}/* + +%changelog