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

Regression in UnixCCompiler.find_library_file #164

Closed
jaraco opened this issue Aug 3, 2022 · 0 comments · Fixed by pypa/setuptools#3480
Closed

Regression in UnixCCompiler.find_library_file #164

jaraco opened this issue Aug 3, 2022 · 0 comments · Fixed by pypa/setuptools#3480

Comments

@jaraco
Copy link
Member

jaraco commented Aug 3, 2022

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).

jaraco added a commit that referenced this issue Aug 3, 2022
@jaraco jaraco closed this as completed in f700a6b Aug 3, 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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant