Package: raritan-json-rpc-sdk / 4.0.20+ds-2

Metadata

Package Version Patches format
raritan-json-rpc-sdk 4.0.20+ds-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Python Add basic versioning information.patch | (download)

pdu-python-api/raritan/__init__.py | 25 25 + 0 - 0 !
pdu-python-api/raritan/version.py | 12 12 + 0 - 0 !
2 files changed, 37 insertions(+)

 python: add basic versioning information


Adding a setup.py file.patch | (download)

setup.py | 58 58 + 0 - 0 !
1 file changed, 58 insertions(+)

 adding a setup.py file


Python Fix deprecation warnung about setDaemon.patch | (download)

px2_bulk_update.py | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 python: fix deprecation warnung about setdaemon()

The daemon calling method has changed in Python 3.10. Modify the script
px2_bulk_update.py so it is using the new method in Python 3.10 onwards.