Path to this page:
Subject: CVS commit: pkgsrc/devel/py-modulegraph
From: Adam Ciarcinski
Date: 2017-12-10 18:07:54
Message id: 20171210170754.4E3C4FB40@cvs.NetBSD.org
Log Message:
py-modulegraph: updated to 0.16
0.16:
* Add LICENSE file to distribution
* Don't rely on pkg_resources to calculate package version
* Replace use of ``optparse`` by ``argparse`` as the former is deprecated
* Attempt to reduce the maximum recursion needed to create the ModuleGraph
* Don't include the file type in the result from ``zipio.getmode``
* Fix mismatched indents/dedents in ModuleGraph debug output
Files: