Re: Help with Python package

2025-06-18 Thread W. Michael Petullo via python-devel
> You have passed `-t` to `pyproject_buildrequires`; it was always using > tox, now it's an error to try it if there's no configuration for it > available. That was it. Thank you! -- Mike :wq -- ___ python-devel mailing list -- python-devel@lists.fed

Help with Python package

2025-06-18 Thread W. Michael Petullo via python-devel
I maintain Fedora's academic-admin package, and I found that it will not compile on Rawhide. Building in mock/Fedora 42 works fine. On Rawhide, I get: $ mock -r fedora-rawhide-x86_64 --rebuild [...]/academic-admin-0.11.2-1.fc42.src.rpm [...] LookupError: tox configuration not found. To use tox, p

Replace python-crypto with python-pycryptodome in Fedora?

2025-01-06 Thread W. Michael Petullo via python-devel
Miro HronĨok suggested I send this to the python-devel mailing list after some earlier discussions elsewhere: The website for python-crypto states that the software is no longer maintained. The same website suggests the presence of security vulnerabilities and presents python-pycryptodome as a rep