https://bugzilla.redhat.com/show_bug.cgi?id=1804307
Michel Alexandre Salim michel@michel-slm.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |michel@michel-slm.name Doc Type|--- |If docs needed, set a value Flags| |fedora-review? | |needinfo?(erich@ericheickme | |yer.com)
--- Comment #1 from Michel Alexandre Salim michel@michel-slm.name --- I can sponsor.
So far most things look fine, but the source package naming does not match the guidelines: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/
(the rationale is that the Python major version might change -- or your package might get branched for EPEL where we might build against multiple Python major/minor version combination -- so the Python version should not be hardcoded in the source package name).
Could you rename to python-jack-client (without 3)?
If you start with `rpmdev-newspec -t python python-jack-client` you'll get a boilerplate Python template with the right stubs in place to handle the source and binary name mismatch, and just need to move over your existing code.