Package: pysmi / 0.3.4-4

Metadata

Package Version Patches format
pysmi 0.3.4-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Don t add various badges.patch | (download)

docs/source/conf.py | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 don't add various badges


0002 SyntaxWarning.patch | (download)

pysmi/codegen/jsondoc.py | 2 1 + 1 - 0 !
pysmi/codegen/pysnmp.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
0003 pyasn1.compat.octets_is_gone.patch | (download)

tests/test_objecttype_smiv2_pysnmp.py | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

---
tighten importlib imports.patch | (download)

pysmi/borrower/pyfile.py | 2 1 + 1 - 0 !
pysmi/searcher/pyfile.py | 2 1 + 1 - 0 !
pysmi/searcher/pypackage.py | 3 2 + 1 - 0 !
pysmi/writer/pyfile.py | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 4 deletions(-)

 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.