Bug 2378881
| Summary: | python-mercantile fails to build with click 8.2.1 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Charalampos Stratakis <cstratak> |
| Component: | python-click | Assignee: | Charalampos Stratakis <cstratak> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | cstratak, igor.raits, infra-sig, ksurma, python-packagers-sig, quantum.analyst |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-click-8.1.7-10.fc43 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-09-18 00:16:40 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: | 2339432, 2384424, 2365473, 2373702 | ||
|
Description
Charalampos Stratakis
2025-07-08 21:12:20 UTC
Hello. This is a bulk comment. This package still needs to be rebuilt and/or shipped with Python 3.14.0rc2+ bytecode in Fedora 43. The Beta Freeze of Fedora 43 is scheduled to start today. Please prioritize this bugzilla accordingly. Thanks. This is blocked by click same as rasterio. All failures are of the form:
___________________________ test_cli_shapes_failure ____________________________
def test_cli_shapes_failure():
runner = CliRunner()
result = runner.invoke(cli, ["shapes"], "0")
> assert result.exit_code == 2
E assert 1 == 2
E + where 1 = <Result SystemExit(1)>.exit_code
tests/test_cli.py:14: AssertionError
FEDORA-2025-f34d0f958e (python-click-8.1.7-10.fc44, python-pyinfra-3.4.1-3.fc44, and 2 more) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2025-f34d0f958e FEDORA-2025-f34d0f958e (python-click-8.1.7-10.fc44, python-pyinfra-3.4.1-3.fc44, and 2 more) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-2a54399b96 (python-click-8.1.7-10.fc43, python-click-repl-0.2.0-16.fc43, and 4 more) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-2a54399b96 FEDORA-2025-2a54399b96 has been pushed to the Fedora 43 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-2a54399b96` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-2a54399b96 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-2a54399b96 has been pushed to the Fedora 43 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-2a54399b96` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-2a54399b96 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-2a54399b96 (python-click-8.1.7-10.fc43, python-click-repl-0.2.0-16.fc43, and 8 more) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report. |