python-fsutil 0.16.0__py3-none-any.whl → 0.16.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fsutil/metadata.py +1 -1
- fsutil/operations.py +3 -1
- {python_fsutil-0.16.0.dist-info → python_fsutil-0.16.1.dist-info}/METADATA +1 -1
- {python_fsutil-0.16.0.dist-info → python_fsutil-0.16.1.dist-info}/RECORD +7 -7
- {python_fsutil-0.16.0.dist-info → python_fsutil-0.16.1.dist-info}/WHEEL +1 -1
- {python_fsutil-0.16.0.dist-info → python_fsutil-0.16.1.dist-info}/licenses/LICENSE.txt +0 -0
- {python_fsutil-0.16.0.dist-info → python_fsutil-0.16.1.dist-info}/top_level.txt +0 -0
fsutil/metadata.py
CHANGED
fsutil/operations.py
CHANGED
|
@@ -518,7 +518,9 @@ def _search_paths(path: PathIn, pattern: str) -> list[str]:
|
|
|
518
518
|
pathname = os.path.join(path, pattern)
|
|
519
519
|
paths = glob.glob(pathname, recursive=True)
|
|
520
520
|
# normalize paths to use OS-specific separators
|
|
521
|
-
paths = [
|
|
521
|
+
paths = [
|
|
522
|
+
os.path.relpath(os.path.normpath(path_result), path) for path_result in paths
|
|
523
|
+
]
|
|
522
524
|
return paths
|
|
523
525
|
|
|
524
526
|
|
|
@@ -6,14 +6,14 @@ fsutil/converters.py,sha256=7YoaIg-_XuYzXo0IhjEAZUWasaIbPA67aAL5z_T3IRg,1013
|
|
|
6
6
|
fsutil/deps.py,sha256=-7eswE7fgHCmILC6GSLbipbuXp_aB3UfmkNRRGaHfgA,336
|
|
7
7
|
fsutil/info.py,sha256=yVoWPtAc_WOj0WVpRIGkq0TTj8xB6W4l-mVUKaB7Bu8,5333
|
|
8
8
|
fsutil/io.py,sha256=1AYC83lhwgNUFiT0BB-I0sDvncXAPopOtlYxzL0lEE4,6327
|
|
9
|
-
fsutil/metadata.py,sha256=
|
|
10
|
-
fsutil/operations.py,sha256=
|
|
9
|
+
fsutil/metadata.py,sha256=EoL0z8zCATBEmBnt5PkNxVe_T2F613PqRjK0eHPOqvI,266
|
|
10
|
+
fsutil/operations.py,sha256=Itwgl-fONd6RWnlNKqHMvntDg4FKeP_cqrtmqInc8Fs,15392
|
|
11
11
|
fsutil/paths.py,sha256=oxeJQgDJlU7a3xu9tThAhQw4LjxHQDjfmYkAcH6B784,5816
|
|
12
12
|
fsutil/perms.py,sha256=Yw0R3w-Bx94bek2sY8FlJ0KI6LGFPpxEpQ3n2ULOmos,669
|
|
13
13
|
fsutil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
14
|
fsutil/types.py,sha256=scqjRct7dMNTmk_UgL1PMxRQktlnEMlSgvOy0MfqREg,111
|
|
15
|
-
python_fsutil-0.16.
|
|
16
|
-
python_fsutil-0.16.
|
|
17
|
-
python_fsutil-0.16.
|
|
18
|
-
python_fsutil-0.16.
|
|
19
|
-
python_fsutil-0.16.
|
|
15
|
+
python_fsutil-0.16.1.dist-info/licenses/LICENSE.txt,sha256=IcPfOD_lonKcLMnPRhiWdQUPW_LYW-5TTDljwi3UXQg,1078
|
|
16
|
+
python_fsutil-0.16.1.dist-info/METADATA,sha256=zdVFuadNBZwBBsR0s_9kjqv302fzZgaEbDixgpGQjfA,24763
|
|
17
|
+
python_fsutil-0.16.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
18
|
+
python_fsutil-0.16.1.dist-info/top_level.txt,sha256=KGTSjNLPWmxnZt8BFMZQrpnhkO7DsKrYWoXK-Sf3wBQ,7
|
|
19
|
+
python_fsutil-0.16.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|