Ssdpy

Latest version: v0.4.0

Safety actively analyzes 621803 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.4.0

(2020-12-06)

- Fixed an issue where NOTIFY messages were not conforming to UPnP (thanks hotab)
- Fixed an issue where `ssdpy.client.discover()` was using wrong syntax.
- Changed the exception raised by `ssdpy.compat.if_nametoindex()` to be the same as in Python 3 (OSError).
- Added tests for `ssdpy.client`, `ssdpy.compat` and created more tests for `ssdpy.server` to increase coverage.
- Added support for custom fields in NOTIFY. Pass `extra_fields={"field": "value"}` to `ssdpy.SSDPServer` or pass `-e|--extra-field NAME VALUE` to `ssdpy-server`.

0.3.0

(2020-08-10)

- Dropped support for Python 3.4
- Fixed a compatibility issue in protocol.py (thanks ZacJW)

0.2.3

(2019-11-28)

- Added `--json` flag to ssdpy-discover.
- `SSDPServer.serve_forever()` will skip packets it cannot send instead of crashing.

0.2.2

(2019-11-14)

- Fixed a dependency issue with mock on Python 2.7.

0.2.1

(2019-11-13)

- Added `--address` to ssdpy-server.
- Binding to an interface now explicitly subscribes the interface to the multicast group.
- Removed `constants.IPv4` and `constants.IPv6` in favor of raw strings: `("ipv4", "ipv6")`.
- Added code coverage reports.
- Added tests for ssdpy-server.
- Increase testing breadth to include more python versions (2.7, >=3.4).

0.2.0

(2019-11-07)

- Added ssdpy-server CLI command.
- Added ssdpy-discover CLI command.
- Internal: Added helper scripts to manage releases.
- Internal: Added python package metadata.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.