From 26074b160980f7faf41d2159d53befc102dbe732 Mon Sep 17 00:00:00 2001 From: Kyle Benesch <4b796c65+github@gmail.com> Date: Fri, 17 Sep 2021 18:33:45 -0700 Subject: [PATCH] Fix typos in Changelog, remove @loader_path warning from README. --- Changelog | 4 ++-- README.rst | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Changelog b/Changelog index dee2c579..979b6b5c 100644 --- a/Changelog +++ b/Changelog @@ -7,7 +7,7 @@ Delocate change log ################### -Matthew Brett (MB) wrote most of the code. Kyle Benesh (KB) did some heroic +Matthew Brett (MB) wrote most of the code. Kyle Benesch (KB) did some heroic refactoring of the dependency tracing and added type hinting. Isuru Fernando (IF) developed the Universal2 (arm64) support. Min Ragan-Kelley (MinRK) did a lot of work discussing OSX things with MB, and contributed fixes as well. @@ -47,7 +47,7 @@ Releases * Add required ad-hoc signing for libraries (IF). * Fix to escape regexp special characters to occur in library names (such as ``++`` in ``libc++`` (Grzegorz Bokota). - * Support for new ``otool`` output from arm architecture fat libararies (IF). + * Support for new ``otool`` output from arm architecture fat libraries (IF). * Various CI improvements, including refactoring for test wheel generation, replacing ``i386`` with ``arm64`` for dual architectures, and start of Github workflow tests (MB, KB). diff --git a/README.rst b/README.rst index 1bdfae28..0511510a 100644 --- a/README.rst +++ b/README.rst @@ -52,12 +52,6 @@ See those too with:: The output tells me that Scipy has picked up dynamic libraries from my Homebrew installation of ``gfortran`` (as well as the system libs). -.. warning:: - - Dependency paths starting with ``@loader_path/`` or ``@executable_path/`` - are ignored by Delocate. These files will be skipped by the - ``delocate-wheel`` command. - You can get a listing of the files depending on each of the libraries, using the ``--depending`` flag::