freedos-micro-python 0.1.2__tar.gz → 0.1.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.
Files changed (44) hide show
  1. {freedos_micro_python-0.1.2/src/freedos_micro_python.egg-info → freedos_micro_python-0.1.3}/PKG-INFO +2 -2
  2. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/pyproject.toml +2 -2
  3. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3/src/freedos_micro_python.egg-info}/PKG-INFO +2 -2
  4. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python.egg-info/requires.txt +1 -1
  5. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/tests/test_smoke.py +4 -1
  6. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/LICENSE +0 -0
  7. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/README.md +0 -0
  8. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/setup.cfg +0 -0
  9. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/__init__.py +0 -0
  10. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/cli.py +0 -0
  11. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/gen_qstrdefs.py +0 -0
  12. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/arch/bpstruct.h +0 -0
  13. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/arch/cc.h +0 -0
  14. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/arch/epstruct.h +0 -0
  15. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/base64_uc386dos.c +0 -0
  16. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/file_uc386dos.c +0 -0
  17. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/lib/axtls/crypto/crypto.h +0 -0
  18. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/lwip-arch-cc.h +0 -0
  19. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/lwip_uc386dos.c +0 -0
  20. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/lwipopts.h +0 -0
  21. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/math_gamma.c +0 -0
  22. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/modtime_uc386dos.c +0 -0
  23. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/modtls_axtls_uc386dos.c +0 -0
  24. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/mpconfigport.h +0 -0
  25. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/mphal_uc386dos.c +0 -0
  26. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/mphalport.h +0 -0
  27. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/os_uc386dos.c +0 -0
  28. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/path_uc386dos.c +0 -0
  29. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/pktdrv_uc386dos.c +0 -0
  30. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/qstrdefsport.h +0 -0
  31. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/shutil_uc386dos.c +0 -0
  32. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/tempfile_uc386dos.c +0 -0
  33. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/time_real_uc386dos.c +0 -0
  34. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/uc386_net_uc386dos.c +0 -0
  35. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/urllib_parse_uc386dos.c +0 -0
  36. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/port/urllib_uc386dos.c +0 -0
  37. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/scripts/build.sh +0 -0
  38. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/scripts/build_port.sh +0 -0
  39. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python/scripts/fetch.sh +0 -0
  40. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python.egg-info/SOURCES.txt +0 -0
  41. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python.egg-info/dependency_links.txt +0 -0
  42. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python.egg-info/entry_points.txt +0 -0
  43. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/src/freedos_micro_python.egg-info/top_level.txt +0 -0
  44. {freedos_micro_python-0.1.2 → freedos_micro_python-0.1.3}/tests/test_gen_qstrdefs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: freedos_micro_python
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: MicroPython port for FreeDOS / i386 — built end-to-end through the uc386 C23 compiler
5
5
  Author: freedos_micro_python contributors
6
6
  License-Expression: MIT
@@ -21,7 +21,7 @@ Classifier: Topic :: System :: Emulators
21
21
  Requires-Python: >=3.10
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
- Requires-Dist: uc386>=0.1.1
24
+ Requires-Dist: uc386>=0.1.2
25
25
  Provides-Extra: dev
26
26
  Requires-Dist: pytest>=7.0; extra == "dev"
27
27
  Dynamic: license-file
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "freedos_micro_python"
7
- version = "0.1.2"
7
+ version = "0.1.3"
8
8
  description = "MicroPython port for FreeDOS / i386 — built end-to-end through the uc386 C23 compiler"
9
9
  readme = "README.md"
10
10
  license = "MIT"
11
11
  requires-python = ">=3.10"
12
12
  dependencies = [
13
- "uc386>=0.1.1",
13
+ "uc386>=0.1.2",
14
14
  ]
15
15
  authors = [
16
16
  {name = "freedos_micro_python contributors"}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: freedos_micro_python
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: MicroPython port for FreeDOS / i386 — built end-to-end through the uc386 C23 compiler
5
5
  Author: freedos_micro_python contributors
6
6
  License-Expression: MIT
@@ -21,7 +21,7 @@ Classifier: Topic :: System :: Emulators
21
21
  Requires-Python: >=3.10
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
- Requires-Dist: uc386>=0.1.1
24
+ Requires-Dist: uc386>=0.1.2
25
25
  Provides-Extra: dev
26
26
  Requires-Dist: pytest>=7.0; extra == "dev"
27
27
  Dynamic: license-file
@@ -1,4 +1,4 @@
1
- uc386>=0.1.1
1
+ uc386>=0.1.2
2
2
 
3
3
  [dev]
4
4
  pytest>=7.0
@@ -2913,7 +2913,10 @@ def test_dosbox_x_rig_loads_ne2000(tmp_path: Path) -> None:
2913
2913
 
2914
2914
  if shutil.which("dosbox-x") is None:
2915
2915
  pytest.skip("dosbox-x not on PATH; install via `brew install dosbox-x`")
2916
- rig_dir = _HERE / "dosbox-x-rig"
2916
+ # The dosbox-x rig lives at `rigs/dosbox-x-rig/` in this repo
2917
+ # (since the split out of uc386). Test file is at `tests/test_smoke.py`,
2918
+ # so go up one to the repo root, then down into rigs/.
2919
+ rig_dir = Path(__file__).resolve().parent.parent / "rigs" / "dosbox-x-rig"
2917
2920
  if not rig_dir.is_dir():
2918
2921
  pytest.skip(f"rig directory missing: {rig_dir}")
2919
2922
  if not (rig_dir / "NE2000.COM").is_file():