Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg_resources is now in types-setuptools #10681

Merged
merged 1 commit into from Jun 21, 2021

Conversation

srittau
Copy link
Contributor

@srittau srittau commented Jun 21, 2021

@github-actions
Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

optuna (https://github.com/optuna/optuna.git)
- docs/source/conf.py:19: note: Hint: "python3 -m pip install types-pkg_resources"
+ docs/source/conf.py:19: note: Hint: "python3 -m pip install types-setuptools"

kopf (https://github.com/nolar/kopf.git)
- kopf/_cogs/helpers/versions.py:16: note: Hint: "python3 -m pip install types-pkg_resources"
+ kopf/_cogs/helpers/versions.py:16: note: Hint: "python3 -m pip install types-setuptools"

core (https://github.com/home-assistant/core.git)
- homeassistant/util/package.py:13: note: Hint: "python3 -m pip install types-pkg_resources"
+ homeassistant/util/package.py:13: note: Hint: "python3 -m pip install types-setuptools"

streamlit (https://github.com/streamlit/streamlit.git)
- lib/streamlit/__init__.py:55:1: note: Hint: "python3 -m pip install types-pkg_resources"
+ lib/streamlit/__init__.py:55:1: note: Hint: "python3 -m pip install types-setuptools"

werkzeug (https://github.com/pallets/werkzeug.git)
- src/werkzeug/testapp.py:163: note: Hint: "python3 -m pip install types-pkg_resources"
+ src/werkzeug/testapp.py:163: note: Hint: "python3 -m pip install types-setuptools"

xarray (https://github.com/pydata/xarray.git)
- xarray/__init__.py:1: note: Hint: "python3 -m pip install types-pkg_resources"
+ xarray/__init__.py:1: note: Hint: "python3 -m pip install types-setuptools"

scrapy (https://github.com/scrapy/scrapy.git)
- scrapy/cmdline.py:6: note: Hint: "python3 -m pip install types-pkg_resources"
+ scrapy/cmdline.py:6: note: Hint: "python3 -m pip install types-setuptools"

pandas (https://github.com/pandas-dev/pandas.git)
- pandas/plotting/_core.py:1746: note: Hint: "python3 -m pip install types-pkg_resources"
+ pandas/plotting/_core.py:1746: note: Hint: "python3 -m pip install types-setuptools"

manticore (https://github.com/trailofbits/manticore.git)
- manticore/ethereum/verifier.py:9: note: Hint: "python3 -m pip install types-pkg_resources"
+ manticore/ethereum/verifier.py:9: note: Hint: "python3 -m pip install types-setuptools"

sphinx (https://github.com/sphinx-doc/sphinx.git)
- sphinx/registry.py:24:1: note: Hint: "python3 -m pip install types-pkg_resources"
+ sphinx/registry.py:24:1: note: Hint: "python3 -m pip install types-setuptools"

bidict (https://github.com/jab/bidict.git)
- bidict/metadata.py:18: note: Hint: "python3 -m pip install types-pkg_resources"
+ bidict/metadata.py:18: note: Hint: "python3 -m pip install types-setuptools"

isort (https://github.com/pycqa/isort.git)
- isort/settings.py:355: note: Hint: "python3 -m pip install types-pkg_resources"
+ isort/settings.py:355: note: Hint: "python3 -m pip install types-setuptools"

alerta (https://github.com/alerta/alerta.git)
- alerta/utils/plugin.py:6: note: Hint: "python3 -m pip install types-pkg_resources"
+ alerta/utils/plugin.py:6: note: Hint: "python3 -m pip install types-setuptools"

paroxython (https://github.com/laowantong/paroxython.git)
- paroxython/__init__.py:20: note: Hint: "python3 -m pip install types-pkg_resources"
+ paroxython/__init__.py:20: note: Hint: "python3 -m pip install types-setuptools"

pytest (https://github.com/pytest-dev/pytest.git)
- src/_pytest/monkeypatch.py:323: note: Hint: "python3 -m pip install types-pkg_resources"
+ src/_pytest/monkeypatch.py:323: note: Hint: "python3 -m pip install types-setuptools"

@srittau srittau mentioned this pull request Jun 21, 2021
Copy link
Collaborator

@JukkaL JukkaL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just merged the typeshed commit that this depends on. This can be merged once types-setuptools is available on PyPI.

@JukkaL
Copy link
Collaborator

JukkaL commented Jun 21, 2021

types-setuptools is now on PyPI: https://pypi.org/project/types-setuptools/

@JukkaL JukkaL merged commit ac2cace into python:master Jun 21, 2021
@srittau srittau deleted the types-setuptools branch June 21, 2021 16:35
JukkaL pushed a commit that referenced this pull request Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants