zscams 2.0.4__py3-none-any.whl → 2.0.5__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: zscams
3
- Version: 2.0.4
3
+ Version: 2.0.5
4
4
  Summary: Async TLS tunnel client with SNI routing, auto-reconnect, and health checks
5
5
  Author: OCD - Cairo Software Team
6
6
  Maintainer: OCD - Cairo Software Team
@@ -11,10 +11,10 @@ Classifier: Programming Language :: Python :: 3.10
11
11
  Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
13
  Classifier: Programming Language :: Python :: 3.13
14
- Requires-Dist: PyYAML ; sys_platform != "freebsd"
15
- Requires-Dist: cryptography ; sys_platform != "freebsd"
14
+ Requires-Dist: PyYAML ; sys_platform not in "freebsd"
15
+ Requires-Dist: cryptography ; sys_platform not in "freebsd"
16
16
  Requires-Dist: getmac
17
- Requires-Dist: psutil ; sys_platform != "freebsd"
17
+ Requires-Dist: psutil ; sys_platform not in "freebsd"
18
18
  Requires-Dist: requests
19
19
  Description-Content-Type: text/markdown
20
20
 
@@ -35,7 +35,7 @@ zscams/agent/src/support/ssh.py,sha256=J9-XsVc6fGdcTN9CsfmgDRaMnfaWluDUaPGug7BVl
35
35
  zscams/agent/src/support/yaml.py,sha256=bKsQzXHAgjCxkGzPR8bgaUPB-QHMR3AMEVuvn4RRpnA,1188
36
36
  zscams/deps.py,sha256=ECPq9cM9Z5zyp-S7YDPv1Pz7O-yA7ZoMSnsvI9ZDtxg,3035
37
37
  zscams/lib/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- zscams-2.0.4.dist-info/METADATA,sha256=cL2JGaS82aad60FiFx133_V3AAOTT9r_I4Dt3rrzj0k,6961
39
- zscams-2.0.4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
40
- zscams-2.0.4.dist-info/entry_points.txt,sha256=IXiMYjEq4q0tUiD9O7eCWhqKBuOssXrMW42siTBAgG8,47
41
- zscams-2.0.4.dist-info/RECORD,,
38
+ zscams-2.0.5.dist-info/METADATA,sha256=qwp-h0yZ7wg1c1clKRT48eOiYXM5ziZcDskIyvILbTA,6973
39
+ zscams-2.0.5.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
40
+ zscams-2.0.5.dist-info/entry_points.txt,sha256=IXiMYjEq4q0tUiD9O7eCWhqKBuOssXrMW42siTBAgG8,47
41
+ zscams-2.0.5.dist-info/RECORD,,
File without changes