Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 2220424
Summary: | F39FailsToInstall: python3-pycodestyle | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | python-pycodestyle | Assignee: | Ali Erdinc Koroglu <aekoroglu> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | aekoroglu, awilliam, mhroncok, mtasaka, orion, python-packagers-sig |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-07-14 00:30:41 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: | |||
Bug Blocks: | 2168845, 2135404, 2219974, 2220004, 2220045, 2220072, 2220080, 2220101, 2220130, 2220132, 2220168, 2220175, 2220177, 2220185, 2220194, 2220205, 2220214, 2220224, 2220225, 2220226, 2220228, 2220229, 2220230, 2220235, 2220254, 2220267, 2220284, 2220296, 2220307, 2220314, 2220346, 2220357, 2220369, 2220386, 2220390, 2220404, 2220435, 2220456, 2220457, 2220464, 2220497, 2220523, 2220529, 2220543 |
Description
Fedora Fails To Install
2023-07-05 19:18:27 UTC
So this package now blocks many packages. Looking at upstream git log: https://github.com/PyCQA/pycodestyle/commits/main so upstream git tree now seems to handle python 3.12. python 3.12 support seems to consist of multiple commits, so I think for now it is best Fedora python-pycodestyle rebases the source code to the latest git tree of the upstream. Thoughts? I agree. However this mostly blocks trough flake8, so we should probably do the same with flake8 and test them together. Ali Erdinc Koroglu is looking into that. I bumped to 2.10.0, backported the fixes, and am building - https://koji.fedoraproject.org/koji/taskinfo?taskID=103334486 I don't see how this can make things any *worse*, now the Python 3.12 bump has happened. Even if this causes problems for flake8, things are no worse than they were before, since both pycodestyle and flake8 were uninstallable. Once the build is done I'll try building flake8 and see if there are any problems there (I'm working my way up the dep chain to nikola). |