Description of problem: mypy complains that typeshed is broken: $ mypy xemc3 xemc3/__init__.py:1: error: Cannot find 'builtins' module. Typeshed appears broken! xemc3/__init__.py:42: error: No library stub file for standard library module 'importlib.metadata' xemc3/__init__.py:42: note: (Stub files are from https://github.com/python/typeshed) xemc3/__init__.py:47: error: Cannot find implementation or library stub for module named 'importlib_metadata' xemc3/__init__.py:47: note: See https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports xemc3/__init__.py:54: error: Cannot find implementation or library stub for module named 'setuptools_scm' Found 4 errors in 1 file (checked 13 source files) Version-Release number of selected component (if applicable): python-typeshed-0.1-0.20210217git.fc33.noarch Steps to Reproduce: git clone https://github.com/dschwoerer/xemc3 mypy xemc3 Additional info: downgrading to python-typeshed-0.1-0.20191010git.fc33 resolves the issue
Reverting typeshed upgrade, filed upstream issue. https://github.com/python/typeshed/issues/5071
FEDORA-2021-3048b821bb has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-3048b821bb
FEDORA-2021-c7f768573b has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-c7f768573b` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-c7f768573b See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-3048b821bb has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-3048b821bb` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-3048b821bb See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-551a1dcc1f has been pushed to the Fedora 32 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-551a1dcc1f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-551a1dcc1f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
The update does not resolve the issue, as it hast lower version than the update. I guess you need to bump epoch - as the updated mypy does not seem to be a suitable update for released branches.
The epoch has been bumped.
When doing "sudo dnf update", I got this: python-typeshed-0.1-0.20210217git.fc33 But that doesn't seem to work. https://bodhi.fedoraproject.org/updates/FEDORA-2021-3048b821bb has python-typeshed-0.1-0.20191011git2.fc33 but that is shown as "obsolete" in https://bodhi.fedoraproject.org/updates/?search=typeshed
Eek. I've unobsoleted it. Sorry about that.
FEDORA-2021-3048b821bb has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-551a1dcc1f has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-c7f768573b has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.