File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.8.1] [ 9 ] (2025-12-30)
4+
5+ ### global
6+
7+ * pinned machine68k to 0.3.0
8+
9+
310## [ 0.8.0] [ 8 ] (2024-03-03)
411
512### global
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ authors = [
1010description = " A package to support development with classic Amiga m68k systems"
1111requires-python = " >=3.8"
1212keywords = [" AmigaOS" , " vamos" ]
13- license = { text = " GPL-v2 " }
13+ license = " GPL-2.0-or-later "
1414classifiers = [
1515 " Development Status :: 4 - Beta" ,
1616 " Intended Audience :: Developers" ,
@@ -20,7 +20,7 @@ classifiers = [
2020dynamic = [" version" , " readme" ]
2121
2222[project .optional-dependencies ]
23- vamos = [" machine68k" ]
23+ vamos = [" machine68k == 0.3.0 " ]
2424
2525[tool .setuptools ]
2626zip-safe = false
Original file line number Diff line number Diff line change 44tox
55black
66build
7- machine68k
7+ machine68k == 0.3.0
8+
Original file line number Diff line number Diff line change 11pytest
22pytest-benchmark
3- machine68k
3+ machine68k == 0.3.0
You can’t perform that action at this time.
0 commit comments