Package: raritan-json-rpc-sdk / 4.3.0+ds-1

Metadata

Package Version Patches format
raritan-json-rpc-sdk 4.3.0+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
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.

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

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

 adding a setup.py file


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