tkopecek / koji

Forked from koji 7 years ago
Clone

0ab92c5 PR#2490: Drop py 2.6 support (RHEL6)

Merged and Committed by tkopecek 3 years ago
134 files changed. 219 lines added. 880 lines removed.
builder/Makefile
file modified
+1 -11
builder/kojid
file modified
+35 -206
devtools/fakehub
file modified
+4 -4
devtools/fakeweb
file modified
+2 -2
docs/source/server_howto.rst
file modified
+3 -3
koji.spec
file modified
+9 -85
koji/__init__.py
file modified
+0 -4
setup.py
file modified
+2 -11
test-requirements.txt
file modified
+1 -3
tests/test_builder/test_build_notification.py
file modified
+1 -6
tests/test_builder/test_choose_taskarch.py
file modified
+1 -4
tests/test_builder/test_delay_times.py
file modified
+1 -4
tests/test_builder/test_taskparams.py
file modified
+1 -4
tests/test_builder/test_volume_id.py
file modified
+1 -4
tests/test_cli/test_activate_session.py
file modified
+1 -4
tests/test_cli/test_add_group.py
file modified
+1 -4
tests/test_cli/test_add_group_pkg.py
file modified
+1 -4
tests/test_cli/test_add_group_req.py
file modified
+1 -4
tests/test_cli/test_add_host_to_channel.py
file modified
+1 -4
tests/test_cli/test_add_notification.py
file modified
+1 -4
tests/test_cli/test_add_pkg.py
file modified
+1 -4
tests/test_cli/test_add_tag.py
file modified
+1 -4
tests/test_cli/test_add_user.py
file modified
+1 -4
tests/test_cli/test_add_volume.py
file modified
+1 -4
tests/test_cli/test_assign_task.py
file modified
+1 -6
tests/test_cli/test_block_group_pkg.py
file modified
+1 -4
tests/test_cli/test_block_group_req.py
file modified
+1 -4
tests/test_cli/test_call.py
file modified
+1 -4
tests/test_cli/test_chain_build.py
file modified
+1 -4
tests/test_cli/test_clone_tag.py
file modified
+1 -4
tests/test_cli/test_disable_host.py
file modified
+1 -4
tests/test_cli/test_disable_user.py
file modified
+1 -4
tests/test_cli/test_dist_repo.py
file modified
+1 -4
tests/test_cli/test_download_file.py
file modified
+1 -4
tests/test_cli/test_edit_external_repo.py
file modified
+1 -4
tests/test_cli/test_edit_host.py
file modified
+1 -4
tests/test_cli/test_edit_notification.py
file modified
+1 -4
tests/test_cli/test_edit_user.py
file modified
+1 -4
tests/test_cli/test_enable_host.py
file modified
+1 -4
tests/test_cli/test_enable_user.py
file modified
+1 -4
tests/test_cli/test_grant_cg_access.py
file modified
+1 -4
tests/test_cli/test_grant_permission.py
file modified
+1 -4
tests/test_cli/test_hello.py
file modified
+1 -4
tests/test_cli/test_image_build.py
file modified
+1 -4
tests/test_cli/test_image_build_indirection.py
file modified
+1 -4
tests/test_cli/test_import.py
file modified
+1 -4
tests/test_cli/test_import_cg.py
file modified
+1 -4
tests/test_cli/test_import_comps.py
file modified
+1 -4
tests/test_cli/test_import_sig.py
file modified
+1 -4
tests/test_cli/test_list_api.py
file modified
+1 -4
tests/test_cli/test_list_channels.py
file modified
+1 -4
tests/test_cli/test_list_commands.py
file modified
+1 -4
tests/test_cli/test_list_groups.py
file modified
+1 -4
tests/test_cli/test_list_notifications.py
file modified
+1 -4
tests/test_cli/test_list_permissions.py
file modified
+1 -4
tests/test_cli/test_list_tasks.py
file modified
+1 -4
tests/test_cli/test_list_volumes.py
file modified
+1 -4
tests/test_cli/test_load_plugins.py
file modified
+1 -4
tests/test_cli/test_maven_build.py
file modified
+1 -4
tests/test_cli/test_maven_chain.py
file modified
+1 -4
tests/test_cli/test_mock_config.py
file modified
+1 -4
tests/test_cli/test_move_build.py
file modified
+1 -4
tests/test_cli/test_regen_repo.py
file modified
+1 -4
tests/test_cli/test_remove_channel.py
file modified
+1 -4
tests/test_cli/test_remove_host_from_channel.py
file modified
+1 -4
tests/test_cli/test_remove_notification.py
file modified
+1 -4
tests/test_cli/test_remove_pkg.py
file modified
+1 -4
tests/test_cli/test_rename_channel.py
file modified
+1 -4
tests/test_cli/test_restart_host.py
file modified
+1 -4
tests/test_cli/test_resubmit.py
file modified
+1 -4
tests/test_cli/test_revoke_cg_access.py
file modified
+1 -4
tests/test_cli/test_revoke_permission.py
file modified
+1 -4
tests/test_cli/test_running_in_bg.py
file modified
+1 -4
tests/test_cli/test_search.py
file modified
+1 -4
tests/test_cli/test_set_build_volume.py
file modified
+1 -4
tests/test_cli/test_set_pkg_arches.py
file modified
+1 -4
tests/test_cli/test_set_pkg_owner.py
file modified
+1 -4
tests/test_cli/test_set_task_priority.py
file modified
+1 -4
tests/test_cli/test_spin_commands.py
file modified
+1 -4
tests/test_cli/test_tag_build.py
file modified
+1 -4
tests/test_cli/test_taskinfo.py
file modified
+1 -4
tests/test_cli/test_unblock_group_pkg.py
file modified
+1 -4
tests/test_cli/test_unblock_group_req.py
file modified
+1 -4
tests/test_cli/test_unblock_pkg.py
file modified
+1 -4
tests/test_cli/test_unique_path.py
file modified
+1 -4
tests/test_cli/test_upload_progress_callback.py
file modified
+1 -4
tests/test_cli/test_wait_repo.py
file modified
+1 -4
tests/test_cli/test_watch_tasks.py
file modified
+1 -4
tests/test_cli/test_wrapper_rpm.py
file modified
+1 -4
tests/test_cli/test_write_signed_rpm.py
file modified
+1 -4
tests/test_cli/utils.py
file modified
+1 -4
tests/test_docs_version.py
file modified
+1 -4
tests/test_hub/test_models/test_host.py
file modified
+1 -4
tests/test_kojira/test_repo_manager.py
file modified
+1 -4
tests/test_lib/test_argspec.py
file modified
+1 -4
tests/test_lib/test_auth.py
file modified
+1 -4
tests/test_lib/test_base64.py
file modified
+1 -4
tests/test_lib/test_check_sigmd5.py
file modified
+1 -4
tests/test_lib/test_client_session.py
file modified
+1 -4
tests/test_lib/test_context.py
file modified
+1 -4
tests/test_lib/test_decode_bytes.py
file modified
+1 -4
tests/test_lib/test_encode_datetime.py
file modified
+1 -4
tests/test_lib/test_file_ops.py
file modified
+1 -4
tests/test_lib/test_fixEncoding.py
file modified
+1 -4
tests/test_lib/test_format_time.py
file modified
+1 -4
tests/test_lib/test_gen_mock_config.py
file modified
+1 -4
tests/test_lib/test_grab_session_options.py
file modified
+1 -4
tests/test_lib/test_gssapi.py
file modified
+1 -4
tests/test_lib/test_multicall_session.py
file modified
+1 -4
tests/test_lib/test_parse_arches.py
file modified
+1 -4
tests/test_lib/test_parsers.py
file modified
+1 -4
tests/test_lib/test_plugin.py
file modified
+1 -4
tests/test_lib/test_policy.py
file modified
+1 -4
tests/test_lib/test_profiles.py
file modified
+1 -4
tests/test_lib/test_restart_tasks.py
file modified
+1 -4
tests/test_lib/test_tasks.py
file modified
+1 -4
tests/test_lib/test_utils.py
file modified
+1 -4
tests/test_lib/test_xmlrpcplus.py
file modified
+1 -4
tests/test_plugins/test_protonmsg.py
file modified
+1 -4
tests/test_plugins/test_runroot_builder.py
file modified
+1 -4
tests/test_plugins/test_runroot_cli.py
file modified
+1 -4
tests/test_plugins/test_runroot_hub.py
file modified
+1 -4
tests/test_plugins/test_save_failed_tree_builder.py
file modified
+1 -4
tests/test_plugins/test_save_failed_tree_cli.py
file modified
+1 -4
tests/test_scm.py
file modified
+1 -4
util/Makefile
file modified
+1 -8
util/koji-gc
file modified
+9 -13
util/koji-shadow
file modified
+6 -9
util/koji-sidetag-cleanup
file modified
+1 -1
util/koji-sweep-db
file modified
+3 -4
util/kojira
file modified
+3 -6
vm/Makefile
file modified
+1 -11
vm/kojikamid.py
file modified
+6 -11
vm/kojivmd
file modified
+16 -20
    PR#2490: Drop py 2.6 support (RHEL6)
    
    Merges #2490
    https://pagure.io/koji/pull-request/2490
    
    Fixes: #2155
    https://pagure.io/koji/issue/2155
    Drop py 2.6 support (RHEL6)
    
        
file modified
+1 -11
file modified
+35 -206
file modified
+4 -4
file modified
+2 -2
file modified
+3 -3
file modified
+9 -85
file modified
+0 -4
file modified
+2 -11
file modified
+1 -3
file modified
+1 -4
file modified
+1 -4
file modified
+1 -4
file modified
+1 -4
file modified
+1 -4
file modified
+1 -4
file modified
+1 -4
file modified
+1 -4
file modified
+1 -8
file modified
+9 -13
file modified
+6 -9
file modified
+1 -1
file modified
+3 -4
file modified
+3 -6
file modified
+1 -11
file modified
+6 -11
file modified
+16 -20