in koji-1.24.0 it was remove the initialization of ca of koji/__init__.py [1] as in RPMfusion will use authtype = ssl we hit the error [2]
[1]
https://pagure.io/koji/c/0f56d394878425c9d5ce913898d3d7ffdcc88645?branch=master
[2]
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/pyrpkg/__init__.py", line 279, in login_koji_session
koji_config['ca'],
KeyError: 'ca'
in koji-1.24.0 it was remove the initialization of ca of koji/__init__.py [1] as in RPMfusion will use authtype = ssl we hit the error [2]
[1]
https://pagure.io/koji/c/0f56d394878425c9d5ce913898d3d7ffdcc88645?branch=master
[2]
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/pyrpkg/__init__.py", line 279, in login_koji_session
koji_config['ca'],
KeyError: 'ca'
Signed-off-by: Sérgio M. Basto sergio@serjux.com