sing-box-bin 1.12.10__py3-none-any.whl → 1.12.12__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.
- sing_box_bin/__init__.py +1 -1
- sing_box_bin/bin/sing-box-linux-amd64 +0 -0
- sing_box_bin/bin/sing-box-windows-amd64.exe +0 -0
- {sing_box_bin-1.12.10.dist-info → sing_box_bin-1.12.12.dist-info}/METADATA +5 -2
- sing_box_bin-1.12.12.dist-info/RECORD +9 -0
- sing_box_bin-1.12.10.dist-info/RECORD +0 -9
- {sing_box_bin-1.12.10.dist-info → sing_box_bin-1.12.12.dist-info}/WHEEL +0 -0
- {sing_box_bin-1.12.10.dist-info → sing_box_bin-1.12.12.dist-info}/entry_points.txt +0 -0
- {sing_box_bin-1.12.10.dist-info → sing_box_bin-1.12.12.dist-info}/licenses/LICENSE +0 -0
sing_box_bin/__init__.py
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sing-box-bin
|
|
3
|
-
Version: 1.12.
|
|
3
|
+
Version: 1.12.12
|
|
4
4
|
Summary: python template package
|
|
5
5
|
Project-URL: Homepage, https://github.com/aittcuszz/sing-box-bin
|
|
6
6
|
Project-URL: Issues, https://github.com/atticuszeller/sing-box-bin/issues
|
|
@@ -49,6 +49,9 @@ A Python wrapper for sing-box binary releases
|
|
|
49
49
|
|
|
50
50
|
```bash
|
|
51
51
|
.\scripts\build.sh "vx.y.z"
|
|
52
|
+
git add src/sing_box_bin/bin/
|
|
53
|
+
git commit -m "feat: update sing-box binary to version vx.y.z"
|
|
54
|
+
uv tool install bump-my-version
|
|
52
55
|
bump-my-version bump --new-version "x.y.z"
|
|
53
56
|
git push origin main --tags
|
|
54
57
|
```
|
|
@@ -65,5 +68,5 @@ uv add sing-box-bin
|
|
|
65
68
|
from sing_box_bin import get_bin_path
|
|
66
69
|
|
|
67
70
|
>>> get_bin_path()
|
|
68
|
-
>>>
|
|
71
|
+
>>> Path(./sing-box-bin/bin/sing-box-windows-amd64.exe)
|
|
69
72
|
```
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
sing_box_bin/__init__.py,sha256=JVr-SG7Oll3fFiy_Pl-svJvxCFhjtho1yHsjtonX--E,562
|
|
2
|
+
sing_box_bin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
sing_box_bin/bin/sing-box-linux-amd64,sha256=NnIu8VTJ8v6sc3mYed1v3OVT-ReDOCfqtCgKfhXQ1ZU,31482004
|
|
4
|
+
sing_box_bin/bin/sing-box-windows-amd64.exe,sha256=UiAf9k1FXCfRlhUwQnN2-hmkCfyfMoSSWb4YwAXZZM4,26274304
|
|
5
|
+
sing_box_bin-1.12.12.dist-info/METADATA,sha256=efg1BKVtT4v4_z0MA_bJZ3ajprFggGQB_vgO-y5ON6s,2681
|
|
6
|
+
sing_box_bin-1.12.12.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
7
|
+
sing_box_bin-1.12.12.dist-info/entry_points.txt,sha256=dqzw2co9IDYJxV7bP6leE8tZDdvo7IXuTaOq-O2j6K8,50
|
|
8
|
+
sing_box_bin-1.12.12.dist-info/licenses/LICENSE,sha256=QeGTPA1ps6IxVztxQ62u7-x-oEe1S_fvleYlm5VlBc8,1067
|
|
9
|
+
sing_box_bin-1.12.12.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
sing_box_bin/__init__.py,sha256=J8fbBkbqB0nFJLV0HcxXxhE4CHhKhLbke9Py8QREkIQ,562
|
|
2
|
-
sing_box_bin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
sing_box_bin/bin/sing-box-linux-amd64,sha256=v0CpDr6U73YwlBmKxfiRSCaUXoIaI_Vh3gWDiZjfCb4,31482004
|
|
4
|
-
sing_box_bin/bin/sing-box-windows-amd64.exe,sha256=-7UDrGkVG5MO470d-hwS86ji-6xmVgGOdJpHmJZxZ4c,26274816
|
|
5
|
-
sing_box_bin-1.12.10.dist-info/METADATA,sha256=_6yagCStFgUgTXCAYytjqKqa4dt_Ss1xMX17A2pYfc8,2548
|
|
6
|
-
sing_box_bin-1.12.10.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
7
|
-
sing_box_bin-1.12.10.dist-info/entry_points.txt,sha256=dqzw2co9IDYJxV7bP6leE8tZDdvo7IXuTaOq-O2j6K8,50
|
|
8
|
-
sing_box_bin-1.12.10.dist-info/licenses/LICENSE,sha256=QeGTPA1ps6IxVztxQ62u7-x-oEe1S_fvleYlm5VlBc8,1067
|
|
9
|
-
sing_box_bin-1.12.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|