cas-toolbox 2025.35.2__tar.gz → 2025.35.3__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: cas-toolbox
3
- Version: 2025.35.2
3
+ Version: 2025.35.3
4
4
  Summary: Cluster Automation Scripts Toolbox
5
5
  Author-email: Yufei Pan <pan@zopyr.us>
6
6
  License: GPL-3.0-or-later
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cas-toolbox
3
- Version: 2025.35.2
3
+ Version: 2025.35.3
4
4
  Summary: Cluster Automation Scripts Toolbox
5
5
  Author-email: Yufei Pan <pan@zopyr.us>
6
6
  License: GPL-3.0-or-later
@@ -10,5 +10,6 @@ multiSSH3 = multiSSH3:main
10
10
  multicmd = multiCMD:main
11
11
  multissh = multiSSH3:main
12
12
  multissh3 = multiSSH3:main
13
+ statblk = statblk:main
13
14
  statbtrfs = statbtrfs:main
14
15
  tsvz = TSVZ:__main__
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cas-toolbox"
3
- version = "2025.35.2"
3
+ version = "2025.35.3"
4
4
  description = "Cluster Automation Scripts Toolbox"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.6"
@@ -38,6 +38,7 @@ iotest = "iotest:climain"
38
38
  statbtrfs = "statbtrfs:main"
39
39
  TSVZ = "TSVZ:__main__"
40
40
  tsvz = "TSVZ:__main__"
41
+ statblk = "statblk:main"
41
42
 
42
43
 
43
44
  [project.urls]