diff --git a/4.1.0.tar.gz b/4.1.0.tar.gz deleted file mode 100644 index ea067f3..0000000 --- a/4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6cd27f563e6b16cbba77744421e07a899a0ea4c7e01aa3b1d75bb77b91d86d2 -size 548745 diff --git a/4.1.1.tar.gz b/4.1.1.tar.gz new file mode 100644 index 0000000..f6e11db --- /dev/null +++ b/4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1e6fb7e3901afe6286588136b4f38498233bd9e0a156352bc946f8e3a206ce +size 552752 diff --git a/python-rpyc.changes b/python-rpyc.changes index ee948f2..957538a 100644 --- a/python-rpyc.changes +++ b/python-rpyc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 10 10:36:50 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-rpyc.spec b/python-rpyc.spec index 2cc3656..f190b63 100644 --- a/python-rpyc.spec +++ b/python-rpyc.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-rpyc%{psuffix} -Version: 4.1.0 +Version: 4.1.1 Release: 0 Summary: Remote Python Call (RPyC), a RPC library License: MIT