qemu builds are failing when calling sphinx, on i686 at least (didn't test other architectures yet). Was working a week ago. I'm guessing it is snowball since that was updated recently Traceback ========= File "/usr/lib/python3.13/site-packages/sphinx/search/en.py", line 215, in init self.stemmer = snowballstemmer.stemmer('porter') ^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'snowballstemmer' has no attribute 'stemmer' scratch-build log: https://kojipkgs.fedoraproject.org//work/tasks/6813/132646813/build.log python3-snowballstemmer-3.0.1-2.fc43 Reproducible: Always
Apologies, this was my fault. A quick fix is in https://src.fedoraproject.org/rpms/snowball/pull-request/4 Unfortunately, it turns out the tests in %check don't test what is installed, so they all passed :(