File python-grpcio.changes of Package python-grpcio
353
1
-------------------------------------------------------------------
2
Mon Feb 26 19:09:09 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
3
4
- Version update in SLE 15 SP4 and later (jsc#PED-6697)
5
6
-------------------------------------------------------------------
7
Fri Feb 9 12:10:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
8
9
- update to 1.60.1:
10
* Revert change to print backtrace in server
11
12
-------------------------------------------------------------------
13
Fri Dec 15 14:47:42 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
14
15
- Update to version 1.60.0:
16
* No python specfic changes.
17
18
-------------------------------------------------------------------
19
Wed Nov 22 17:38:11 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
20
21
- Add patches for embeeded xxhash 0.8.1 from SLE's xxhash package.
22
- Add xxhash-ppc64le-gcc7.patch: fix build failure on ppc64le
23
when using gcc 7 (boo#1208794).
24
- add patch xxhash-avoid-armv6-unaligned-access.patch
25
do not expect unaligned accesses to work on armv6, it breaks
26
in our build setup using aarch64 kernels
27
28
-------------------------------------------------------------------
29
Tue Oct 31 08:50:42 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
30
31
- Update to version 1.59.2:
32
* No python specific changes.
33
34
-------------------------------------------------------------------
35
Sat Sep 30 10:55:26 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
36
37
- Update to version 1.59.0:
38
* [Python 3.12] Support Python 3.12 (gh#grpc/grpc#34398).
39
* [Python 3.12] Deprecate distutil (gh#grpc/grpc#34186).
40
41
-------------------------------------------------------------------
42
Wed Sep 27 10:25:26 UTC 2023 - ecsos <ecsos@opensuse.org>
43
44
- Add minimum required versions for Cython, wheel and abseil-cpp.
45
46
-------------------------------------------------------------------
47
Sun Sep 17 13:22:25 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
48
49
- Update to version 1.58.0:
50
* [Bazel] Enable grpcio-reflection to be used via Bazel
51
(gh#grpc/grpc#31013).
52
* [packaging] Publish xds-protos as part of the standard package
53
pipeline (gh#grpc/grpc#33797).
54
55
-------------------------------------------------------------------
56
Wed Aug 30 17:07:21 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
57
58
- Update to version 1.57.0: (CVE-2023-4785, bsc#1215334, CVE-2023-33953, bsc#1214148)
59
* [posix] Enable systemd sockets for libsystemd>=233
60
(gh#grpc/grpc#32671).
61
* [python O11Y] Initial Implementation (gh#grpc/grpc#32974).
62
- Add python-grpcio-cython3-compat.patch: Fix noexcept errors upon
63
compiling with Cython 3+ (gh#grpc/grpc#33918).
64
- Build with LTO (don't set _lto_cflags to %nil).
65
- No need to pass '-std=c++17' to build CFLAGS.
66
67
-------------------------------------------------------------------
68
Sat Aug 5 13:25:52 UTC 2023 - munix9@googlemail.com
69
70
- Update to version 1.56.2:
71
* [WRR] backport (gh#grpc/grpc#33694) to 1.56
72
(gh#grpc/grpc#33698)
73
* [backport][iomgr][EventEngine] Improve server handling of
74
file descriptor exhaustion (gh#grpc/grpc#33667)
75
- Switch build to pip/wheel.
76
- Use system abseil with '-std=c++17' to prevent undefined symbol
77
eg. with python-grpcio-tools (_ZN3re23RE213GlobalReplaceEPNSt7__
78
cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS0_N4absl12lts_
79
2023012511string_viewE)
80
- Remove python-grpcio-disable-boring-ssl.patch, use
81
'export GRPC_BUILD_WITH_BORING_SSL_ASM=false' instead.
82
83
-------------------------------------------------------------------
84
Tue Jul 4 10:39:59 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
85
86
- Upstream only supports python >= 3.7, so adjust BuildRequires
87
accordingly.
88
89
-------------------------------------------------------------------
90
Sun Jul 2 12:33:22 UTC 2023 - ecsos <ecsos@opensuse.org>
91
92
- Add %{?sle15_python_module_pythons}
93
94
-------------------------------------------------------------------
95
Fri Jun 30 15:47:01 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
96
97
- Update to version 1.56.0: (CVE-2023-32731, bsc#1212180)
98
* [aio types] Fix some grpc.aio python types
99
(gh#grpc/grpc#32475).
100
101
-------------------------------------------------------------------
102
Sat Jun 10 16:26:53 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
103
104
- Update to version 1.55.0:
105
* [EventEngine] Disable EventEngine polling in gRPC Python
106
(gh#grpc/grpc#33279) (gh#grpc/grpc#33320).
107
* [Bazel Python3.11] Update Bazel dependencies for Python 3.11
108
(gh#grpc/grpc#33318) (gh#grpc/grpc#33319).
109
- Drop Requires: python-six; not required any more.
110
- Switch Suggests to Recommends.
111
112
-------------------------------------------------------------------
113
Fri Apr 28 04:39:48 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
114
115
- Update to version 1.54.0: (CVE-2023-32732, bsc#1212182)
116
* Fix DeprecationWarning when calling asyncio.get_event_loop()
117
(gh#grpc/grpc#32533).
118
* Remove references to deprecated syntax field
119
(gh#grpc/grpc#32497).
120
121
-------------------------------------------------------------------
122
Mon Dec 5 14:44:31 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
123
124
- Update to version 1.51.1:
125
* No Linux specific changes.
126
- Changes from version 1.51.0:
127
* Fix lack of cooldown between poll attempts
128
(gh#grpc/grpc#31550).
129
* Remove enum and future (gh#grpc/grpc#31381).
130
* [Remove Six] Remove dependency on six (gh#grpc/grpc#31340).
131
* Update xds-protos package to pull in protobuf 4.X
132
(gh#grpc/grpc#31113).
133
134
-------------------------------------------------------------------
135
Mon Oct 31 10:09:02 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
136
137
- Update to version 1.50.0:
138
* Support Python 3.11. [gh#grpc/grpc#30818].
139
140
-------------------------------------------------------------------
141
Fri Oct 14 18:10:05 UTC 2022 - Michael Ströder <michael@stroeder.com>
142
143
- Update to version 1.49.1
144
* Support Python 3.11. (#30818)
145
* Add type stub generation support to grpcio-tools. (#30498)
146
147
-------------------------------------------------------------------
148
Thu Sep 1 03:43:57 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
149
150
- Update to version 1.48.0:
151
* [Aio] Ensure Core channel closes when deallocated
152
[gh#grpc/grpc#29797].
153
* [Aio] Fix the wait_for_termination return value
154
[gh#grpc/grpc#29795].
155
- Drop grpc-no-return-from-non-void-function.patch: Fixes
156
upstream.
157
158
-------------------------------------------------------------------
159
Sat Jun 4 14:52:05 UTC 2022 - Dirk Müller <dmueller@suse.com>
160
161
- update to 1.46.3:
162
* backport: xds: use federation env var to guard new-style resource name parsing
163
* This release contains refinements, improvements, and bug fixes.
164
165
-------------------------------------------------------------------
166
Fri May 6 17:37:43 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
167
168
- Update to version 1.46.0:
169
* Add Python GCF Distribtest [gh#grpc/grpc#29303].
170
* Add Python Reflection Client [gh#grpc/grpc#29085].
171
* Revert "Fix prefork handler register's default behavior"
172
[gh#grpc/grpc#29229].
173
* Fix prefork handler register's default behavior
174
[gh#grpc/grpc#29103].
175
* Fix fetching CXX variable in setup.py [gh#grpc/grpc#28873].
176
177
-------------------------------------------------------------------
178
Tue Mar 29 12:28:19 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
179
180
- Update to version 1.45.0:
181
* Reimplement Gevent Integration [gh#grpc/grpc#28276].
182
* Support musllinux binary wheels on x64 and x86
183
[gh#grpc/grpc#28092].
184
* Increase the Python protobuf requirement to >=3.12.0
185
[gh#grpc/grpc#28604].
186
- Build with system re2; add BuildRequires: pkgconfig(re2).
187
- python-grpcio-disable-boring-ssl.patch: Line offset changes.
188
- Add grpc-no-return-from-non-void-function.patch to return a
189
default string from a function defined to return a string (patch
190
mirrored from obs://devel:tools/grpc).
191
192
-------------------------------------------------------------------
193
Sat Feb 19 17:04:04 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
194
195
- Update to version 1.44.0:
196
* Add python async example for hellostreamingworld using
197
generator (gh#grpc/grpc#27343).
198
* Disable __wrap_memcpy hack for Python builds
199
(gh#grpc/grpc#28410).
200
* Bump Bazel Python Cython dependency to 0.29.26
201
(gh#grpc/grpc#28398).
202
* Fix libatomic linking on Raspberry Pi OS Bullseye
203
(gh#grpc/grpc#28041).
204
* Allow generated proto sources in remote repositories for
205
py_proto_library (gh#grpc/grpc#28103).
206
207
-------------------------------------------------------------------
208
Tue Feb 8 23:52:07 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
209
210
- Update to version 1.43.0:
211
* [Aio] Validate the input type for set_trailing_metadata and
212
abort (gh#grpc/grpc#27958).
213
214
-------------------------------------------------------------------
215
Tue Oct 26 20:44:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
216
217
- update to 1.41.1:
218
* This is release 1.41.0 (goat) of gRPC Core.
219
220
-------------------------------------------------------------------
221
Thu Oct 21 13:16:01 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
222
223
- Update to version 1.41.0:
224
* Add Python 3.10 support and drop 3.5 (gh#grpc/grpc#26074).
225
* [Aio] Remove custom IO manager support (gh#grpc/grpc#27090).
226
227
-------------------------------------------------------------------
228
Wed Aug 4 09:58:45 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
229
230
- Update to version 1.39.0:
231
* Python AIO: Match continuation typing on Interceptors
232
(gh#grpc/grpc#26500).
233
* Workaround #26279 by publishing manylinux_2_24 wheels instead
234
of manylinux2014 on aarch64 (gh#grpc/grpc#26430).
235
* Fix zlib unistd.h import problem (gh#grpc/grpc#26374).
236
* Handle gevent exception in gevent poller (gh#grpc/grpc#26058).
237
238
-------------------------------------------------------------------
239
Wed Jun 30 19:55:02 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
240
241
- Update to version 1.38.1:
242
* Backport gh#grpc/grpc#26430 and gh#grpc/grpc#26435 to v1.38.x
243
(gh#grpc/grpc#26436).
244
245
-------------------------------------------------------------------
246
Sun May 23 00:55:51 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
247
248
- Update to version 1.38.0:
249
* Add grpcio-admin Python package (gh#grpc/grpc#26166).
250
* Add CSDS API to Python (gh#grpc/grpc#26114).
251
* Expose code and details from context on the server side
252
(gh#grpc/grpc#25457).
253
* Explicitly import importlib.abc; required on Python 3.10.
254
Fixes #26062 (gh#grpc/grpc#26083).
255
* Fix potential deadlock on the GIL in AuthMetdataPlugin
256
(gh#grpc/grpc#26009).
257
* Introduce new Python package "xds_protos"
258
(gh#grpc/grpc#25975).
259
* Remove async mark for set_trailing_metadata interface
260
(gh#grpc/grpc#25814).
261
262
-------------------------------------------------------------------
263
Sat May 8 14:08:44 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
264
265
- Update to version 1.37.1:
266
* No user visible changes.
267
- Changes from version 1.37.0:
268
* Clarify Guarantees about grpc.Future Interface
269
(gh#grpc/grpc#25383).
270
* [Aio] Add time_remaining method to ServicerContext
271
(gh#grpc/grpc#25719).
272
* Standardize all environment variable boolean configuration in
273
python's setup.py (gh#grpc/grpc#25444).
274
* Fix Signal Safety Issue (gh#grpc/grpc#25394).
275
276
-------------------------------------------------------------------
277
Thu Mar 4 22:50:29 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
278
279
- Update to version 1.36.1:
280
* Core: back-port: add env var protection for google-c2p
281
resolver (gh#grpc/grpc#25569).
282
283
-------------------------------------------------------------------
284
Thu Feb 25 16:24:53 UTC 2021 - munix9@googlemail.com
285
286
- Update to version 1.35.0:
287
* Implement Python Client and Server xDS Creds.
288
(gh#grpc/grpc#25365)
289
* Add %define _lto_cflags %{nil} (boo#1182659) (rh#1893533)
290
* Link roots.pem to ca-bundle.pem from ca-certificates package
291
292
-------------------------------------------------------------------
293
Wed Jan 13 20:31:44 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
294
295
- Update to version 1.34.1:
296
* Backport "Lazily import grpc_tools when using runtime
297
stub/message generation" to 1.34.x (gh#grpc/grpc#25011).
298
299
-------------------------------------------------------------------
300
Sun Dec 6 21:25:21 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
301
302
- Update to version 1.34.0:
303
* Incur setuptools as an dependency for grpcio_tools
304
(gh#grpc/grpc#24752).
305
* Stop the spamming log generated by ctrl-c for AsyncIO server
306
(gh#grpc/grpc#24718).
307
* [gRPC Easy] Make Well-Known Types Available to Runtime Protos
308
(gh#grpc/grpc#24478).
309
* Bump MACOSX_DEPLOYMENT_TARGET to 10.10 for Python
310
(gh#grpc/grpc#24480).
311
* Make Python 2 an optional dependency for Bazel build
312
(gh#grpc/grpc#24407).
313
* [Linux] [macOS] Support pre-compiled Python 3.9 wheels
314
(gh#grpc/grpc#24356).
315
316
-------------------------------------------------------------------
317
Sat Oct 31 11:14:24 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
318
319
- Update to version 1.33.2:
320
* [Backport] Implement grpc.Future interface in
321
SingleThreadedRendezvous (gh#grpc/grpc#24574).
322
323
-------------------------------------------------------------------
324
Wed Oct 21 21:51:15 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
325
326
- Update to version 1.33.1:
327
* [Backport] Make Python 2 an optional dependency for Bazel
328
build (gh#grpc/grpc#24452).
329
* Allow asyncio API to be imported as grpc.aio.
330
(gh#grpc/grpc#24289).
331
* [gRPC Easy] Fix import errors on Windows (gh#grpc/grpc#24124).
332
* Make version check for importlib.abc in grpcio-tools more
333
stringent (gh#grpc/grpc#24098).
334
- Add python-grpcio-disable-boring-ssl.patch: Make enabling system
335
ssl disable boring ssl (gh#grpc/grpc#24498); patch taken from
336
upstream PR.
337
338
-------------------------------------------------------------------
339
Wed Sep 16 11:12:07 UTC 2020 - Dirk Mueller <dmueller@suse.com>
340
341
- update to 1.31.0
342
* no upstream changelog available
343
344
-------------------------------------------------------------------
345
Thu Aug 13 13:36:24 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
346
347
- Trim marketing wording from description.
348
349
-------------------------------------------------------------------
350
Wed Jul 29 15:48:04 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
351
352
- Initial package.
353