Re: Donate 1 minute of your time to test upgrades from F39 to F40

2024-02-21 Thread Kai A. Hiller
Error:  Problem: problem with installed package telegram-desktop-4.14.15-1.fc39.x86_64   - telegram-desktop-4.14.15-1.fc39.x86_64 from @System  does not belong to a distupgrade repository   - nothing provides qt6-qtbase(x86-64) = 6.6.1 needed by telegram-desktop-4.14.15-1.fc40.x86_64 from

Re: SoPlex and SCIP review swaps

2024-02-20 Thread Kai A. Hiller
I’ll take care of scip. I’d be glad if you could take a look at one or more of these (not urgent, though): golang-gopkg-macaroon2: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2250314 golang-github-matrix-org-util: https://bugzilla.redhat.com/show_bug.cgi?id=2250311

Re: F40 Change Proposal: Change Firefox Desktop File (System-Wide)

2024-01-21 Thread Kai A. Hiller
Shouldn’t the ID be `org.mozilla.Firefox`, i.e., with an upper-case spelling of Firefox? The D-Bus specification recommends (“It is conventional […]”) CamelCase spelling after the reverse DNS part of the interface name:

Re: Review of Matrix Go packages

2024-01-10 Thread Kai A. Hiller
I’m still looking for reviews of these packages. Initial responder sadly didn’t come back to me. Can I interest you in a review swap? On 2023-11-18 09:48, Kai A. Hiller wrote: Hello, I’m currently adding Go-based parts of the Matrix ecosystem to Fedora. For that I need reviews of quite

Review of Matrix Go packages

2023-11-18 Thread Kai A. Hiller
Hello, I’m currently adding Go-based parts of the Matrix ecosystem to Fedora. For that I need reviews of quite a few, but mostly small and auto-generated packages. Help is appreciated, please tell me what you need from me in return. List of package dependencies and bugzilla links:

Build does not finish

2023-09-15 Thread Kai A. Hiller
Hello, I started a build with `fedpkg build`, but after 43h and counting I don‘t think it will finish anymore. Is there a way to terminate the build? The build is https://koji.fedoraproject.org/koji/taskinfo?taskID=106154761 Kai ___ devel mailing

Access superseded Fedora RPMs

2023-09-08 Thread Kai A. Hiller
Hello, I’m trying to recreate – on the level of RPMs – a Fedora system as resolved by DNF at an earlier moment in time (think lockfile). Collecting a list of the installed RPMs and their versions for a given system is easily done via `dnf list installed`; though, afaict these RPMs in their

Review of Python packages needed

2023-05-10 Thread Kai A. Hiller
Hello, I need help getting the following two Python packages reviewed – they are dependencies of matrix-synapse: * python-immutabledict * python-hiredis Please let me know what

Unresponsive maintainer for python-prometheus_client

2023-03-30 Thread Kai A. Hiller
Hello, does anyone know how to contact *jkaluza*? I’m trying to get python-prometheus_client updated[1], but its maintainer jkaluza is unresponsive. Thus, I have opened the corresponding non-responsive maintainer issue[2]. I’d be okay with taking maintainership of the package if needed.

Update python-prometheus_client

2023-03-29 Thread Kai A. Hiller
Hello, I need a newer version of prometheus_client in Fedora, but its maintainer jkaluza is unresponsive. Can you please update it? Preferably for f37 and f38, too. I created a PR a while ago[1]. Thank you and kind regards Kai [1]

Unretire rust-blake2

2023-03-27 Thread Kai A. Hiller
Hello, the rust-blake2 package[1] was retired recently. I’d like to take ownership of it, because I need it to package new versions of matrix-synapse. Kai [1] https://src.fedoraproject.org/rpms/rust-blake2 ___ devel mailing list --

Review swap rust-pythonize

2023-03-17 Thread Kai A. Hiller
Hello, I'm looking for someone to do a package review of rust-pythonize[1]. I will do a review in return. Kai [1] ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an

Packaging a Python/Rust hybrid

2022-11-28 Thread Kai A. Hiller
Hello, I am in the process of figuring out packaging of a Python/Rust hybrid and have a few questions. Specifically, my work is on updating the matrix-synapse package[0]. Synapse is originally a Python package, but the developers started rewriting some critical parts in Rust and used Pyo3 as

No response to pull requests

2022-01-26 Thread Kai A. Hiller
Hello :) I opened two small PRs with spec file changes for dependencies of mine. Both maintainers of the projects are active, but I got no response for a while now. Concretely, I’d like those changes for the matrix-synapse package and the two PRs and maintainers are the following:

Best practice testing Python packages

2022-01-22 Thread Kai A. Hiller
Hello everyone, I’m having trouble deciding on what is the best way to perform tests in Python packages. Here are my thoughts and the solution I find most correct, but which is kind of verbose and ugly to read. I’d be happy about comments. TL;DR and code at the bottom. For a Python package

%pytest and pytest-django

2020-12-09 Thread Kai A. Hiller
Hi, I'm the maintainer of a python package that uses pytest and the pytest plugin pytest-django (python-authlib). Under %check I currently run `%{python3} -m pytest tests/core` to execute the tests. Now I wanted to do the right thing and change that line to the %pytest macro (`%pytest

Re: Preferred way to ask for package update

2020-10-11 Thread Kai A. Hiller
On 10/11/20 3:55 PM, Andy Mender wrote: On Sun, 11 Oct 2020 at 15:24, Kai A. Hiller <mailto:v02...@gmail.com>> wrote: Hello, what ways are there to let other maintainers know that I need them to update a package? What is the preferred way to do it? Some ways that c

Preferred way to ask for package update

2020-10-11 Thread Kai A. Hiller
Hello, what ways are there to let other maintainers know that I need them to update a package? What is the preferred way to do it? Some ways that came to my mind are: * PR with the required changes to their package * Blocking on the release monitoring bugzilla bug * Opening a new bug