Bug 2254335
Summary: | python3-pylint cannot be installed on rawhide | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> |
Component: | pylint | Assignee: | Gwyn Ciesla <gwync> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | gwync, mhroncok, orion, philip.wyett |
Target Milestone: | --- | Keywords: | Regression |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | python-isort-5.13.1-1.fc40, pylint-3.0.3-2.fc40 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-12-13 15:50:22 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jan Pazdziora (Red Hat)
2023-12-13 11:20:11 UTC
The --advisory thing does not work until the update is in the compose and on the mirrors. To fetch the updates before they reach the mirrors, download them from Koji. $ podman run --rm registry.fedoraproject.org/fedora:rawhide dnf install -y https://kojipkgs.fedoraproject.org//packages/pylint/3.0.3/2.fc40/noarch/python3-pylint-3.0.3-2.fc40.noarch.rpm ... Installed: python3-astroid-3.0.1-1.fc40.noarch python3-dill-0.3.7-1.fc39.noarch python3-isort-5.13.0-1.fc40.noarch python3-mccabe-0.7.0-4.fc39.noarch python3-platformdirs-3.11.0-1.fc40.noarch python3-pylint-3.0.3-2.fc40.noarch python3-setuptools-68.2.2-1.fc40.noarch python3-tomlkit-0.12.3-1.fc40.noarch Complete! --- $ podman run --rm registry.fedoraproject.org/fedora:rawhide dnf install -y python3-pylint https://kojipkgs.fedoraproject.org//packages/python-isort/5.13.1/1.fc40/noarch/python3-isort-5.13.1-1.fc40.noarch.rpm ... Installed: python3-astroid-3.0.1-1.fc40.noarch python3-dill-0.3.7-1.fc39.noarch python3-isort-5.13.1-1.fc40.noarch python3-mccabe-0.7.0-4.fc39.noarch python3-platformdirs-3.11.0-1.fc40.noarch python3-pylint-3.0.3-1.fc40.noarch python3-setuptools-68.2.2-1.fc40.noarch python3-tomlkit-0.12.3-1.fc40.noarch Complete! --- $ podman run --rm registry.fedoraproject.org/fedora:rawhide dnf install -y https://kojipkgs.fedoraproject.org//packages/pylint/3.0.3/2.fc40/noarch/python3-pylint-3.0.3-2.fc40.noarch.rpm https://kojipkgs.fedoraproject.org//packages/python-isort/5.13.1/1.fc40/noarch/python3-isort-5.13.1-1.fc40.noarch.rpm ... Installed: python3-astroid-3.0.1-1.fc40.noarch python3-dill-0.3.7-1.fc39.noarch python3-isort-5.13.1-1.fc40.noarch python3-mccabe-0.7.0-4.fc39.noarch python3-platformdirs-3.11.0-1.fc40.noarch python3-pylint-3.0.3-2.fc40.noarch python3-setuptools-68.2.2-1.fc40.noarch python3-tomlkit-0.12.3-1.fc40.noarch Complete! |