diff --git a/ChangeLog b/ChangeLog index 8326051..74e5e72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,24 @@ CHANGES ======= +v1.2.0 +------ + +* Update for aprsd 3.0.0 + +v1.1.0 +------ + +* Updated regex for message plugin +* Removed import of aprsd.messaging +* Fixed missing import for config +* Update for APRSD 3.0.0 release +* Update for aprsd >= 2.7.0 + v1.0.5 ------ +* 1.0.5 * cleanup * fix tox runs * More cleanup diff --git a/tox.ini b/tox.ini index 2cb75d8..9d5590c 100644 --- a/tox.ini +++ b/tox.ini @@ -11,17 +11,14 @@ extend-exclude = # This section is not needed if not using GitHub Actions for CI. [gh-actions] python = - 3.7: py37 - 3.8: py38, fmt-check, lint 3.9: py39 [tox] # These are the default environments that will be run # when ``tox`` is run without arguments. envlist = - fmt-check lint - py{37,38,39} + py{39} skip_missing_interpreters = true # Activate isolated build environment. tox will use a virtual environment @@ -64,22 +61,6 @@ commands = sphinx-apidoc --force --output-dir apidoc {toxinidir}/aprsd_slack_plugin sphinx-build -a -W . _build -[testenv:fmt] -skip_install = true -deps = - -r{toxinidir}/requirements-dev.txt -commands = - isort aprsd_slack_plugin tests - black aprsd_slack_plugin tests - -[testenv:fmt-check] -skip_install = true -deps = - -r{toxinidir}/requirements-dev.txt -commands = - isort --check-only aprsd_slack_plugin tests - black --check aprsd_slack_plugin tests - [testenv:licenses] skip_install = true recreate = true