Commit e805c344 authored by Kirill Smelkov's avatar Kirill Smelkov

ZEO: v↑ ZEO5 (5.2.2 -> 5.2.3) + dependencies

ZEO 5.2.3 fixes several client concurrency bugs that could result in
data corruption. See changelog in https://pypi.org/project/ZEO/5.2.3/
for details.

trollius 2.2.post1 -> 2.2.1 update fixes "bad file descriptor" problem for ZEO5.
See https://github.com/zopefoundation/ZEO/issues/176 for details.

futures 3.2.0 -> 3.3.0 update brings in more efficient use of threads in
ThreadPoolExecutor. See https://github.com/agronholm/pythonfutures/blob/master/CHANGES.rst#330
for details.
parent 4ef735c6
Pipeline #16871 failed with stage
in 0 seconds
......@@ -65,9 +65,9 @@ egg = ZEO
eggs = ${:egg}
egg-versions =
ZEO = 5.2.2
trollius = 2.2.post1
futures = 3.2.0
ZEO = 5.2.3
trollius = 2.2.1
futures = 3.3.0
# ZEO4-wc2 is ZEO4 version with patches for wendelin.core 2 to work correctly.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment