Description of problem: The latest version of Rtree is 0.8.3 [1], which can be found on their GitHub releases page [2], but only 0.7.0 is packaged. The 0.8.x series also adds support for Python 3, which is not part of the current Fedora package. You can find an updated spec file here: https://gitlab.com/qulogic-rpms/geopy/tree/master/python-Rtree Version-Release number of selected component (if applicable): Rawhide: 0.7.0-11.fc27 Fedora 26: 0.7.0-10.fc26 Fedora 25: 0.7.0-9.fc25 Fedora 24: 0.7.0-8.fc24 Additional info: [1] https://github.com/Toblerity/rtree/releases/tag/0.8.3 [2] https://github.com/Toblerity/rtree/releases
FYI, I took those specs and made a pull request in SCM: https://src.fedoraproject.org/rpms/python-Rtree/pull-request/1
I'll be rebuiling rtree anyway as part of the python2 renaming ( https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3), and I'll build with your patch then. I didn't look at the PR, but the original changed the binary package name to camelcase erroneously, which I fixed locally.