Package: pysmi / 0.3.4-4
Metadata
Package | Version | Patches format |
---|---|---|
pysmi | 0.3.4-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Don t add various badges.patch | (download) |
docs/source/conf.py |
4 1 + 3 - 0 ! |
don't add various badges |
0002 SyntaxWarning.patch | (download) |
pysmi/codegen/jsondoc.py |
2 1 + 1 - 0 ! |
--- |
0003 pyasn1.compat.octets_is_gone.patch | (download) |
tests/test_objecttype_smiv2_pysnmp.py |
7 3 + 4 - 0 ! |
--- |
tighten importlib imports.patch | (download) |
pysmi/borrower/pyfile.py |
2 1 + 1 - 0 ! |
import submodules of importlib properly As reported in https://bugs.debian.org/1118055, `import importlib` doesn't guarantee that e.g. `importlib.machinery.SOURCE_SUFFIXES` is visible. This is often masked by things like `.pth` files that automatically import bits of `importlib`, but in a sufficiently-minimal environment this may not be the case. Explicitly importing the necessary submodules is safer. |