Description of problem: The version of python3-openstacksdk available in Fedora 35 has a bug that was fixed almost a year ago. It would be very convenient and highly appreciated to have a newer version available in Fedora 35 repos. Fedora 35 was released about 5 months ago but we can not update to it yet because we are affected by this bug. Thanks! Version-Release number of selected component (if applicable): 0.55.0-4.fc35 How reproducible: Steps to Reproduce: 1. sudo dnf list available python3-openstacksdk Actual results: python3-openstacksdk.noarch 0.55.0-4.fc35 Expected results: python3-openstacksdk.noarch 0.56.0-0.fc35 Additional info: https://review.opendev.org/c/openstack/openstacksdk/+/787838 https://docs.openstack.org/releasenotes/openstacksdk/xena.html https://releases.openstack.org/teams/openstacksdk.html#team-xena-openstacksdk
Note that the openstack clients included in FC35 are based on wallaby release. The patch you mentioned is included in stable/wallaby branch but not included in a release tag yet. Version 0.56.0 is a xena release, so if we bump to it, we'd need to bump all the openstack clients to xena and that's something we try to avoid (bumping openstack releases after a fedora release GA). The best solution for this would be to get a new version 0.55.1 release upstream in wallaby that we would build in fc35, I've requested it in: https://review.opendev.org/c/openstack/releases/+/835788
*** This bug has been marked as a duplicate of bug 2053250 ***