python-boolean.py fails to build in Fedora 32: File not found: /builddir/build/BUILDROOT/python-boolean.py-3.7-1.fc32.x86_64/usr/share/doc/python3-boolean.py/CHANGELOG.rst I see this comment in spec: # TODO: Verify whether CHANGELOG.rst is in the tarball It is not. This blocks the Python 3.9 rebuild.
I already have an open PR for this: https://github.com/bastikr/boolean.py/pull/91 Beyond waiting on upstream to fix their MANIFEST.in, what would be a good course of action? I could change the specfile to download the github tarball instead, but that seems subobtimal to me.
Ah, forget that comment. Apparently I added CHANGELOG.rst to the specfile even though it doesn't exist. No idea why I did that. I'll fix that now.
Pushed an update to master. Might take a minute to build, but builds successfully locally. Closing this.
Thanks!