Hello, just FYI, with version 0.50 everything is fine, so 0.51 is the first bad release.
G. On Thu, 9 Jun 2022 08:21:24 +0200 Gianfranco Costamagna <locutusofb...@debian.org> wrote:
control: notfixed -1 0.53 control: reopen -1 thanks Hello, as said in the previous email, there are also some whitespace changes that are preventing the package from build fine (test failures) They look related to debutate changes, altough I can't prove it easily :) can you please have another look? G. dh_auto_test -O--buildsystem=pybuild I: pybuild base:239: python3.10 setup.py test running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info creating lintian_brush.egg-info writing lintian_brush.egg-info/PKG-INFO writing dependency_links to lintian_brush.egg-info/dependency_links.txt writing entry points to lintian_brush.egg-info/entry_points.txt writing requirements to lintian_brush.egg-info/requires.txt writing top-level names to lintian_brush.egg-info/top_level.txt writing manifest file 'lintian_brush.egg-info/SOURCES.txt' reading manifest file 'lintian_brush.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'HACKING.md' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'lintian_brush.egg-info/SOURCES.txt' running build_ext test_add_long_line (lintian_brush.tests.test_changelog.ChangelogAddEntryTests) lintian_brush.tests.test_changelog.ChangelogAddEntryTests.test_add_long_line ... failed to open trace file: [Errno 13] Permission denied: '/you-should-use-TestCaseInTempDir-if-you-need-a-log-file' ok test_add_long_subline (lintian_brush.tests.test_changelog.ChangelogAddEntryTests) lintian_brush.tests.test_changelog.ChangelogAddEntryTests.test_add_long_subline ... ok test_add_new (lintian_brush.tests.test_changelog.ChangelogAddEntryTests) lintian_brush.tests.test_changelog.ChangelogAddEntryTests.test_add_new ... ok test_edit_broken_first_line (lintian_brush.tests.test_changelog.ChangelogAddEntryTests) lintian_brush.tests.test_changelog.ChangelogAddEntryTests.test_edit_broken_first_line ... Unexpected line while looking for first heading: THIS IS NOT A PARSEABLE LINE ok test_edit_existing_existing_author (lintian_brush.tests.test_changelog.ChangelogAddEntryTests) lintian_brush.tests.test_changelog.ChangelogAddEntryTests.test_edit_existing_existing_author ... ok test_edit_existing_multi_new_author (lintian_brush.tests.test_changelog.ChangelogAddEntryTests) lintian_brush.tests.test_changelog.ChangelogAddEntryTests.test_edit_existing_multi_new_author ... ok test_edit_existing_new_author (lintian_brush.tests.test_changelog.ChangelogAddEntryTests) lintian_brush.tests.test_changelog.ChangelogAddEntryTests.test_edit_existing_new_author ... ok test_trailer_only (lintian_brush.tests.test_changelog.ChangelogAddEntryTests) lintian_brush.tests.test_changelog.ChangelogAddEntryTests.test_trailer_only ... ok test_trailer_only_existing_author (lintian_brush.tests.test_changelog.ChangelogAddEntryTests) lintian_brush.tests.test_changelog.ChangelogAddEntryTests.test_trailer_only_existing_author ... ok test_compat_release (lintian_brush.tests.test_config.ConfigReadTests) lintian_brush.tests.test_config.ConfigReadTests.test_compat_release ... ok test_minimum_certainty (lintian_brush.tests.test_config.ConfigReadTests) lintian_brush.tests.test_config.ConfigReadTests.test_minimum_certainty ... ok test_missing (lintian_brush.tests.test_config.ConfigReadTests) lintian_brush.tests.test_config.ConfigReadTests.test_missing ... ok test_unknown (lintian_brush.tests.test_config.ConfigReadTests) lintian_brush.tests.test_config.ConfigReadTests.test_unknown ... ok