oaknut-basic 11.0.0__tar.gz → 11.0.2__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.
- {oaknut_basic-11.0.0 → oaknut_basic-11.0.2}/PKG-INFO +2 -2
- {oaknut_basic-11.0.0 → oaknut_basic-11.0.2}/pyproject.toml +1 -1
- {oaknut_basic-11.0.0 → oaknut_basic-11.0.2}/src/oaknut/basic/__init__.py +1 -1
- {oaknut_basic-11.0.0 → oaknut_basic-11.0.2}/src/oaknut_basic.egg-info/PKG-INFO +2 -2
- {oaknut_basic-11.0.0 → oaknut_basic-11.0.2}/LICENSE +0 -0
- {oaknut_basic-11.0.0 → oaknut_basic-11.0.2}/README.md +0 -0
- {oaknut_basic-11.0.0 → oaknut_basic-11.0.2}/setup.cfg +0 -0
- {oaknut_basic-11.0.0 → oaknut_basic-11.0.2}/src/oaknut_basic.egg-info/SOURCES.txt +0 -0
- {oaknut_basic-11.0.0 → oaknut_basic-11.0.2}/src/oaknut_basic.egg-info/dependency_links.txt +0 -0
- {oaknut_basic-11.0.0 → oaknut_basic-11.0.2}/src/oaknut_basic.egg-info/top_level.txt +0 -0
- {oaknut_basic-11.0.0 → oaknut_basic-11.0.2}/tests/test_basic.py +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: oaknut-basic
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.2
|
|
4
4
|
Summary: BBC BASIC tokeniser and detokeniser for Acorn 8-bit and 32-bit BASIC source files
|
|
5
5
|
Author-email: Robert Smallshire <robert@smallshire.org.uk>
|
|
6
6
|
License-Expression: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/rob-smallshire/oaknut
|
|
7
|
+
Project-URL: Homepage, https://github.com/rob-smallshire/oaknut/tree/master/packages/oaknut-basic
|
|
8
8
|
Project-URL: Repository, https://github.com/rob-smallshire/oaknut
|
|
9
9
|
Project-URL: Issues, https://github.com/rob-smallshire/oaknut/issues
|
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
|
@@ -22,7 +22,7 @@ classifiers = [
|
|
|
22
22
|
dependencies = []
|
|
23
23
|
|
|
24
24
|
[project.urls]
|
|
25
|
-
Homepage = "https://github.com/rob-smallshire/oaknut"
|
|
25
|
+
Homepage = "https://github.com/rob-smallshire/oaknut/tree/master/packages/oaknut-basic"
|
|
26
26
|
Repository = "https://github.com/rob-smallshire/oaknut"
|
|
27
27
|
Issues = "https://github.com/rob-smallshire/oaknut/issues"
|
|
28
28
|
|
|
@@ -21,7 +21,7 @@ dependencies on any other oaknut package.
|
|
|
21
21
|
|
|
22
22
|
from __future__ import annotations
|
|
23
23
|
|
|
24
|
-
__version__ = "11.0.
|
|
24
|
+
__version__ = "11.0.2"
|
|
25
25
|
|
|
26
26
|
# Canonical load addresses for BBC BASIC programs on each host.
|
|
27
27
|
# Programs saved by *SAVE on a real machine use these by default.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: oaknut-basic
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.2
|
|
4
4
|
Summary: BBC BASIC tokeniser and detokeniser for Acorn 8-bit and 32-bit BASIC source files
|
|
5
5
|
Author-email: Robert Smallshire <robert@smallshire.org.uk>
|
|
6
6
|
License-Expression: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/rob-smallshire/oaknut
|
|
7
|
+
Project-URL: Homepage, https://github.com/rob-smallshire/oaknut/tree/master/packages/oaknut-basic
|
|
8
8
|
Project-URL: Repository, https://github.com/rob-smallshire/oaknut
|
|
9
9
|
Project-URL: Issues, https://github.com/rob-smallshire/oaknut/issues
|
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|