airgap-devkit 1.3.4__tar.gz → 1.3.5__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: airgap-devkit
3
- Version: 1.3.4
3
+ Version: 1.3.5
4
4
  Summary: Air-gapped developer toolkit — install and manage developer tools in network-restricted environments
5
5
  License-Expression: AGPL-3.0-only
6
6
  Keywords: airgap,developer-tools,offline,cpp,devkit
@@ -24,7 +24,7 @@ Thin Python wrapper that ships the DevKit Manager binary and exposes an
24
24
 
25
25
  **Step 1 — build (or verify) the server binaries:**
26
26
  ```bash
27
- bash scripts/build-server.sh
27
+ bash scripts/internal/build-server.sh
28
28
  ```
29
29
 
30
30
  **Step 2 — stage binaries into the package:**
@@ -7,7 +7,7 @@ Thin Python wrapper that ships the DevKit Manager binary and exposes an
7
7
 
8
8
  **Step 1 — build (or verify) the server binaries:**
9
9
  ```bash
10
- bash scripts/build-server.sh
10
+ bash scripts/internal/build-server.sh
11
11
  ```
12
12
 
13
13
  **Step 2 — stage binaries into the package:**
@@ -1,10 +1,10 @@
1
1
  [build-system]
2
- requires = ["setuptools>=75", "wheel>=0.45"]
2
+ requires = ["setuptools>=82", "wheel>=0.47"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "airgap-devkit"
7
- version = "1.3.4"
7
+ version = "1.3.5"
8
8
  description = "Air-gapped developer toolkit — install and manage developer tools in network-restricted environments"
9
9
  readme = "README.md"
10
10
  license = "AGPL-3.0-only"
@@ -0,0 +1 @@
1
+ __version__ = "1.3.5"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airgap-devkit
3
- Version: 1.3.4
3
+ Version: 1.3.5
4
4
  Summary: Air-gapped developer toolkit — install and manage developer tools in network-restricted environments
5
5
  License-Expression: AGPL-3.0-only
6
6
  Keywords: airgap,developer-tools,offline,cpp,devkit
@@ -24,7 +24,7 @@ Thin Python wrapper that ships the DevKit Manager binary and exposes an
24
24
 
25
25
  **Step 1 — build (or verify) the server binaries:**
26
26
  ```bash
27
- bash scripts/build-server.sh
27
+ bash scripts/internal/build-server.sh
28
28
  ```
29
29
 
30
30
  **Step 2 — stage binaries into the package:**
@@ -1 +0,0 @@
1
- __version__ = "1.3.4"
File without changes
File without changes