Description of problem: Bodhi fails to build in Fedora, after click was updated to 7.1. Version-Release number of selected component: bodhi-5.1.1-1.fc33, bodhi-5.1.1-1.fc32 ____________________ TestEdit.test_wrong_update_id_argument ____________________ self = <bodhi.tests.client.test___init__.TestEdit object at 0x7fd2a046ab80> def test_wrong_update_id_argument(self): """ Assert that an error is given if the edit update argument given is not an update id. """ runner = testing.CliRunner() result = runner.invoke( client.edit, ['drupal7-i18n-1.17-1', '--user', 'bowlofeggs', '--password', 's3kr3t', '--notes', 'this is an edited note', '--url', 'http://localhost:6543']) assert result.exit_code == 2 # Click 7.0 capitalizes UPDATE, and < 7 does not. if [int(n) for n in click.__version__.split('.')] < [7, 0]: label = 'update' else: label = 'UPDATE' expected = 'Usage: edit [OPTIONS] UPDATE\n\n' \ 'Error: Invalid value for "{}": ' \ 'Please provide an Update ID\n' expected = expected.format(label) > assert result.output == expected E assert 'Usage: edit ...n Update ID\n' == 'Usage: edit [...n Update ID\n' E Usage: edit [OPTIONS] UPDATE E E - Error: Invalid value for 'UPDATE': Please provide an Update ID E ? ^ ^ E + Error: Invalid value for "UPDATE": Please provide an Update ID E ? ^ ^ bodhi/tests/client/test___init__.py:2047: AssertionError The quotation marks got replaced in that click version.
Dear Maintainer, your package has an open Fails To Build From Source bug for Fedora 32. Action is required from you. If you can fix your package to build, perform a build in koji, and either create an update in bodhi, or close this bug without creating an update, if updating is not appropriate [1]. If you are working on a fix, set the status to ASSIGNED to acknowledge this. If you have already fixed this issue, please close this Bugzilla report. Following the policy for such packages [2], your package will be orphaned if this bug remains in NEW state more than 8 weeks (not sooner than 2020-06-29). A week before the mass branching of Fedora 33 according to the schedule [3], any packages not successfully rebuilt at least on Fedora 31 will be retired regardless of the status of this bug. [1] https://fedoraproject.org/wiki/Updates_Policy [2] https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/ [3] https://fedorapeople.org/groups/schedule/f-33/f-33-key-tasks.html
Cverna: Is this something you could look into?
This was fixed in distgit, but not built.
This bug appears to have been reported against 'rawhide' during the Fedora 33 development cycle. Changing version to 33.