From d7d96fcff74e4d0fccbd2cc11a35ecb60bcdf3b0b2e9a74d6a51a021dac4cc77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 9 Oct 2025 13:47:40 +0000 Subject: [PATCH] Accepting request 1309810 from home:reiber:branches:devel:languages:python:google - Adds multi build for modern python OBS-URL: https://build.opensuse.org/request/show/1309810 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-pubsub?expand=0&rev=2 --- python-google-cloud-pubsub.changes | 5 +++++ python-google-cloud-pubsub.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/python-google-cloud-pubsub.changes b/python-google-cloud-pubsub.changes index 97c5e4a..2a3333b 100644 --- a/python-google-cloud-pubsub.changes +++ b/python-google-cloud-pubsub.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 08 13:51:01 UTC 2025 - Fabian Reiber + +- Adds multi build for modern python + ------------------------------------------------------------------- Tue Apr 8 14:53:22 UTC 2025 - Nico Krapp diff --git a/python-google-cloud-pubsub.spec b/python-google-cloud-pubsub.spec index 1b52542..3d53ae6 100644 --- a/python-google-cloud-pubsub.spec +++ b/python-google-cloud-pubsub.spec @@ -1,7 +1,7 @@ # # spec file for package python-google-cloud-pubsub # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-google-cloud-pubsub Version: 2.29.0 Release: 0 @@ -23,14 +24,12 @@ Summary: Google Cloud Pub/Sub API client library License: Apache-2.0 URL: https://github.com/googleapis/python-pubsub Source: https://files.pythonhosted.org/packages/source/g/google-cloud-pubsub/google_cloud_pubsub-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module flaky} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module google-api-core >= 1.34.0} BuildRequires: %{python_module google-auth >= 2.14.1} BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.4} @@ -42,6 +41,8 @@ BuildRequires: %{python_module proto-plus >= 1.22.0} BuildRequires: %{python_module proto-plus >= 1.22.2} BuildRequires: %{python_module proto-plus >= 1.25.0} BuildRequires: %{python_module protobuf >= 3.20.2} +BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module pytest} # /SECTION BuildRequires: fdupes Requires: python-google-api-core >= 1.34.0