tkopecek / koji

Forked from koji 7 years ago
Clone

147f781 PR#685: Rest of automated conversion from py3 changes

Merged and Committed by mikem 5 years ago
113 files changed. 505 lines added. 337 lines removed.
builder/kojid
file modified
+41 -38
builder/mergerepos
file modified
+3 -2
cli/koji_cli/commands.py
file modified
+15 -17
cli/koji_cli/lib.py
file modified
+3 -2
hub/kojihub.py
file modified
+88 -85
hub/kojixmlrpc.py
file modified
+18 -14
koji/__init__.py
file modified
+8 -7
koji/auth.py
file modified
+6 -5
koji/context.py
file modified
+12 -9
koji/daemon.py
file modified
+14 -9
koji/db.py
file modified
+2 -1
koji/plugin.py
file modified
+1 -0
koji/policy.py
file modified
+6 -2
koji/rpmdiff.py
file modified
+4 -2
koji/tasks.py
file modified
+6 -4
koji/util.py
file modified
+17 -2
koji/xmlrpcplus.py
file modified
+1 -0
plugins/builder/runroot.py
file modified
+4 -3
plugins/builder/save_failed_tree.py
file modified
+3 -2
plugins/cli/runroot.py
file modified
+1 -0
plugins/cli/save_failed_tree.py
file modified
+1 -0
plugins/hub/echo.py
file modified
+3 -1
plugins/hub/messagebus.py
file modified
+3 -2
plugins/hub/protonmsg.py
file modified
+3 -2
plugins/hub/rpm2maven.py
file modified
+3 -2
plugins/hub/runroot_hub.py
file modified
+1 -0
plugins/hub/save_failed_tree.py
file modified
+3 -2
setup.py
file modified
+1 -0
tests/test_cli/data/plugins/plugin1.py
file modified
+1 -0
tests/test_cli/fakeclient.py
file modified
+1 -0
tests/test_cli/test_activate_session.py
file modified
+1 -0
tests/test_cli/test_import_sig.py
file modified
+1 -0
tests/test_cli/test_list_notifications.py
file modified
+1 -0
tests/test_cli/test_list_tasks.py
file modified
+1 -0
tests/test_cli/test_taskinfo.py
file modified
+1 -1
tests/test_cli/utils.py
file modified
+2 -0
tests/test_docs_version.py
file modified
+1 -0
tests/test_hub/test_add_btype.py
file modified
+1 -0
tests/test_hub/test_add_external_rpm.py
file modified
+1 -0
tests/test_hub/test_add_host.py
file modified
+1 -0
tests/test_hub/test_add_host_to_channel.py
file modified
+1 -0
tests/test_hub/test_apply_query_opts.py
file modified
+1 -0
tests/test_hub/test_cg_importer.py
file modified
+1 -0
tests/test_hub/test_check_volume_policy.py
file modified
+1 -0
tests/test_hub/test_complete_image_build.py
file modified
+1 -0
tests/test_hub/test_complete_maven_build.py
file modified
+1 -0
tests/test_hub/test_create_tag.py
file modified
+1 -0
tests/test_hub/test_delete_build.py
file modified
+1 -0
tests/test_hub/test_delete_tag.py
file modified
+1 -0
tests/test_hub/test_dist_repo.py
file modified
+1 -0
tests/test_hub/test_edit_host.py
file modified
+1 -0
tests/test_hub/test_edit_tag.py
file modified
+1 -0
tests/test_hub/test_get_active_repos.py
file modified
+1 -0
tests/test_hub/test_get_archive_file.py
file modified
+1 -0
tests/test_hub/test_get_build_logs.py
file modified
+1 -0
tests/test_hub/test_get_build_type.py
file modified
+1 -0
tests/test_hub/test_get_host.py
file modified
+1 -0
tests/test_hub/test_get_next_release.py
file modified
+1 -0
tests/test_hub/test_get_upload_path.py
file modified
+1 -0
tests/test_hub/test_get_user_perms.py
file modified
+1 -0
tests/test_hub/test_get_verify_class.py
file modified
+1 -0
tests/test_hub/test_group_operations.py
file modified
+1 -0
tests/test_hub/test_import_build.py
file modified
+1 -0
tests/test_hub/test_import_image_internal.py
file modified
+1 -0
tests/test_hub/test_insert_processor.py
file modified
+1 -0
tests/test_hub/test_list_archive_files.py
file modified
+1 -0
tests/test_hub/test_list_archives.py
file modified
+2 -1
tests/test_hub/test_list_btypes.py
file modified
+1 -0
tests/test_hub/test_list_channels.py
file modified
+1 -0
tests/test_hub/test_list_hosts.py
file modified
+1 -0
tests/test_hub/test_list_task_output.py
file modified
+1 -0
tests/test_hub/test_listing.py
file modified
+1 -0
tests/test_hub/test_models/test_host.py
file modified
+1 -0
tests/test_hub/test_new_typed_build.py
file modified
+1 -0
tests/test_hub/test_notifications.py
file modified
+1 -0
tests/test_hub/test_pkglist.py
file modified
+1 -0
tests/test_hub/test_policy_tests.py
file modified
+1 -0
tests/test_hub/test_query_processor.py
file modified
+1 -0
tests/test_hub/test_recycle_build.py
file modified
+1 -0
tests/test_hub/test_remove_host_from_channel.py
file modified
+1 -0
tests/test_hub/test_repos.py
file modified
+1 -0
tests/test_hub/test_rpmdiff.py
file modified
+1 -0
tests/test_hub/test_savepoint.py
file modified
+1 -0
tests/test_hub/test_set_host_enabled.py
file modified
+1 -0
tests/test_hub/test_tag_operations.py
file modified
+1 -0
tests/test_hub/test_task_wait_results.py
file modified
+4 -3
tests/test_hub/test_update_processor.py
file modified
+1 -0
tests/test_hub/test_user_groups.py
file modified
+1 -0
tests/test_hub/utils.py
file modified
+1 -0
tests/test_kojira/test_repo_manager.py
file modified
+1 -1
tests/test_lib/test_argspec.py
file modified
+1 -0
tests/test_lib/test_encode_datetime.py
file modified
+1 -0
tests/test_lib/test_gen_mock_config.py
file modified
+1 -0
tests/test_lib/test_plugin.py
file modified
+2 -0
tests/test_lib/test_utils.py
file modified
+22 -8
tests/test_lib/test_xmlrpcplus.py
file modified
+2 -0
tests/test_lib_py2only/test_restart_tasks.py
file modified
+1 -0
tests/test_lib_py2only/test_tasks.py
file modified
+1 -0
tests/test_plugins/load_plugin.py
file modified
+1 -0
tests/test_plugins/test_protonmsg.py
file modified
+2 -1
tests/test_plugins/test_runroot_builder.py
file modified
+1 -1
tests/test_plugins/test_runroot_hub.py
file modified
+1 -0
tests/test_plugins/test_save_failed_tree_cli.py
file modified
+2 -1
tests/test_scm.py
file modified
+1 -0
tests/test_www/test_util.py
file modified
+1 -0
util/koji-gc
file modified
+19 -17
util/koji-shadow
file modified
+28 -26
util/kojira
file modified
+14 -12
vm/kojikamid.py
file modified
+7 -5
vm/kojivmd
file modified
+31 -29
www/kojiweb/index.py
file modified
+14 -9
www/kojiweb/wsgi_publisher.py
file modified
+7 -5
www/lib/kojiweb/util.py
file modified
+7 -4
    PR#685: Rest of automated conversion from py3 changes
    
    Merges #685
    https://pagure.io/koji/pull-request/685
    
        
file modified
+41 -38
file modified
+3 -2
file modified
+15 -17
file modified
+3 -2
file modified
+88 -85
file modified
+18 -14
file modified
+8 -7
file modified
+6 -5
file modified
+12 -9
file modified
+14 -9
file modified
+2 -1
file modified
+1 -0
file modified
+6 -2
file modified
+4 -2
file modified
+6 -4
file modified
+17 -2
file modified
+1 -0
file modified
+4 -3
file modified
+1 -0
file modified
+3 -1
file modified
+3 -2
file modified
+3 -2
file modified
+3 -2
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+2 -0
file modified
+1 -0
file modified
+1 -0
file modified
+1 -0
file modified
+22 -8
file modified
+1 -0
file modified
+1 -0
file modified
+19 -17
file modified
+28 -26
file modified
+14 -12
file modified
+7 -5
file modified
+31 -29
file modified
+14 -9
file modified
+7 -4