From d4010d7868bc2d60522ed024adfe3c296e1dbdf1 Mon Sep 17 00:00:00 2001 From: Hemna Date: Sat, 17 Jul 2021 17:07:40 -0400 Subject: [PATCH] fixed build issues --- ChangeLog | 2 + aprsd_slack_plugin/notify_plugin.py | 2 +- dev-requirements.txt | 54 ++++----- requirements.in | 2 +- requirements.txt | 165 +++++++++++++++++++++++++++- 5 files changed, 193 insertions(+), 32 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0d812b6..36ae952 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ CHANGES ======= +* Updated to work with 2.0.0 +* Added new notification and location plugin * Update for new plugin interface. Add Notify plugin * Added geo description in location * fixed tests for tox diff --git a/aprsd_slack_plugin/notify_plugin.py b/aprsd_slack_plugin/notify_plugin.py index dc2bd44..56c97ec 100644 --- a/aprsd_slack_plugin/notify_plugin.py +++ b/aprsd_slack_plugin/notify_plugin.py @@ -12,7 +12,7 @@ class SlackNotifyPlugin( base_plugin.SlackPluginBase, plugin.APRSDNotificationPluginBase, ): - """SlackNotifyPlugin. """ + """SlackNotifyPlugin.""" version = aprsd_slack_plugin.__version__ diff --git a/dev-requirements.txt b/dev-requirements.txt index d6f23cb..d737465 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile +# This file is autogenerated by pip-compile with python 3.8 # To update, run: # # pip-compile dev-requirements.in @@ -10,7 +10,7 @@ appdirs==1.4.4 # via # black # virtualenv -aprsd==1.6.1 +aprsd==2.0.0 # via -r dev-requirements.in aprslib==0.6.47 # via aprsd @@ -28,7 +28,7 @@ certifi==2020.12.5 # via # aprsd # requests -cffi==1.14.4 +cffi==1.14.5 # via # aprsd # cryptography @@ -38,8 +38,6 @@ chardet==4.0.0 # via # aprsd # requests -click-completion==0.5.2 - # via aprsd click==7.1.2 # via # aprsd @@ -47,9 +45,11 @@ click==7.1.2 # click-completion # flask # pip-tools +click-completion==0.5.2 + # via aprsd coverage==5.5 # via pytest-cov -cryptography==3.3.2 +cryptography==3.4.7 # via # aprsd # pyopenssl @@ -67,21 +67,21 @@ filelock==3.0.12 # py3-validate-email # tox # virtualenv -flake8-polyfill==1.0.2 - # via pep8-naming flake8==3.9.2 # via # -r dev-requirements.in # flake8-polyfill -flask-classful==0.14.2 - # via aprsd -flask-httpauth==4.2.0 - # via aprsd +flake8-polyfill==1.0.2 + # via pep8-naming flask==1.1.2 # via # aprsd # flask-classful # flask-httpauth +flask-classful==0.14.2 + # via aprsd +flask-httpauth==4.3.0 + # via aprsd identify==2.2.10 # via pre-commit idna==2.10 @@ -121,15 +121,15 @@ multitasking==0.0.9 # via # aprsd # yfinance +mypy==0.902 + # via -r dev-requirements.in mypy-extensions==0.4.3 # via # black # mypy -mypy==0.902 - # via -r dev-requirements.in nodeenv==1.6.0 # via pre-commit -numpy==1.20.1 +numpy==1.20.2 # via # aprsd # pandas @@ -141,13 +141,13 @@ packaging==20.9 # pytest # sphinx # tox -pandas==1.2.2 +pandas==1.2.4 # via # aprsd # yfinance pathspec==0.8.1 # via black -pbr==5.5.1 +pbr==5.6.0 # via # -r dev-requirements.in # aprsd @@ -164,12 +164,12 @@ pluggy==0.13.1 # tox pre-commit==2.13.0 # via -r dev-requirements.in -py3-validate-email==0.2.12 - # via aprsd py==1.10.0 # via # pytest # tox +py3-validate-email==0.2.16 + # via aprsd pycodestyle==2.7.0 # via flake8 pycparser==2.20 @@ -186,17 +186,17 @@ pyopenssl==20.0.1 # opencage pyparsing==2.4.7 # via packaging -pytest-cov==2.12.1 - # via -r dev-requirements.in pytest==6.2.4 # via # -r dev-requirements.in # pytest-cov +pytest-cov==2.12.1 + # via -r dev-requirements.in python-dateutil==2.8.1 # via # aprsd # pandas -pytz==2020.5 +pytz==2021.1 # via # aprsd # babel @@ -212,8 +212,9 @@ requests==2.25.1 # aprsd # opencage # sphinx + # update-checker # yfinance -shellingham==1.3.2 +shellingham==1.4.0 # via # aprsd # click-completion @@ -221,7 +222,6 @@ six==1.15.0 # via # aprsd # click-completion - # cryptography # imapclient # opencage # pyopenssl @@ -259,7 +259,9 @@ tox==3.23.1 # via -r dev-requirements.in typing-extensions==3.10.0.0 # via mypy -urllib3==1.26.3 +update-checker==0.18.0 + # via aprsd +urllib3==1.26.5 # via # aprsd # requests @@ -271,7 +273,7 @@ werkzeug==1.0.1 # via # aprsd # flask -yfinance==0.1.55 +yfinance==0.1.59 # via aprsd # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements.in b/requirements.in index 8e2176a..3e9bfcf 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ pbr slack_sdk>=3.0 slackeventsapi>=2.1.0 -aprsd>=1.5.2 +aprsd>=2.0.0 diff --git a/requirements.txt b/requirements.txt index 3e9bfcf..747f421 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,161 @@ -pbr -slack_sdk>=3.0 -slackeventsapi>=2.1.0 -aprsd>=2.0.0 +# +# This file is autogenerated by pip-compile with python 3.8 +# To update, run: +# +# pip-compile requirements.in +# +aprsd==2.0.0 + # via -r requirements.in +aprslib==0.6.47 + # via aprsd +backoff==1.10.0 + # via + # aprsd + # opencage +certifi==2020.12.5 + # via + # aprsd + # requests +cffi==1.14.5 + # via + # aprsd + # cryptography +chardet==4.0.0 + # via + # aprsd + # requests +click==7.1.2 + # via + # aprsd + # click-completion + # flask +click-completion==0.5.2 + # via aprsd +cryptography==3.4.7 + # via + # aprsd + # pyopenssl +dnspython==2.1.0 + # via + # aprsd + # py3-validate-email +filelock==3.0.12 + # via + # aprsd + # py3-validate-email +flask==1.1.2 + # via + # aprsd + # flask-classful + # flask-httpauth + # slackeventsapi +flask-classful==0.14.2 + # via aprsd +flask-httpauth==4.3.0 + # via aprsd +idna==2.10 + # via + # aprsd + # py3-validate-email + # requests +imapclient==2.2.0 + # via aprsd +itsdangerous==1.1.0 + # via + # aprsd + # flask + # slackeventsapi +jinja2==2.11.3 + # via + # aprsd + # click-completion + # flask + # slackeventsapi +lxml==4.6.3 + # via + # aprsd + # yfinance +markupsafe==1.1.1 + # via + # aprsd + # jinja2 + # slackeventsapi +multitasking==0.0.9 + # via + # aprsd + # yfinance +numpy==1.20.2 + # via + # aprsd + # pandas + # yfinance +opencage==1.2.2 + # via aprsd +pandas==1.2.4 + # via + # aprsd + # yfinance +pbr==5.6.0 + # via + # -r requirements.in + # aprsd +pluggy==0.13.1 + # via aprsd +py3-validate-email==0.2.16 + # via aprsd +pycparser==2.20 + # via + # aprsd + # cffi +pyee==7.0.4 + # via slackeventsapi +pyopenssl==20.0.1 + # via + # aprsd + # opencage +python-dateutil==2.8.1 + # via + # aprsd + # pandas +pytz==2021.1 + # via + # aprsd + # pandas +pyyaml==5.4.1 + # via aprsd +requests==2.25.1 + # via + # aprsd + # opencage + # update-checker + # yfinance +shellingham==1.4.0 + # via + # aprsd + # click-completion +six==1.15.0 + # via + # aprsd + # click-completion + # imapclient + # opencage + # pyopenssl + # python-dateutil +slack-sdk==3.8.0 + # via -r requirements.in +slackeventsapi==2.2.1 + # via -r requirements.in +thesmuggler==1.0.1 + # via aprsd +update-checker==0.18.0 + # via aprsd +urllib3==1.26.5 + # via + # aprsd + # requests +werkzeug==1.0.1 + # via + # aprsd + # flask +yfinance==0.1.59 + # via aprsd