e5c515f697
- Delete Pyro4-pr238-py310-cmethod-smethod.patch - Skip python 3.11, it's not supported and won't be supported. It's recommended to use Pyro5, gh#irmen/Pyro4#246 - Update to v4.82 * fixed @expose issue on static method/classmethod due to API change in Python 3.10 * switched from travis to using github actions for CI builds and tests * Python 3.10 is now included in the unit test runs
Daniel Garcia2023-02-21 12:01:27 +00:00
ba05ff86cf
- Update to 4.79: * cython compatibility fix * removed explicit version checks of dependencies such as serpent
Tomáš Chvátal
2020-03-20 10:57:55 +00:00
0043c9e540
- Update to 4.76: * corrected bogus space in worker thread name * thread server can now be cleanly stopped with SIGINT / Ctrl-C on Windows * the behavior of the NATPORT config item has been corrected to be in line with the API behavior of the Daemon * certs are now included in sdist archive so the ssl unit tests also run as intended * now correctly checks for write access to the correct logfile location, instead of assuming the current directory
Tomáš Chvátal
2019-09-24 10:01:38 +00:00
7afdd775ae
- Update to 4.75: * include LICENSE file in distribution * avoid decode error when dealing with memoryview annotations * serpent 1.27 required to avoid regression in previous version * fixed marshal serializer problem that prevented it to even call register() in the name server. * msgpack, json and marshal serializers now understand how to serialize array.array the same way serpent already did * fixed distributed-mandelbrot example to actually run multiple concurrent calculations. * missing API method doc added on NameServer.count()
Tomáš Chvátal
2019-03-06 10:17:22 +00:00