From 7fe80a1e9ce40b58ee8f36b079d490945802c757 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Sep 20 2021 10:30:58 +0000 Subject: hub: deprecate taskReport Fixes: https://pagure.io/koji/issue/3031 --- diff --git a/hub/kojihub.py b/hub/kojihub.py index 6ba3754..f2f26e4 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -12691,6 +12691,7 @@ class RootExports(object): def taskReport(self, owner=None): """Return data on active or recent tasks""" + logger.warning("taskReport call is deprecated and will be removed in 1.29") fields = ( ('task.id', 'id'), ('task.state', 'state'),