Bug 2068396
Summary: | FailsToInstall: Requires jmespath lower than 1 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pavel Raiskup <praiskup> |
Component: | python-botocore | Assignee: | David Duncan <davdunc> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 36 | CC: | davdunc, eeclark, geraldo.simiao.kutz, gholms, gwync, kevin, lhw, lkundrak, me, mhroncok, motoskov |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-botocore-1.24.33-1.fc36 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-05-07 04:17:19 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: |
Description
Pavel Raiskup
2022-03-25 07:24:54 UTC
CC Miro, looks like a generated dependency? OK, I can see now that `1.0.0-1.fc36` is the current jmespath version, and also that `1~~` is probably a "valid" version string. It is a generated dependency, from /usr/lib/python3.10/site-packages/botocore-1.24.8.dist-info/METADATA Requires-Dist: jmespath (<1.0.0,>=0.7.1) 1~~ is a valid version string. It makes sure that 1~rc1 does not satisfy the dependency. Read it as "lower than 1 or even lower than a pre-release of 1" Se this update: https://bodhi.fedoraproject.org/updates/FEDORA-2022-3d9c975f57 It already got 1 negative karma. Bah! I checked this in rawhide and everything seemed fine... but I guess I didn't check f36 as well. ;( Sorry about that. I think easiest here would be a python-botocore update? Any updates on this? Issue still present 04-04-2022 on FC36 I'll get an update out today. *** Bug 2071905 has been marked as a duplicate of this bug. *** FEDORA-2022-f257d59c72 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-f257d59c72 *** Bug 2071805 has been marked as a duplicate of this bug. *** Does anyone know if this will get included in F36 since there is currently a freeze? Since this wasn't pushed: https://bodhi.fedoraproject.org/updates/FEDORA-2022-3d9c975f57 -- does it matter? FEDORA-2022-f257d59c72 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-f257d59c72` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-f257d59c72 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-f257d59c72 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-f257d59c72` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-f257d59c72 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-f257d59c72 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |