commit python-grpcio for openSUSE:Factory

2020-11-07 Thread root
Hello community,

here is the log from the commit of package python-grpcio for openSUSE:Factory 
checked in at 2020-11-07 21:02:45

Comparing /work/SRC/openSUSE:Factory/python-grpcio (Old)
 and  /work/SRC/openSUSE:Factory/.python-grpcio.new.11331 (New)


Package is "python-grpcio"

Sat Nov  7 21:02:45 2020 rev:5 rq:846823 version:1.33.2

Changes:

--- /work/SRC/openSUSE:Factory/python-grpcio/python-grpcio.changes  
2020-10-27 18:59:59.326788809 +0100
+++ /work/SRC/openSUSE:Factory/.python-grpcio.new.11331/python-grpcio.changes   
2020-11-07 21:05:31.745630513 +0100
@@ -1,0 +2,7 @@
+Sat Oct 31 11:14:24 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 1.33.2:
+  * [Backport] Implement grpc.Future interface in
+SingleThreadedRendezvous (gh#grpc/grpc#24574).
+
+---

Old:

  grpcio-1.33.1.tar.gz

New:

  grpcio-1.33.2.tar.gz



Other differences:
--
++ python-grpcio.spec ++
--- /var/tmp/diff_new_pack.eU3mq6/_old  2020-11-07 21:05:32.553629222 +0100
+++ /var/tmp/diff_new_pack.eU3mq6/_new  2020-11-07 21:05:32.557629216 +0100
@@ -20,7 +20,7 @@
 # PYTHON2 NOT SUPPORTED BY UPSTREAM
 %define skip_python2 1
 Name:   python-grpcio
-Version:1.33.1
+Version:1.33.2
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ grpcio-1.33.1.tar.gz -> grpcio-1.33.2.tar.gz ++
/work/SRC/openSUSE:Factory/python-grpcio/grpcio-1.33.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-grpcio.new.11331/grpcio-1.33.2.tar.gz 
differ: char 5, line 1




commit python-grpcio for openSUSE:Factory

2020-10-27 Thread root
Hello community,

here is the log from the commit of package python-grpcio for openSUSE:Factory 
checked in at 2020-10-27 18:59:28

Comparing /work/SRC/openSUSE:Factory/python-grpcio (Old)
 and  /work/SRC/openSUSE:Factory/.python-grpcio.new.3463 (New)


Package is "python-grpcio"

Tue Oct 27 18:59:28 2020 rev:4 rq:844101 version:1.33.1

Changes:

--- /work/SRC/openSUSE:Factory/python-grpcio/python-grpcio.changes  
2020-09-16 19:43:14.879053165 +0200
+++ /work/SRC/openSUSE:Factory/.python-grpcio.new.3463/python-grpcio.changes
2020-10-27 18:59:59.326788809 +0100
@@ -1,0 +2,15 @@
+Wed Oct 21 21:51:15 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 1.33.1:
+  * [Backport] Make Python 2 an optional dependency for Bazel
+build (gh#grpc/grpc#24452).
+  * Allow asyncio API to be imported as grpc.aio.
+(gh#grpc/grpc#24289).
+  * [gRPC Easy] Fix import errors on Windows (gh#grpc/grpc#24124).
+  * Make version check for importlib.abc in grpcio-tools more
+stringent (gh#grpc/grpc#24098).
+- Add python-grpcio-disable-boring-ssl.patch: Make enabling system
+  ssl disable boring ssl (gh#grpc/grpc#24498); patch taken from
+  upstream PR.
+
+---

Old:

  grpcio-1.31.0.tar.gz

New:

  grpcio-1.33.1.tar.gz
  python-grpcio-disable-boring-ssl.patch



Other differences:
--
++ python-grpcio.spec ++
--- /var/tmp/diff_new_pack.4hE4wN/_old  2020-10-27 19:00:00.130789394 +0100
+++ /var/tmp/diff_new_pack.4hE4wN/_new  2020-10-27 19:00:00.134789397 +0100
@@ -20,13 +20,15 @@
 # PYTHON2 NOT SUPPORTED BY UPSTREAM
 %define skip_python2 1
 Name:   python-grpcio
-Version:1.31.0
+Version:1.33.1
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://grpc.io
 Source: 
https://files.pythonhosted.org/packages/source/g/grpcio/grpcio-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM python-grpcio-disable-boring-ssl.patch gh#grpc/grpc#24498 
badshah...@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 setuptools}
@@ -48,7 +50,7 @@
 connected systems.
 
 %prep
-%setup -q -n grpcio-%{version}
+%autosetup -p1 -n grpcio-%{version}
 
 %build
 export CFLAGS="%{optflags}"

++ grpcio-1.31.0.tar.gz -> grpcio-1.33.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-grpcio/grpcio-1.31.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-grpcio.new.3463/grpcio-1.33.1.tar.gz differ: 
char 5, line 1

++ python-grpcio-disable-boring-ssl.patch ++
>From aa7b7b84c59dda419bf2aa7bca601ca415977e37 Mon Sep 17 00:00:00 2001
From: Seppo Yli-Olli 
Date: Wed, 21 Oct 2020 08:38:19 +0300
Subject: [PATCH] Make enabling system ssl disable boring ssl

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index e23c9acf087..72307598a5b 100644
--- a/setup.py
+++ b/setup.py
@@ -249,6 +249,7 @@ def check_linker_need_libatomic():
   CORE_C_FILES)
 CORE_C_FILES = filter(lambda x: 'src/boringssl' not in x, CORE_C_FILES)
 SSL_INCLUDE = (os.path.join('/usr', 'include', 'openssl'),)
+BUILD_WITH_BORING_SSL_ASM = False
 
 if BUILD_WITH_SYSTEM_ZLIB:
 CORE_C_FILES = filter(lambda x: 'third_party/zlib' not in x, CORE_C_FILES)




commit python-grpcio for openSUSE:Factory

2020-09-16 Thread root
Hello community,

here is the log from the commit of package python-grpcio for openSUSE:Factory 
checked in at 2020-09-16 19:42:09

Comparing /work/SRC/openSUSE:Factory/python-grpcio (Old)
 and  /work/SRC/openSUSE:Factory/.python-grpcio.new.4249 (New)


Package is "python-grpcio"

Wed Sep 16 19:42:09 2020 rev:3 rq:834877 version:1.31.0

Changes:

--- /work/SRC/openSUSE:Factory/python-grpcio/python-grpcio.changes  
2020-08-29 20:44:29.313518734 +0200
+++ /work/SRC/openSUSE:Factory/.python-grpcio.new.4249/python-grpcio.changes
2020-09-16 19:43:14.879053165 +0200
@@ -1,0 +2,6 @@
+Wed Sep 16 11:12:07 UTC 2020 - Dirk Mueller 
+
+- update to 1.31.0
+  * no upstream changelog available
+
+---

Old:

  grpcio-1.30.0.tar.gz

New:

  grpcio-1.31.0.tar.gz



Other differences:
--
++ python-grpcio.spec ++
--- /var/tmp/diff_new_pack.gEIuQ1/_old  2020-09-16 19:43:16.775055037 +0200
+++ /var/tmp/diff_new_pack.gEIuQ1/_new  2020-09-16 19:43:16.779055041 +0200
@@ -20,7 +20,7 @@
 # PYTHON2 NOT SUPPORTED BY UPSTREAM
 %define skip_python2 1
 Name:   python-grpcio
-Version:1.30.0
+Version:1.31.0
 Release:0
 Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0

++ grpcio-1.30.0.tar.gz -> grpcio-1.31.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-grpcio/grpcio-1.30.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-grpcio.new.4249/grpcio-1.31.0.tar.gz differ: 
char 5, line 1




commit python-grpcio for openSUSE:Factory

2020-08-29 Thread root
Hello community,

here is the log from the commit of package python-grpcio for openSUSE:Factory 
checked in at 2020-08-29 20:44:04

Comparing /work/SRC/openSUSE:Factory/python-grpcio (Old)
 and  /work/SRC/openSUSE:Factory/.python-grpcio.new.3399 (New)


Package is "python-grpcio"

Sat Aug 29 20:44:04 2020 rev:2 rq:830354 version:1.30.0

Changes:

--- /work/SRC/openSUSE:Factory/python-grpcio/python-grpcio.changes  
2020-08-28 21:21:20.804323780 +0200
+++ /work/SRC/openSUSE:Factory/.python-grpcio.new.3399/python-grpcio.changes
2020-08-29 20:44:29.313518734 +0200
@@ -1,0 +2,5 @@
+Thu Aug 13 13:36:24 UTC 2020 - Jan Engelhardt 
+
+- Trim marketing wording from description.
+
+---



Other differences:
--
++ python-grpcio.spec ++
--- /var/tmp/diff_new_pack.20ABtJ/_old  2020-08-29 20:44:30.041519038 +0200
+++ /var/tmp/diff_new_pack.20ABtJ/_new  2020-08-29 20:44:30.045519040 +0200
@@ -22,7 +22,7 @@
 Name:   python-grpcio
 Version:1.30.0
 Release:0
-Summary:HTTP/2-based RPC framework
+Summary:HTTP/2-based Remote Procedure Call implementation
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://grpc.io
@@ -43,9 +43,9 @@
 %python_subpackages
 
 %description
-gRPC is a modern, open source, high-performance remote procedure call (RPC)
-framework that can run anywhere. gRPC enables client and server applications to
-communicate transparently, and simplifies the building of connected systems.
+gRPC is a remote procedure call (RPC) framework. gRPC enables client
+and server applications to communicate, and enables the building of
+connected systems.
 
 %prep
 %setup -q -n grpcio-%{version}