From 04dac09988717a79561f41224c11d3c4eac7d14c Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 25 Mar 2025 08:02:58 +0800 Subject: [PATCH] Add changenotes for recent .pth fixes to templates. --- changes/2204.removal.rst | 1 + changes/381.bugfix.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/2204.removal.rst create mode 100644 changes/381.bugfix.rst diff --git a/changes/2204.removal.rst b/changes/2204.removal.rst new file mode 100644 index 000000000..d8f145174 --- /dev/null +++ b/changes/2204.removal.rst @@ -0,0 +1 @@ +The ``app_packages`` folder now occurs *after* the ``app`` folder in the package resolution path on Windows, Linux, macOS and iOS. This will result in subtle changes in behavior if you have packages defined in your ``sources`` that have the same name as packages installed from your ``requires``. diff --git a/changes/381.bugfix.rst b/changes/381.bugfix.rst new file mode 100644 index 000000000..59042d487 --- /dev/null +++ b/changes/381.bugfix.rst @@ -0,0 +1 @@ +``.pth`` files created by packages installed as dependencies are now correctly processed during application startup on macOS, Windows, Linux and iOS.