Michael Šimáček
Michael Šimáček
In koschei we have a simple `tail_messages` loop. Recently it started dying (approximately every hour) with: ``` IOError: [Errno 24] Too many open files: '/etc/pki/fedmsg/ca.crt' ``` Looking at `/proc/PID/fd` when...
When determinig whether given credentials are valid, I currently need to inquire them and catch an exception. Like this: ``` try: cred.lifetime # valid except ExpiredCredentialsError: # invalid ``` It...
Hello, I'm trying to package Multiverse for Fedora, which has strict licensing requirements. There are multiple licenses files present in the package - LICENSE and multiverse-site/license.html (ASL 2.0) and multiverse-site/site/license.html...
The primary purpose of time priority is to ensure that packages which don't have enough dependency changes are eventually rebuilt after reasonable time. The current formula doesn't really accomplish that...
So that people can do stuff they could do with pkgdb-cli
I'm getting `Automated koschei copr build of None for srpm-builds finished with 'success'` messages, that have a body comprised of the actual json of the fedmsg. The body should be...
## Description Hi, I'm a GraalPy developer and I'd like to add support for [GraalPy](https://github.com/oracle/graalpython) to pybind11. We've been using pybind11 with GraalPy for quite a while, but we relied...
Hi PyO3 maintainers. We're in progress of updating GraalPy to support Python 3.12 and we've run into the version check that hardcodes the maximum supported Python version on GraalPy to...
The cpp extension is already disabled on PyPy. Disable it also on GraalPy.