pystand 2.14__py3-none-any.whl → 2.15__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.
- {pystand-2.14.dist-info → pystand-2.15.dist-info}/METADATA +1 -1
- pystand-2.15.dist-info/RECORD +6 -0
- {pystand-2.14.dist-info → pystand-2.15.dist-info}/WHEEL +1 -1
- pystand.py +1 -1
- pystand-2.14.dist-info/RECORD +0 -6
- {pystand-2.14.dist-info → pystand-2.15.dist-info}/entry_points.txt +0 -0
- {pystand-2.14.dist-info → pystand-2.15.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,6 @@
|
|
1
|
+
pystand.py,sha256=YdgoQlLi4iHbZ90ecupVwu8TEJ6yzvFYytSs7IdHrYk,36817
|
2
|
+
pystand-2.15.dist-info/METADATA,sha256=ocaigth4pZqZRftG54e00VRKR5v9FAk7DId1oIeSGTw,24824
|
3
|
+
pystand-2.15.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
4
|
+
pystand-2.15.dist-info/entry_points.txt,sha256=DG4ps3I3nni1bubV1tXs6u8FARgkdbAYaEAzZD4RAo8,41
|
5
|
+
pystand-2.15.dist-info/top_level.txt,sha256=NoWUh19UQymAJLHTCdxMnVwV6Teftef5fzyF3OWLyNY,8
|
6
|
+
pystand-2.15.dist-info/RECORD,,
|
pystand.py
CHANGED
@@ -559,7 +559,7 @@ def strip_binaries(vdir: Path, distribution: str) -> bool:
|
|
559
559
|
# Only run the strip command on Linux hosts and for Linux distributions
|
560
560
|
was_stripped = False
|
561
561
|
if platform.system() == 'Linux' and '-linux-' in distribution:
|
562
|
-
for path in ('
|
562
|
+
for path in ('lib',):
|
563
563
|
base = vdir / path
|
564
564
|
if not base.is_dir():
|
565
565
|
continue
|
pystand-2.14.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
pystand.py,sha256=gku268WNQw2VqYrjZa7R37k15a4Hkz5tBJ2_E75lBWw,36823
|
2
|
-
pystand-2.14.dist-info/METADATA,sha256=U5ybEsQsHJ5yn7M1mGtQg50RbOr6sjAhvQ3cMqTN0OU,24824
|
3
|
-
pystand-2.14.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
4
|
-
pystand-2.14.dist-info/entry_points.txt,sha256=DG4ps3I3nni1bubV1tXs6u8FARgkdbAYaEAzZD4RAo8,41
|
5
|
-
pystand-2.14.dist-info/top_level.txt,sha256=NoWUh19UQymAJLHTCdxMnVwV6Teftef5fzyF3OWLyNY,8
|
6
|
-
pystand-2.14.dist-info/RECORD,,
|
File without changes
|
File without changes
|