From 90be22b1ca8c9f9dcb5ffee69b5c5478cdffe0ef Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Jan 10 2024 12:47:47 +0000 Subject: update 2024-01-10 12:47 --- diff --git a/.files b/.files new file mode 100644 index 0000000..5e86948 Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..b775022 --- /dev/null +++ b/.meta @@ -0,0 +1,5 @@ + + + + + diff --git a/.rev b/.rev new file mode 100644 index 0000000..660e48e --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ + + + f6799c359090aaf3597d5d87c7607e34 + 1.10.0 + + anag+factory + Initial submission + 1137707 + + diff --git a/google-cloud-artifact-registry-1.10.0.tar.gz b/google-cloud-artifact-registry-1.10.0.tar.gz new file mode 120000 index 0000000..43366d8 --- /dev/null +++ b/google-cloud-artifact-registry-1.10.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreibgww5jmrurrfnsfmxdqiolgu6gd2frpdqphp2gcrpu4q4rburc3y \ No newline at end of file diff --git a/python-google-cloud-artifact-registry.changes b/python-google-cloud-artifact-registry.changes new file mode 100644 index 0000000..71c01c6 --- /dev/null +++ b/python-google-cloud-artifact-registry.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Tue Jan 9 10:46:36 UTC 2024 - Daniel Garcia + +- Initial version 1.10.0 diff --git a/python-google-cloud-artifact-registry.spec b/python-google-cloud-artifact-registry.spec new file mode 100644 index 0000000..695be42 --- /dev/null +++ b/python-google-cloud-artifact-registry.spec @@ -0,0 +1,68 @@ +# +# spec file for package python-google-cloud-artifact-registry +# +# Copyright (c) 2024 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-artifact-registry +Version: 1.10.0 +Release: 0 +Summary: Google Cloud Artifact Registry API client library +License: Apache-2.0 +URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-artifact-registry +Source: https://files.pythonhosted.org/packages/source/g/google-cloud-artifact-registry/google-cloud-artifact-registry-%{version}.tar.gz +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros +# SECTION test requirements +BuildRequires: %{python_module google-api-core >= 1.34.0} +BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.4} +BuildRequires: %{python_module proto-plus >= 1.22.3} +BuildRequires: %{python_module protobuf >= 3.19.5} +BuildRequires: %{python_module pytest} +# /SECTION +BuildRequires: fdupes +Requires: python-google-api-core >= 1.34.0 +Requires: python-grpc-google-iam-v1 >= 0.12.4 +Requires: python-proto-plus >= 1.22.3 +Requires: python-protobuf >= 3.19.5 +BuildArch: noarch +%python_subpackages + +%description +Google Cloud Artifact Registry API client library + +%prep +%autosetup -p1 -n google-cloud-artifact-registry-%{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/artifactregistry* +%{python_sitelib}/google_cloud_artifact_registry-%{version}.dist-info + +%changelog