statblk 1.20__tar.gz → 1.21__tar.gz
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.
- {statblk-1.20 → statblk-1.21}/PKG-INFO +1 -1
- {statblk-1.20 → statblk-1.21}/statblk.egg-info/PKG-INFO +1 -1
- {statblk-1.20 → statblk-1.21}/statblk.py +3 -3
- {statblk-1.20 → statblk-1.21}/README.txt +0 -0
- {statblk-1.20 → statblk-1.21}/setup.cfg +0 -0
- {statblk-1.20 → statblk-1.21}/setup.py +0 -0
- {statblk-1.20 → statblk-1.21}/statblk.egg-info/SOURCES.txt +0 -0
- {statblk-1.20 → statblk-1.21}/statblk.egg-info/dependency_links.txt +0 -0
- {statblk-1.20 → statblk-1.21}/statblk.egg-info/entry_points.txt +0 -0
- {statblk-1.20 → statblk-1.21}/statblk.egg-info/requires.txt +0 -0
- {statblk-1.20 → statblk-1.21}/statblk.egg-info/top_level.txt +0 -0
@@ -13,8 +13,8 @@ import shutil
|
|
13
13
|
import subprocess
|
14
14
|
try:
|
15
15
|
import multiCMD
|
16
|
-
assert float(multiCMD.version)
|
17
|
-
except
|
16
|
+
assert float(multiCMD.version) >= 1.35
|
17
|
+
except:
|
18
18
|
import time,threading,io,sys,subprocess,select,string,re,itertools,signal
|
19
19
|
class multiCMD:
|
20
20
|
version='1.35_min_statblk'
|
@@ -276,7 +276,7 @@ except :
|
|
276
276
|
def cache_decorator(func):
|
277
277
|
return func
|
278
278
|
|
279
|
-
version = '1.
|
279
|
+
version = '1.21'
|
280
280
|
VERSION = version
|
281
281
|
__version__ = version
|
282
282
|
COMMIT_DATE = '2025-09-10'
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|