#543 Update pyrpkg/__init__.py
Merged by onosek. Opened by sergiomb.
sergiomb/rpkg master  into  master

Download 543.patch

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

rebased onto e182dc27b2a1312042d36dea2587c334f80ea29c

Hmm, it looks like something that needs quick patching, right?

It requires the unittests to be repaired:
https://jenkins-fedora-infra.apps.ci.centos.org/job/pyrpkg/475/Builders=F29/console
Should I take care of it?

yes, please

1 new commit added

  • ca cert was removed on koji-1.24.0

pretty please pagure-ci rebuild

Hmm, it looks like something that needs quick patching, right?

It requires the unittests to be repaired:
https://jenkins-fedora-infra.apps.ci.centos.org/job/pyrpkg/475/Builders=F29/console
Should I take care of it?

I how trigger jenkins for this new commit ?

Thank you

Good, resolved.
https://jenkins-fedora-infra.apps.ci.centos.org/job/pyrpkg/476/Builders=F29/console
Will you, please, squash your two commits into one?

Let's copy the koji code exactly and use None instead of an empty string.

Let's copy the koji code exactly and use None instead of an empty string.

ok

rebased onto 7d86e3c5f2764e5adeee27c361759173ca78d65c

https://jenkins-fedora-infra.apps.ci.centos.org/job/pyrpkg/477/Builders=F29/console
unittests passed.
There is another (minor) issue. Request can not be merged without signing-off the commit. git commit -s --amend should work.

rebased onto a7521f9ee9627c80282fa59fffd8a43d8af94fb3

Pull-Request has been merged by onosek

Hmm, it looks like something that needs quick patching, right?

yes, you just add this patch to rpkg rpm , I will do a PR

@sergiomb, I am going to do a patch today. I didn't have the energy to execute build in yesterday's night.

ok, my pull request is ready , I'm just want finish my local test

Thank you

Metadata