apipkg 1.2 has been released on PyPI yesterday. Its CHANGELOG contains:
1.2
----------------------------------------
- Allow to import from Aliasmodules (thanks Ralf Schmitt)
- avoid loading __doc__ early, so ApiModule is now fully lazy
It should be now possible to revert commit 3a20582f954672cd6c1d17a45711e19e75bd1208, which added mwlib.apipkg. setup.py currently specifies dependency on apipkg even thought mwlib.apipkg is actually used. If commit 3a20582f954672cd6c1d17a45711e19e75bd1208 is reverted, then dependency on apipkg in setup.py should be raised to >=1.2.
apipkg 1.2 has been released on PyPI yesterday. Its CHANGELOG contains:
It should be now possible to revert commit 3a20582f954672cd6c1d17a45711e19e75bd1208, which added mwlib.apipkg. setup.py currently specifies dependency on apipkg even thought mwlib.apipkg is actually used. If commit 3a20582f954672cd6c1d17a45711e19e75bd1208 is reverted, then dependency on apipkg in setup.py should be raised to >=1.2.