Upstream, this software supports Python 3. Please provide a Python 3 package for Fedora. According to the Python packaging guidelines [0], software must be packaged for Python 3 if upstream supports it. The guidelines give detailed information on how to do this, and even provide an example spec file [1]. The current best practice is to provide subpackages for the two Python versions (called "Common SRPM" in the guidelines). Alternatively, if nothing depends on your Python2 package, you can just switch to Python 3 entirely. It's ok to do this in Rawhide only, however, it would be greatly appreciated if you could push it to Fedora 24 as well. If anything is unclear, or if you need any kind of assistance with the porting, you can ask on IRC (#fedora-python on Freenode), or reply here. We'll be happy to help! [0] https://fedoraproject.org/wiki/Packaging:Python [1] https://fedoraproject.org/wiki/Packaging:Python#Example_common_spec_file
Unfortunately, Fabric does not support Python 3, it's still planed for Fabric2 which is not released yet (not even alpha) Dependencies of Fabric2 are already packaged. https://github.com/fabric/fabric/issues/1378 http://www.fabfile.org/roadmap.html#invoke-fabric-2-x-and-patchwork
I apologize for the mistake and thank you for your time!
@torsava I have submitted bug 1370016 to port fabric to Python 3
Thank you, Craig!