14
0
forked from pool/python-rpyc

- Update to 4.1.1:

* Fixed netref.class_factory id_pack usage per #339 and added test cases
  * Name pack casted in _unbox to fix IronPython bug. Fixed #337
  * Increased chunk size to improve multi-client response time and throughput of large data #329
  * Added warning to _remote_tb when the major version of local and remote mismatch (#332)
  * OneShotServer termination was fixed by WilliamBruneau (#343)
  * Known issue with 3.8 for CodeType parameters (may drop Python2 support first)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpyc?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-09-10 10:37:55 +00:00
committed by Git OBS Bridge
parent 52ffb8acf2
commit 1a2951f618
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 10 10:36:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 4.1.1:
* Fixed netref.class_factory id_pack usage per #339 and added test cases
* Name pack casted in _unbox to fix IronPython bug. Fixed #337
* Increased chunk size to improve multi-client response time and throughput of large data #329
* Added warning to _remote_tb when the major version of local and remote mismatch (#332)
* OneShotServer termination was fixed by WilliamBruneau (#343)
* Known issue with 3.8 for CodeType parameters (may drop Python2 support first)
-------------------------------------------------------------------
Wed Jun 12 11:30:01 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>