Help with Python 3.14 support

2025-08-10 Thread Orion Poplawski via python-devel
txaio is blocking some of my packages - here is the upstream report: https://github.com/crossbario/txaio/issues/193 if anyone has some spare cycles and knowledge of event loop / thread stuff in python and could help out, I would greatly appreciate it. -- Orion Poplawski he/him/his - surely t

Help for fail2ban

2025-08-08 Thread Orion Poplawski via python-devel
It would be helpful if someone with good knowledge of how to package and install a python application that requires configuration files in /etc and systemd services with modern tools could help out with the fail2ban conversion to pyproject macros. https://github.com/fail2ban/fail2ban/issues/39

Re: 95 packages use %pyproject_buildrequires with tox without a suitable tox configuration

2025-02-05 Thread Orion Poplawski via python-devel
On 2/5/25 02:47, Miro Hrončok via python-devel wrote: Hello Pythonistas. When we updated tox from version 3 to 4, it no longer fails when here is no suitable tox configuration found. This was a deliberate upstream choice. Unfortunately, it means that packages that use %pyproject_buildrequires

Re: Need help with pywt

2024-12-20 Thread Orion Poplawski via python-devel
On 12/19/24 09:25, Miro Hrončok wrote: On 19. 12. 24 16:30, Orion Poplawski via python-devel wrote: I'm trying to update pywt to 1.6 or 1.8 here: https://src.fedoraproject.org/rpms/python-pywt/pull-request/6 I'm running into an issue where it seems that I must install the built whe

Need help with pywt

2024-12-19 Thread Orion Poplawski via python-devel
I'm trying to update pywt to 1.6 or 1.8 here: https://src.fedoraproject.org/rpms/python-pywt/pull-request/6 I'm running into an issue where it seems that I must install the built wheel locally so that I can then build the docs, but I don't know how to do that. When I do that locally it works