freedos-micro-python 0.1.3__tar.gz → 0.1.4__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.3/src/freedos_micro_python.egg-info → freedos_micro_python-0.1.4}/PKG-INFO +2 -2
  2. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/pyproject.toml +2 -2
  3. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4/src/freedos_micro_python.egg-info}/PKG-INFO +2 -2
  4. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python.egg-info/requires.txt +1 -1
  5. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/LICENSE +0 -0
  6. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/README.md +0 -0
  7. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/setup.cfg +0 -0
  8. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/__init__.py +0 -0
  9. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/cli.py +0 -0
  10. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/gen_qstrdefs.py +0 -0
  11. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/arch/bpstruct.h +0 -0
  12. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/arch/cc.h +0 -0
  13. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/arch/epstruct.h +0 -0
  14. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/base64_uc386dos.c +0 -0
  15. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/file_uc386dos.c +0 -0
  16. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/lib/axtls/crypto/crypto.h +0 -0
  17. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/lwip-arch-cc.h +0 -0
  18. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/lwip_uc386dos.c +0 -0
  19. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/lwipopts.h +0 -0
  20. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/math_gamma.c +0 -0
  21. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/modtime_uc386dos.c +0 -0
  22. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/modtls_axtls_uc386dos.c +0 -0
  23. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/mpconfigport.h +0 -0
  24. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/mphal_uc386dos.c +0 -0
  25. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/mphalport.h +0 -0
  26. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/os_uc386dos.c +0 -0
  27. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/path_uc386dos.c +0 -0
  28. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/pktdrv_uc386dos.c +0 -0
  29. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/qstrdefsport.h +0 -0
  30. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/shutil_uc386dos.c +0 -0
  31. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/tempfile_uc386dos.c +0 -0
  32. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/time_real_uc386dos.c +0 -0
  33. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/uc386_net_uc386dos.c +0 -0
  34. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/urllib_parse_uc386dos.c +0 -0
  35. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/port/urllib_uc386dos.c +0 -0
  36. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/scripts/build.sh +0 -0
  37. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/scripts/build_port.sh +0 -0
  38. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python/scripts/fetch.sh +0 -0
  39. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python.egg-info/SOURCES.txt +0 -0
  40. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python.egg-info/dependency_links.txt +0 -0
  41. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python.egg-info/entry_points.txt +0 -0
  42. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/src/freedos_micro_python.egg-info/top_level.txt +0 -0
  43. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/tests/test_gen_qstrdefs.py +0 -0
  44. {freedos_micro_python-0.1.3 → freedos_micro_python-0.1.4}/tests/test_smoke.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: freedos_micro_python
3
- Version: 0.1.3
3
+ Version: 0.1.4
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.2
24
+ Requires-Dist: uc386>=0.1.3
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.3"
7
+ version = "0.1.4"
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.2",
13
+ "uc386>=0.1.3",
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.3
3
+ Version: 0.1.4
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.2
24
+ Requires-Dist: uc386>=0.1.3
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.2
1
+ uc386>=0.1.3
2
2
 
3
3
  [dev]
4
4
  pytest>=7.0