Bug 2283093
| Summary: | codespell-2.3.0 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | codespell | Assignee: | Mikel Olasagasti Uranga <mikel> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | barsnick, debarshir, mikel |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | codespell-2.3.0-1.fc42 codespell-2.3.0-1.fc41 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-08-26 22:10:45 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: | |||
| Bug Depends On: | 2283312 | ||
| Bug Blocks: | |||
|
Description
Upstream Release Monitoring
2024-05-24 07:45:13 UTC
Apparently, codespell 2.3.0 now requires python3dist(setuptools-scm[toml]). Interestingly, adding BuildRequires: python3dist(setuptools-scm[toml]) does not help, even though there is a package which provides (rpm -q --provides) exactly this string. So you need to add BuildRequires: python3-setuptools_scm+toml or find the correct syntax. ;-) Furthermore, the pytests now fail: ERROR collecting codespell_lib/tests/test_dictionary.py 'dependency' not found in `markers` configuration option I have no solution for this. For the pytest issue a new package is required: https://bugzilla.redhat.com/show_bug.cgi?id=2283312 FEDORA-2024-c70d8647e3 (codespell-2.3.0-1.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2024-c70d8647e3 FEDORA-2024-9e54261812 (codespell-2.3.0-1.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-9e54261812 FEDORA-2024-c70d8647e3 (codespell-2.3.0-1.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-9e54261812 (codespell-2.3.0-1.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. |