Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#76663 - [flake8] Incompatible version to python-pycodestyle

Attached to Project: Community Packages
Opened by Yauhen (actionless) - Thursday, 24 November 2022, 18:47 GMT
Last edited by Daniel M. Capella (polyzen) - Sunday, 27 November 2022, 00:30 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Daniel M. Capella (polyzen)
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:


Additional info:
* package version(s): 1:5.0.4-2
* config and/or log files etc.: reproducible with any
* link to upstream bug report, if any: nope

Steps to reproduce:
$ flake8
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/flake8/plugins/finder.py", line 296, in _load_plugin
obj = plugin.entry_point.load()
File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 171, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/usr/lib/python3.10/site-packages/flake8/plugins/pycodestyle.py", line 28, in <module>
from pycodestyle import python_3000_backticks as _python_3000_backticks
ImportError: cannot import name 'python_3000_backticks' from 'pycodestyle' (/usr/lib/python3.10/site-packages/pycodestyle.py)
This task depends upon

Closed by  Daniel M. Capella (polyzen)
Sunday, 27 November 2022, 00:30 GMT
Reason for closing:  Fixed
Additional comments about closing:  flake8 6.0.0 pushed to the repos

Loading...