-
Notifications
You must be signed in to change notification settings - Fork 72
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
Regression in UnixCCompiler.find_library_file #164
Comments
jaraco
referenced
this issue
in pypa/setuptools
Aug 3, 2022
jaraco
added a commit
that referenced
this issue
Aug 3, 2022
2 tasks
This was referenced Aug 4, 2022
clrpackages
pushed a commit
to clearlinux-pkgs/pypi-setuptools
that referenced
this issue
Aug 9, 2022
…version 63.4.1 Jason R. Coombs (26): Revert "Limit the scope of deprecation of the upload_docs command." Run pyupgrade --py37-plus In DummyCommand, simplify setting of kwargs. Implement TempdirManager setup and teardown as a pytest fixture. Implement LoggingSilencer setup and teardown as a pytest fixture. Required building a fixture combiner. Ran unittest2pytest ⚫ Fade to black. 👹 Feed the hobgoblins (delint). Convert many tests to pytest native Remove compatibility shims for Setuptools. Replace save/restore of argv and cwd as pytest fixtures. Move setup/teardown from BuildExtTestCase into a fixture. Add tests capturing failure. Ref pypa/distutils#164. Use itertools.product to compute the product of two generators. Fixes pypa/distutils#164. Extract 'roots' variable. Add test compatibility on Windows. spell out read the docs Update changelog 👹 Feed the hobgoblins (delint). Update changelog Bump version: 63.3.0 → 63.4.0 Clean up cruft in changelog. Revert "Remove compatibility shims for Setuptools." Mark use of format_commands.append as deprecated. Ref anxuae/setuptools-cythonize#8. Update changelog. Bump version: 63.4.0 → 63.4.1 Manuel Kaufmann (3): Docs: enable tooltips on documentation Docs: create nice 404 pages Docs: pin sphinx-hoverxref as minor than v2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 25dcca2, a regression was introduced when the
lib_names
would be consumed, causing anything but the first dir of dirs to be ignored (reported here).The text was updated successfully, but these errors were encountered: