~gotmax23

https://gtmx.me

#Maxwell G (He/They)

@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.

~gotmax23/fedrq

Last active 5 months ago

~gotmax23/public-inbox

Last active 10 months ago

~gotmax23/gtmx.me

Last active 10 months ago

~gotmax23/zstarfile

Last active 1 year, 13 days ago

~gotmax23/sourcehutx

Last active 1 year, 1 month ago

~gotmax23/rpmlint-pre-commit-hook

Last active 1 year, 1 month ago

~gotmax23/forge-srpm-macros

Last active 1 year, 5 months ago

~gotmax23/tomcli

Last active 1 year, 7 months ago

~gotmax23/libdnf5-shim

Last active 1 year, 10 months ago

~gotmax23/mappie

Last active 1 year, 10 months ago
View more

Recent activity

Re: [tomcli/patches] build success 23 days ago

From Maxwell G to ~gotmax23/tomcli

Applied.

[PATCH tomcli] cli _util: make fatal() more efficient 23 days ago

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]

Re: Help Translating CLI Command to API Call a month ago

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,
> 

Re: [PATCH sourcehutx] feat: support for fetching todo ticket comments 2 months ago

From Maxwell G to ~gotmax23/sourcehutx

Thanks for the patch! I need to take a closer look at this when I have 
more time.

Re: [PATCH fedrq] Adjust releases.toml for changes in EPEL 10+ branching model 5 months ago

From Maxwell G to ~gotmax23/fedrq

Applied to main. Thanks for the patch!

[PATCH] images: branch Fedora 41 and point rawhide to 42 7 months ago

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]

[PATCH fedrq] backends: adjust type-checking for Reldep lists 8 months ago

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]

[PATCH 3/3] images/fedora: update latest to fedora/40 8 months ago

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 @@
39
\ No newline at end of file
[message trimmed]