All-Feature 1.0.8__tar.gz → 1.0.9__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.
@@ -16,7 +16,7 @@ import sys
16
16
  from time import sleep
17
17
  #--------------------------------------------------------------------------------------
18
18
  #================================Var==================================================
19
- __version__ = "1.0.8"
19
+ __version__ = "1.0.9"
20
20
  #=====================================================================================
21
21
  def found_abs(rel_path):
22
22
  return os.path.normcase(os.path.normpath(os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), rel_path))))
@@ -31,7 +31,7 @@ def play(path):
31
31
  return "file_not_exist"
32
32
 
33
33
  def sysdetect():
34
- return [{platform.system()},{platform.release()}]
34
+ return [{platform.system()},{platform.release()},{platform.version()}]
35
35
 
36
36
  def ofw(file_path,software_path):
37
37
  abs_fp = found_abs(file_path)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: All_Feature
3
- Version: 1.0.8
3
+ Version: 1.0.9
4
4
  Summary: A Toolkit
5
5
  Author-email: shx <q19333189819@outlook.com>
6
6
  Maintainer-email: shx <q19333189819@outlook.com>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: All_Feature
3
- Version: 1.0.8
3
+ Version: 1.0.9
4
4
  Summary: A Toolkit
5
5
  Author-email: shx <q19333189819@outlook.com>
6
6
  Maintainer-email: shx <q19333189819@outlook.com>
@@ -16,7 +16,7 @@ import sys
16
16
  from time import sleep
17
17
  #--------------------------------------------------------------------------------------
18
18
  #================================Var==================================================
19
- __version__ = "1.0.8"
19
+ __version__ = "1.0.9"
20
20
  #=====================================================================================
21
21
  def found_abs(rel_path):
22
22
  return os.path.normcase(os.path.normpath(os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), rel_path))))
@@ -31,7 +31,7 @@ def play(path):
31
31
  return "file_not_exist"
32
32
 
33
33
  def sysdetect():
34
- return [{platform.system()},{platform.release()}]
34
+ return [{platform.system()},{platform.release()},{platform.version()}]
35
35
 
36
36
  def ofw(file_path,software_path):
37
37
  abs_fp = found_abs(file_path)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "All_Feature"
7
- version = "1.0.8"
7
+ version = "1.0.9"
8
8
  authors = [
9
9
  { name = "shx", email = "q19333189819@outlook.com" }
10
10
  ]
File without changes
File without changes