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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: statblk
3
- Version: 1.20
3
+ Version: 1.21
4
4
  Summary: Gather essential disk and partition info for block devices and print it in a nice table
5
5
  Home-page: https://github.com/yufei-pan/statblk
6
6
  Author: Yufei Pan
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: statblk
3
- Version: 1.20
3
+ Version: 1.21
4
4
  Summary: Gather essential disk and partition info for block devices and print it in a nice table
5
5
  Home-page: https://github.com/yufei-pan/statblk
6
6
  Author: Yufei Pan
@@ -13,8 +13,8 @@ import shutil
13
13
  import subprocess
14
14
  try:
15
15
  import multiCMD
16
- assert float(multiCMD.version) > 1.35
17
- except ImportError:
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.20'
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