14
0
forked from pool/python-rpyc

Accepting request 786342 from home:pgajdos:python

- version update to 4.1.4
  - Merged 3.7 and 3.8 teleportatio compat enhancement `#371`_
  - Fixed connection hanging due to namepack cursor  `#369`_
  - Fixed test dependencies and is_py_* for 3.9
  - Performance improvements: `#366`_ and `#351`_
  - Merged fix for propagate_KeyboardInterrupt_locally `#364`_
  - Fixed handling of exceptions for request callbacks `#365`_
  - Partially fixed return value for netref.__class__ `#355`_
  - Fixed `CVE-2019-16328`_ which was caused by a missing protocol security check
  - Fixed RPyC over RPyC for mutable parameters and extended unit testing for `#346`_

OBS-URL: https://build.opensuse.org/request/show/786342
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpyc?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2020-03-19 08:48:42 +00:00
committed by Git OBS Bridge
parent 1a2951f618
commit a95f824af0
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Mar 19 07:57:20 UTC 2020 - pgajdos@suse.com
- version update to 4.1.4
- Merged 3.7 and 3.8 teleportatio compat enhancement `#371`_
- Fixed connection hanging due to namepack cursor `#369`_
- Fixed test dependencies and is_py_* for 3.9
- Performance improvements: `#366`_ and `#351`_
- Merged fix for propagate_KeyboardInterrupt_locally `#364`_
- Fixed handling of exceptions for request callbacks `#365`_
- Partially fixed return value for netref.__class__ `#355`_
- Fixed `CVE-2019-16328`_ which was caused by a missing protocol security check
- Fixed RPyC over RPyC for mutable parameters and extended unit testing for `#346`_
-------------------------------------------------------------------
Tue Sep 10 10:36:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>