- 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro4?expand=0&rev=24
* 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro4?expand=0&rev=12
* 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()
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro4?expand=0&rev=9