Michael Šimáček

Results 100 comments of Michael Šimáček

`fedmsg-0.19.1-1.fc26.noarch`

That seems old, I though infra repos always backported the current version

We have upgraded our production to Fedora 27, Python 3 and `fedmsg-1.1.0-1.fc27.noarch`. The problem still occurs.

Mock exlicitly disables logging when using `--shell`/`--chroot` in order to maintain backwards compatibility with existing tools, such as fedora-review, which expect this behavior and would break if it changed (yes,...

What do you mean by handle? What do you suggest to do to check whether given credentials are valid? Maybe I'm just missing something. I didn't say it has to...

The problem is not that it's four lines. The problem is that the second line is unreadable - it looks like an expression with no effect that relies on implementation...

That would be actually even better. It's more flexible and more intuitive for new users of the library - people generally don't expect properties to have visible side-effects. So unless...

> Can you confirm that you're successfully acquiring expired credentials, and then checking the lifetime throws an exception? ``` export KRB5CCNAME=FILE:/tmp/ccache kinit -l 1 sleep 1 # let it expire...

The use case is when python-gssapi is only used to acquire/query the credentials, but they are then used by something else - another library or another application that uses the...

There has been some interest in using the library with GraalPy and it works there, but needs to be built from git because the wheels for CPython don't work on...