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:
committed by
Git OBS Bridge
parent
52ffb8acf2
commit
1a2951f618
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b6cd27f563e6b16cbba77744421e07a899a0ea4c7e01aa3b1d75bb77b91d86d2
|
|
||||||
size 548745
|
|
3
4.1.1.tar.gz
Normal file
3
4.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d1e6fb7e3901afe6286588136b4f38498233bd9e0a156352bc946f8e3a206ce
|
||||||
|
size 552752
|
@@ -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>
|
Wed Jun 12 11:30:01 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-rpyc%{psuffix}
|
Name: python-rpyc%{psuffix}
|
||||||
Version: 4.1.0
|
Version: 4.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Remote Python Call (RPyC), a RPC library
|
Summary: Remote Python Call (RPyC), a RPC library
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user