kontron / robotframework-snmplibrary

SnmpLibrary for Robot Framework
Apache License 2.0
12 stars 11 forks source link

PyASN1 0.6.1 broke compatibility #24

Open number492 opened 1 month ago

number492 commented 1 month ago

PyASN1 made a new release [1] with a lot of Python 2 code removed, including compat/octets.py [2]. This is used by robotframework-snmplibrary [3], and now certain functionality is broken. There might be other issues too.

1: https://github.com/pyasn1/pyasn1/releases/tag/v0.6.1 2: https://github.com/pyasn1/pyasn1/commit/6f770ba886a8931c35cb090a5c3a6d67f5a41bd9 3: https://github.com/kontron/robotframework-snmplibrary/blob/23a019fff5c33ce215b67c3ff7ae7506324600b3/src/SnmpLibrary/library.py#L18