From c62a2f764b1c1e683e9ddcbdabb6011ef243be49 Mon Sep 17 00:00:00 2001 From: badshah400 <> Date: Jul 04 2023 13:38:42 +0000 Subject: Update python-grpcio to version 1.56.0 / rev 28 via SR 1096752 https://build.opensuse.org/request/show/1096752 by user badshah400 + dimstar_suse - Upstream only supports python >= 3.7, so adjust BuildRequires accordingly. - Add %{?sle15_python_module_pythons} --- diff --git a/.files b/.files index b028bea..324256d 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index d8e2f3f..14a1167 100644 --- a/.rev +++ b/.rev @@ -219,4 +219,15 @@ <comment></comment> <requestid>1096364</requestid> </revision> + <revision rev="28" vrev="2"> + <srcmd5>bdefe7f358357bb2d13c2267ac84360b</srcmd5> + <version>1.56.0</version> + <time>1688476976</time> + <user>dimstar_suse</user> + <comment>- Upstream only supports python >= 3.7, so adjust BuildRequires + accordingly. +- Add %{?sle15_python_module_pythons} +</comment> + <requestid>1096752</requestid> + </revision> </revisionlist> diff --git a/python-grpcio.changes b/python-grpcio.changes index 95535ef..71992f4 100644 --- a/python-grpcio.changes +++ b/python-grpcio.changes @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Tue Jul 4 10:39:59 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com> + +- Upstream only supports python >= 3.7, so adjust BuildRequires + accordingly. + +------------------------------------------------------------------- +Sun Jul 2 12:33:22 UTC 2023 - ecsos <ecsos@opensuse.org> + +- Add %{?sle15_python_module_pythons} + +------------------------------------------------------------------- Fri Jun 30 15:47:01 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com> - Update to version 1.56.0: diff --git a/python-grpcio.spec b/python-grpcio.spec index f911784..16555a0 100644 --- a/python-grpcio.spec +++ b/python-grpcio.spec @@ -19,6 +19,7 @@ %global modname grpcio # PYTHON2 NOT SUPPORTED BY UPSTREAM %define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-grpcio Version: 1.56.0 Release: 0 @@ -30,7 +31,7 @@ Source: https://files.pythonhosted.org/packages/source/g/grpcio/grpcio-% # PATCH-FIX-UPSTREAM python-grpcio-disable-boring-ssl.patch gh#grpc/grpc#24498 badshah400@gmail.com -- Make enabling system ssl disable boring ssl; patch taken from upstream PR Patch0: python-grpcio-disable-boring-ssl.patch BuildRequires: %{python_module Cython} -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: ca-certificates BuildRequires: fdupes