19b491e PR#2218: Drop py2 support for hub/web

Merged and Committed by tkopecek 3 years ago
84 files changed. 196 lines added. 566 lines removed.
Makefile
file modified
+3 -2
hub/kojihub.py
file modified
+69 -77
hub/kojixmlrpc.py
file modified
+9 -21
koji.spec
file modified
+22 -86
plugins/hub/echo.py
file modified
+0 -2
plugins/hub/protonmsg.py
file modified
+0 -2
plugins/hub/rpm2maven.py
file modified
+0 -2
plugins/hub/runroot_hub.py
file modified
+0 -2
plugins/hub/save_failed_tree.py
file modified
+0 -2
tests/test_hub/test_add_archivetype.py
file modified
+1 -5
tests/test_hub/test_add_btype.py
file modified
+1 -5
tests/test_hub/test_add_external_rpm.py
file modified
+1 -5
tests/test_hub/test_add_host.py
file modified
+1 -5
tests/test_hub/test_add_host_to_channel.py
file modified
+1 -5
tests/test_hub/test_apply_query_opts.py
file modified
+1 -5
tests/test_hub/test_cg_importer.py
file modified
+1 -5
tests/test_hub/test_check_volume_policy.py
file modified
+1 -5
tests/test_hub/test_complete_image_build.py
file modified
+2 -5
tests/test_hub/test_complete_maven_build.py
file modified
+2 -5
tests/test_hub/test_create_tag.py
file modified
+2 -5
tests/test_hub/test_delete_build.py
file modified
+1 -5
tests/test_hub/test_delete_tag.py
file modified
+1 -5
tests/test_hub/test_dist_repo.py
file modified
+1 -5
tests/test_hub/test_edit_host.py
file modified
+1 -5
tests/test_hub/test_edit_tag.py
file modified
+1 -5
tests/test_hub/test_edit_tag_external_repo.py
file modified
+1 -4
tests/test_hub/test_edit_user.py
file modified
+1 -4
tests/test_hub/test_ensure_volume_symlink.py
file modified
+1 -5
tests/test_hub/test_getPackageID.py
file modified
+0 -2
tests/test_hub/test_getRPMDeps.py
file modified
+1 -5
tests/test_hub/test_getRPMFile.py
file modified
+1 -5
tests/test_hub/test_get_active_repos.py
file modified
+1 -5
tests/test_hub/test_get_archive_file.py
file modified
+1 -5
tests/test_hub/test_get_build_logs.py
file modified
+1 -5
tests/test_hub/test_get_build_notifications.py
file modified
+1 -4
tests/test_hub/test_get_build_type.py
file modified
+1 -5
tests/test_hub/test_get_external_repos.py
file modified
+0 -2
tests/test_hub/test_get_host.py
file modified
+1 -5
tests/test_hub/test_get_next_release.py
file modified
+1 -5
tests/test_hub/test_get_task_children.py
file modified
+1 -5
tests/test_hub/test_get_upload_path.py
file modified
+1 -5
tests/test_hub/test_get_user_perms.py
file modified
+1 -5
tests/test_hub/test_get_verify_class.py
file modified
+1 -5
tests/test_hub/test_group_operations.py
file modified
+1 -5
tests/test_hub/test_import_build.py
file modified
+1 -5
tests/test_hub/test_import_image_internal.py
file modified
+1 -5
tests/test_hub/test_insert_processor.py
file modified
+1 -5
tests/test_hub/test_list_archive_files.py
file modified
+1 -5
tests/test_hub/test_list_archives.py
file modified
+0 -1
tests/test_hub/test_list_btypes.py
file modified
+1 -5
tests/test_hub/test_list_channels.py
file modified
+1 -5
tests/test_hub/test_list_hosts.py
file modified
+1 -5
tests/test_hub/test_list_task_output.py
file modified
+1 -5
tests/test_hub/test_listing.py
file modified
+1 -5
tests/test_hub/test_new_build.py
file modified
+1 -5
tests/test_hub/test_new_typed_build.py
file modified
+1 -5
tests/test_hub/test_notifications.py
file modified
+1 -5
tests/test_hub/test_perm_operations.py
file modified
+1 -5
tests/test_hub/test_pkglist.py
file modified
+1 -5
tests/test_hub/test_policy_tests.py
file modified
+1 -5
tests/test_hub/test_query_processor.py
file modified
+1 -5
tests/test_hub/test_recycle_build.py
file modified
+0 -1
tests/test_hub/test_remove_host_from_channel.py
file modified
+1 -5
tests/test_hub/test_repos.py
file modified
+1 -5
tests/test_hub/test_rpmdiff.py
file modified
+1 -5
tests/test_hub/test_savepoint.py
file modified
+1 -5
tests/test_hub/test_set_host_enabled.py
file modified
+1 -5
tests/test_hub/test_tag_operations.py
file modified
+1 -8
tests/test_hub/test_task_wait_results.py
file modified
+4 -8
tests/test_hub/test_update_processor.py
file modified
+1 -5
tests/test_hub/test_user_groups.py
file modified
+1 -5
tests/test_hub/test_write_maven_repo_metadata.py
file modified
+1 -5
tests/test_hub/utils.py
file modified
+2 -7
tests/test_www/loadwebindex.py
file modified
+0 -1
tests/test_www/test_taskinfo.py
file modified
+3 -8
tests/test_www/test_util.py
file modified
+1 -6
www/kojiweb/archiveinfo.chtml
file modified
+1 -1
www/kojiweb/fileinfo.chtml
file modified
+1 -1
www/kojiweb/index.py
file modified
+9 -16
www/kojiweb/rpminfo.chtml
file modified
+1 -1
www/kojiweb/search.chtml
file modified
+1 -1
www/kojiweb/taskinfo.chtml
file modified
+1 -1
www/kojiweb/wsgi_publisher.py
file modified
+3 -10
www/lib/kojiweb/util.py
file modified
+5 -13
    PR#2218: Drop py2 support for hub/web
    
    Merges #2218
    https://pagure.io/koji/pull-request/2218
    
    Fixes: #1942
    https://pagure.io/koji/issue/1942
    Drop py2 support for hub/web
    
        
file modified
+3 -2
file modified
+69 -77
file modified
+9 -21
file modified
+22 -86
file modified
+0 -2
file modified
+0 -2
file modified
+0 -2
file modified
+0 -2
file modified
+1 -5
file modified
+2 -7
file modified
+1 -6
file modified
+1 -1
file modified
+9 -16
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+3 -10
file modified
+5 -13