Package: configobj / 5.0.6-4

Metadata

Package Version Patches format
configobj 5.0.6-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
eggify | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 switch from using distutils to setuptools.

fix deprecation | (download)

configobj.py | 2 1 + 1 - 0 !
tests/test_configobj.py | 2 2 + 0 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

 fix deprecation warning test case.

The stacklevel parameter of the warnings.warn function is only required
when wrapper functions are used (to hide the wrapper functions).

The test case needs to be modified to print deprecation warnings (instead
of just ignoring them).