@gotmax:matrix.org | Fedora developer. Ansible Community Steering Committee member. Pythonista.
Most of my projects have their own mailing list for patches and discussion. Use https://lists.sr.ht/~gotmax23/public-inbox for those that don't.
From Maxwell G to ~gotmax23/fedrq
Applied.
From Maxwell G to ~gotmax23/tomcli
--- src/tomcli/cli/_util.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tomcli/cli/_util.py b/src/tomcli/cli/_util.py index 06c746d..ce5c226 100644 --- a/src/tomcli/cli/_util.py +++ b/src/tomcli/cli/_util.py @@ -15,6 +15,7 @@ from types import SimpleNamespace from typing import IO, TYPE_CHECKING, Any, AnyStr, NoReturn, TypeVar, cast import click from click.exceptions import Exit [message trimmed]
From Maxwell G to ~gotmax23/fedrq
On 3/18/25 6:28 PM, Tim Flink wrote: > I'm trying to find srpms based on a package name in CentOS Stream 10 and > while I can get the command line query to do what I want, I'm having > trouble getting a matching API call. > > For some reason, I'm only getting binary results from the API query > where the CLI gives me the srpm that I'm looking for. > > If anyone could point out what I'm not translating correctly, I would > appreciate it. I'm on Fedora 41 x86_64 with fedrq 1.5.0 installed from > the Fedora repos. > > Thanks, >
From Maxwell G to ~gotmax23/sourcehutx
Thanks for the patch! I need to take a closer look at this when I have more time.
From Maxwell G to ~gotmax23/fedrq
Applied to main. Thanks for the patch!
From Maxwell G to ~sircmpwn/sr.ht-dev
From: Maxwell G <gotmax23@fedoraproject.org> --- Link to new fedora/42 (AKA fedora/rawhide) image build: https://builds.sr.ht/~gotmax23/job/1305693 contrib/crontab | 3 ++- images/fedora/42/functions | 1 + images/fedora/42/genimg | 3 +++ images/fedora/rawhide | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) create mode 120000 images/fedora/42/functions create mode 100755 images/fedora/42/genimg [message trimmed]
From Maxwell G to ~gotmax23/fedrq
Applied!
From Maxwell G to ~gotmax23/fedrq
Reldep is currently not represented by an abstract class. The recommended way to use them is just to call `str()` on whatever the backend returns. At least, we can type it as `Any` and use `Collection` which is more specific than `Iterable`. --- src/fedrq/backends/base/__init__.py | 20 +++++++++---------- .../backends/libdnf5/backend/__init__.py | 20 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/fedrq/backends/base/__init__.py b/src/fedrq/backends/base/__init__.py index 42b9e87..31e7307 100644 --- a/src/fedrq/backends/base/__init__.py +++ b/src/fedrq/backends/base/__init__.py @@ -7,7 +7,7 @@ import abc [message trimmed]
From Maxwell G to ~sircmpwn/sr.ht-dev
From: Gary Kim <gary@garykim.dev> Fedora 40 has been released and is latest as of 2024-04-23. --- images/fedora/latest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/fedora/latest b/images/fedora/latest index 72f523f..86ee83a 120000 --- a/images/fedora/latest +++ b/images/fedora/latest @@ -1 +1 @@ \ No newline at end of file 39[message trimmed]