Description of problem: Latest upgrade of python3-dask provides "python3dist(dask) = 0" instead of the actual version. Version-Release number of selected component (if applicable): 2021.12.0-1.fc34~bootstrap 2021.12.0-1.fc35~bootstrap This affects Fedoras 34 and 35 but not 36. Steps to Reproduce: 1. repoquery --repo=updates --releasever=34 --provides python3-dask --latest=1 2. repoquery --repo=updates --releasever=35 --provides python3-dask --latest=1 Actual results: ... python3.10dist(dask) = 0 / python3.9dist(dask) = 0 python3dist(dask) = 0 Expected results: ... python3.10dist(dask) = 2021.12 / python3.9dist(dask) = 2021.12 python3dist(dask) = 2021.12
Well, I don't know about that, all versions are built from the same spec commit, and there are no release-specific sections. That version is all autogenerated by the Python macros, too.
It is generated from /usr/lib/python3.10/site-packages/dask-0+unknown.dist-info/METADATA It has: Name: dask Version: 0+unknown
The problem appears to be that I switched to the GitHub tarball. This was because the sdist was missing some files, which broke testing. I don't know how to override versioneer, so I grabbed _version.py from the sdist which seems to fix it.
FEDORA-2022-d2e40bde02 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-d2e40bde02
FEDORA-2022-235e3bac5e has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2022-235e3bac5e
FEDORA-2022-d2e40bde02 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-d2e40bde02` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-d2e40bde02 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-235e3bac5e has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-235e3bac5e` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-235e3bac5e See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-235e3bac5e has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2022-d2e40bde02 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.