Bug 2036290
Summary: | python3-dask provides "python3dist(dask) = 0" | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | python-dask | Assignee: | Elliott Sales de Andrade <quantum.analyst> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 35 | CC: | python-sig, quantum.analyst |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-dask-2022.1.0-3.fc34~bootstrap python-dask-2022.1.0-3.fc35~bootstrap | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-01-25 01:02:37 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2036256, 2036265 |
Description
Miro Hrončok
2021-12-31 01:37:37 UTC
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. |