From 9851b2321f2d9d8272679f8dcd81286477826ecf Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 23 Mar 2024 22:22:38 +0800 Subject: [PATCH] sysutils/py-scandir: Fix c37f4c4df1baaa3c57dbf461bfe97fa1b3644f86 - Add comment Document that it is a cumulative patch which includes 3 commits, not just the one for Python 3.11 fix. PR: 277102 Obtained from: https://github.com/benhoyt/scandir/commit/4b5354de65413b9c5c6672f5f30c532bfda4d40a https://github.com/benhoyt/scandir/commit/3396aa4155ffde8600a0e9ca50d5872569169b5d https://github.com/benhoyt/scandir/commit/7ee0915f68d05dd187bea94ca1869bbeb1ea1d70 --- sysutils/py-scandir/files/patch-_scandir.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sysutils/py-scandir/files/patch-_scandir.c b/sysutils/py-scandir/files/patch-_scandir.c index 19e8f98f33ced..88cbcb6e2210b 100644 --- a/sysutils/py-scandir/files/patch-_scandir.c +++ b/sysutils/py-scandir/files/patch-_scandir.c @@ -1,4 +1,8 @@ ---- _scandir.c.orig 2024-02-16 23:29:35 UTC +Obtained from: https://github.com/benhoyt/scandir/commit/4b5354de65413b9c5c6672f5f30c532bfda4d40a + https://github.com/benhoyt/scandir/commit/3396aa4155ffde8600a0e9ca50d5872569169b5d + https://github.com/benhoyt/scandir/commit/7ee0915f68d05dd187bea94ca1869bbeb1ea1d70 + +--- _scandir.c.orig 2018-08-02 16:17:16 UTC +++ _scandir.c @@ -94,7 +94,7 @@ comment):