14
0
forked from pool/python-rpyc

- Update to 4.1.5:

* Fixed mutable object used as kwarg for Server ctor
  * Corrections to teleport example
  * Lowered GIL-lock acquires for <64kb within channel sends to address slowness
  - Fixed bsc#1152987 `CVE-2019-16328`_ which was caused by a missing protocol security check

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpyc?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-05-15 11:32:49 +00:00
committed by Git OBS Bridge
parent a95f824af0
commit e2b181ca8d
4 changed files with 13 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-rpyc%{psuffix}
Version: 4.1.4
Version: 4.1.5
Release: 0
Summary: Remote Python Call (RPyC), a RPC library
License: MIT