Skip to content
Success

Changes

Summary

  1. Run autopkgtest on all supported Python versions (details)
  2. Add more tar ignore patterns to debian/source/options (details)
  3. Remove use of deprecated configparser.SafeConfigParser (details)
  4. d/t/all-python-versions: turn on the CPython dev mode (details)
  5. run(): ensure that fds are properly closed under all circumstances (details)
Commit 160354ccdc56efa5d28b445547b70d54053897e4 by nicolas
Run autopkgtest on all supported Python versions
The file was addeddebian/tests/all-python-versions
The file was modified debian/tests/control
The file was addeddebian/tests/common.sh
The file was modified debian/tests/smoke-test
Commit f6216a2fc308d5862d8897d6f163df555309b255 by nicolas
Add more tar ignore patterns to debian/source/options
The file was modified debian/source/options
Commit 958c35abb00807100d4bfd8b6113bbf94c5faf78 by nicolas
Remove use of deprecated configparser.SafeConfigParser

This was deprecated back in 3.2 and finally got removed in 3.12.

Closes: #1067938
The file was modified piupartslib/conf.py
Commit 38f61053288df49bcfba8ef0a8d73bf6f4b75e3c by nicolas
d/t/all-python-versions: turn on the CPython dev mode

This should enable all warnings
The file was modified debian/tests/all-python-versions
Commit 663e4c404b4ebb740d4d0e52da61bbb90047e925 by nicolas
run(): ensure that fds are properly closed under all circumstances

This removes a ResourceWarning in dev mode
The file was modified piuparts.py