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

New DeprecationWarning from wheel #185

Open
bnavigator opened this issue Sep 16, 2024 · 0 comments · May be fixed by #186
Open

New DeprecationWarning from wheel #185

bnavigator opened this issue Sep 16, 2024 · 0 comments · May be fixed by #186

Comments

@bnavigator
Copy link

With wheel 0.44 (and setuptools 72.1):

[   18s] ___________________ ERROR collecting tests/test_build_api.py ___________________
[   18s] tests/test_build_api.py:7: in <module>
[   18s]     from jupyter_packaging.build_api import build_sdist, build_wheel
[   18s] jupyter_packaging/__init__.py:6: in <module>
[   18s]     from .setupbase import *  # noqa
[   18s] jupyter_packaging/setupbase.py:48: in <module>
[   18s]     from wheel.bdist_wheel import bdist_wheel
[   18s] /usr/lib/python3.10/site-packages/wheel/bdist_wheel.py:5: in <module>
[   18s]     warn(
[   18s] E   DeprecationWarning: The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command, and will be removed in a future release. Please update to setuptools v70.1 or later which contains an integrated version of this command.
@bnavigator bnavigator linked a pull request Sep 16, 2024 that will close this issue
bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this issue Sep 17, 2024
…1473

https://build.opensuse.org/request/show/1201473
by user bnavigator + anag+factory
- Add jupyter-packaging-pr186-bdist_wheel.patch
  * gh#jupyter/jupyter-packaging#186
  * gh#jupyter/jupyter-packaging#185 (forwarded request 1201472 from bnavigator)
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 a pull request may close this issue.

1 participant