From 241840bbda912ba041a47698bbde0b930ddf5c10 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Jan 07 2022 11:37:02 +0000 Subject: hub: default with_blocked=True in listPackages Commit 355c713044a7fd81aa867281b65b20cf3804bd8d introduced a regression in the listPackages RPC, where it no longer returns blocked packages by default. To restore backwards compatibility, set the with_blocked argument to True by default. --- diff --git a/hub/kojihub.py b/hub/kojihub.py index 2e69bca..dedb8a2 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -12305,7 +12305,7 @@ class RootExports(object): def listPackages(self, tagID=None, userID=None, pkgID=None, prefix=None, inherited=False, with_dups=False, event=None, queryOpts=None, with_owners=True, - with_blocked=False): + with_blocked=True): """ Returns a list of packages in Koji.