Skip to content

Tags: jedie/DragonPy

Tags

v0.9.3

Toggle v0.9.3's commit message
publish version v0.9.3 with these changes (since v0.9.2):

 * 1544027 2024-09-24 Remove manageprojects from normal dependencies, it's not needed ;)
 * 40217e3 2024-09-24 Update CoCo2b ROM url info
 * e56151b 2024-09-24 Update project setup + Use humanize from MC6809
 * 2f11978 2024-09-24 Update requirements

v0.9.2

Toggle v0.9.2's commit message
publish version v0.9.2 with these changes (since v0.9.1):

 * d3fcdae 2024-04-16 Bugfix packaging
 * 7c4f606 2024-04-16 Bugfix packaging
 * 0285e05 2024-04-16 Update requirements and apply manageproject updates
 * e57f2f8 2024-02-09 Update requirements
 * 8890195 2024-01-16 Update requirements + fix code style
 * 46d6c89 2023-12-17 Fix code style and typos
 * d592219 2023-12-17 Don't slow down tests because of mass DEBUG log output
 * b4f6c02 2023-12-17 Apply manageprojects updates

v0.9.1

Toggle v0.9.1's commit message
publish version v0.9.1 with these changes (since v0.9.0):

 * 426159b 2023-11-03 Fix CI
 * 6140d38 2023-11-03 Apply manageprojects updates
 * c659630 2023-11-03 Release as v0.9.1
 * 4b5cac9 2023-11-03 fix test_tokens_in_string()
 * 7676381 2023-11-03 Auto generate README history
 * 1af5b9f 2023-11-03 Use https://github.com/jedie/cli-base-utilities
 * ea5274f 2023-11-02 Bump pip from 23.2.1 to 23.3

v0.9.0

Toggle v0.9.0's commit message
publish version v0.9.0 with these changes (since v0.8.0):

 * a2bb6d9 2023-08-05 fix publish
 * 6ae1a90 2023-08-05 fix publish
 * 811d390 2023-08-05 release as v0.9.0
 * aced0d7 2023-08-05 Split CLI and dev-CLI + remove Python 3.9 support
 * 853a7b9 2023-03-07 update requirements
 * e5d35d4 2023-03-07 Update README

v0.8.0

Toggle v0.8.0's commit message
publish version v0.8.0 with these changes (since v0.7.0):

 * c75d5df 2023-03-07 Release as 0.8.0
 * 3ec92fd 2023-03-07 Update README.md
 * 8ad0c20 2023-03-06 Migrate to pip-tools via https://github.com/jedie/manageprojects
 * bf71115 2022-10-19 update requirements
 * b452070 2022-10-06 Update README.md
 * 260408e 2022-10-06 Update README.md
 * 84fd6ba 2022-10-06 Update README.md
 * 5016957 2022-09-30 Update requirements
 * 18d285e 2022-09-11 Add mandelbrot2.bas
 * e892e60 2022-09-11 Add mandelbrot1.bas listing
 * 7e2ae6b 2022-09-04 Update README.md
 * 2aabe5d 2022-08-22 README.creole -> README.md + update requirements + add some tests
 * b9ba6e1 2022-08-22 cache ~/.cache/
 * 89ffc56 2022-08-22 don't delete ROM files in tests
 * 3aab171 2022-08-22 small code style updates
 * 4cc7bf2 2022-08-22 project updates
 * 575caba 2022-02-01 Move click cli commands to devshell
 * 5a7ed88 2022-01-31 +'pip cache information'
 * 70467b4 2022-01-31 fix code style
 * d4d8bb6 2022-01-31 Temporary speedup github actions by make the matix smaller ;)
 * 10fac30 2022-01-31 Remove linting action -> Obsolete because linting is done via pytest plugin
 * 82a38b2 2022-01-31 Download ROMs before starting tests (should be cached)
 * f28dbc7 2022-01-31 Deny any requests in tests via autouse pytest fixtures
 * 1cf423b 2022-01-31 Display output on error
 * 20d117d 2022-01-31 Bugfix: Exist on CLI usage
 * 8e48b53 2022-01-30 remove a PytestCollectionWarning
 * 5005139 2022-01-30 Fix code styles
 * 016be87 2022-01-30 update utils.py
 * 223a5ab 2022-01-30 fix format
 * 8f1df5d 2022-01-30 fix meta config stuff
 * ffb4f77 2022-01-30 Refacotor "download_roms" from old CLI into a dev-shell command
 * bb9a40e 2022-01-30 remove nose test from CLI
 * d07e040 2022-01-30 Use dev-shell
 * cf89255 2022-01-30 Cache pip+roms
 * 2873f67 2022-01-30 update requirements

v0.8.0rc3

Toggle v0.8.0rc3's commit message
publish version v0.8.0rc3 with these changes (since v0.7.0):

 * 7998c27 2023-03-06 Migrate to pip-tools via https://github.com/jedie/manageprojects
 * bf71115 2022-10-19 update requirements
 * b452070 2022-10-06 Update README.md
 * 260408e 2022-10-06 Update README.md
 * 84fd6ba 2022-10-06 Update README.md
 * 5016957 2022-09-30 Update requirements
 * 18d285e 2022-09-11 Add mandelbrot2.bas
 * e892e60 2022-09-11 Add mandelbrot1.bas listing
 * 7e2ae6b 2022-09-04 Update README.md
 * 2aabe5d 2022-08-22 README.creole -> README.md + update requirements + add some tests
 * b9ba6e1 2022-08-22 cache ~/.cache/
 * 89ffc56 2022-08-22 don't delete ROM files in tests
 * 3aab171 2022-08-22 small code style updates
 * 4cc7bf2 2022-08-22 project updates
 * 575caba 2022-02-01 Move click cli commands to devshell
 * 5a7ed88 2022-01-31 +'pip cache information'
 * 70467b4 2022-01-31 fix code style
 * d4d8bb6 2022-01-31 Temporary speedup github actions by make the matix smaller ;)
 * 10fac30 2022-01-31 Remove linting action -> Obsolete because linting is done via pytest plugin
 * 82a38b2 2022-01-31 Download ROMs before starting tests (should be cached)
 * f28dbc7 2022-01-31 Deny any requests in tests via autouse pytest fixtures
 * 1cf423b 2022-01-31 Display output on error
 * 20d117d 2022-01-31 Bugfix: Exist on CLI usage
 * 8e48b53 2022-01-30 remove a PytestCollectionWarning
 * 5005139 2022-01-30 Fix code styles
 * 016be87 2022-01-30 update utils.py
 * 223a5ab 2022-01-30 fix format
 * 8f1df5d 2022-01-30 fix meta config stuff
 * ffb4f77 2022-01-30 Refacotor "download_roms" from old CLI into a dev-shell command
 * bb9a40e 2022-01-30 remove nose test from CLI
 * d07e040 2022-01-30 Use dev-shell
 * cf89255 2022-01-30 Cache pip+roms
 * 2873f67 2022-01-30 update requirements

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #10 from jedie/updates

Updates

v0.6.0

Toggle v0.6.0's commit message
release as v0.6.0

v0.6.0.rc2

Toggle v0.6.0.rc2's commit message
Fix "No module named 'nose'" on normal PyPi installation

v0.6.0.rc1

Toggle v0.6.0.rc1's commit message
release as 0.6.0.rc1