fixed build issues

This commit is contained in:
Hemna 2021-07-17 17:07:40 -04:00
parent 8bc5afe1ed
commit d4010d7868
5 changed files with 193 additions and 32 deletions

View File

@ -1,6 +1,8 @@
CHANGES CHANGES
======= =======
* Updated to work with 2.0.0
* Added new notification and location plugin
* Update for new plugin interface. Add Notify plugin * Update for new plugin interface. Add Notify plugin
* Added geo description in location * Added geo description in location
* fixed tests for tox * fixed tests for tox

View File

@ -12,7 +12,7 @@ class SlackNotifyPlugin(
base_plugin.SlackPluginBase, base_plugin.SlackPluginBase,
plugin.APRSDNotificationPluginBase, plugin.APRSDNotificationPluginBase,
): ):
"""SlackNotifyPlugin. """ """SlackNotifyPlugin."""
version = aprsd_slack_plugin.__version__ version = aprsd_slack_plugin.__version__

View File

@ -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: # To update, run:
# #
# pip-compile dev-requirements.in # pip-compile dev-requirements.in
@ -10,7 +10,7 @@ appdirs==1.4.4
# via # via
# black # black
# virtualenv # virtualenv
aprsd==1.6.1 aprsd==2.0.0
# via -r dev-requirements.in # via -r dev-requirements.in
aprslib==0.6.47 aprslib==0.6.47
# via aprsd # via aprsd
@ -28,7 +28,7 @@ certifi==2020.12.5
# via # via
# aprsd # aprsd
# requests # requests
cffi==1.14.4 cffi==1.14.5
# via # via
# aprsd # aprsd
# cryptography # cryptography
@ -38,8 +38,6 @@ chardet==4.0.0
# via # via
# aprsd # aprsd
# requests # requests
click-completion==0.5.2
# via aprsd
click==7.1.2 click==7.1.2
# via # via
# aprsd # aprsd
@ -47,9 +45,11 @@ click==7.1.2
# click-completion # click-completion
# flask # flask
# pip-tools # pip-tools
click-completion==0.5.2
# via aprsd
coverage==5.5 coverage==5.5
# via pytest-cov # via pytest-cov
cryptography==3.3.2 cryptography==3.4.7
# via # via
# aprsd # aprsd
# pyopenssl # pyopenssl
@ -67,21 +67,21 @@ filelock==3.0.12
# py3-validate-email # py3-validate-email
# tox # tox
# virtualenv # virtualenv
flake8-polyfill==1.0.2
# via pep8-naming
flake8==3.9.2 flake8==3.9.2
# via # via
# -r dev-requirements.in # -r dev-requirements.in
# flake8-polyfill # flake8-polyfill
flask-classful==0.14.2 flake8-polyfill==1.0.2
# via aprsd # via pep8-naming
flask-httpauth==4.2.0
# via aprsd
flask==1.1.2 flask==1.1.2
# via # via
# aprsd # aprsd
# flask-classful # flask-classful
# flask-httpauth # flask-httpauth
flask-classful==0.14.2
# via aprsd
flask-httpauth==4.3.0
# via aprsd
identify==2.2.10 identify==2.2.10
# via pre-commit # via pre-commit
idna==2.10 idna==2.10
@ -121,15 +121,15 @@ multitasking==0.0.9
# via # via
# aprsd # aprsd
# yfinance # yfinance
mypy==0.902
# via -r dev-requirements.in
mypy-extensions==0.4.3 mypy-extensions==0.4.3
# via # via
# black # black
# mypy # mypy
mypy==0.902
# via -r dev-requirements.in
nodeenv==1.6.0 nodeenv==1.6.0
# via pre-commit # via pre-commit
numpy==1.20.1 numpy==1.20.2
# via # via
# aprsd # aprsd
# pandas # pandas
@ -141,13 +141,13 @@ packaging==20.9
# pytest # pytest
# sphinx # sphinx
# tox # tox
pandas==1.2.2 pandas==1.2.4
# via # via
# aprsd # aprsd
# yfinance # yfinance
pathspec==0.8.1 pathspec==0.8.1
# via black # via black
pbr==5.5.1 pbr==5.6.0
# via # via
# -r dev-requirements.in # -r dev-requirements.in
# aprsd # aprsd
@ -164,12 +164,12 @@ pluggy==0.13.1
# tox # tox
pre-commit==2.13.0 pre-commit==2.13.0
# via -r dev-requirements.in # via -r dev-requirements.in
py3-validate-email==0.2.12
# via aprsd
py==1.10.0 py==1.10.0
# via # via
# pytest # pytest
# tox # tox
py3-validate-email==0.2.16
# via aprsd
pycodestyle==2.7.0 pycodestyle==2.7.0
# via flake8 # via flake8
pycparser==2.20 pycparser==2.20
@ -186,17 +186,17 @@ pyopenssl==20.0.1
# opencage # opencage
pyparsing==2.4.7 pyparsing==2.4.7
# via packaging # via packaging
pytest-cov==2.12.1
# via -r dev-requirements.in
pytest==6.2.4 pytest==6.2.4
# via # via
# -r dev-requirements.in # -r dev-requirements.in
# pytest-cov # pytest-cov
pytest-cov==2.12.1
# via -r dev-requirements.in
python-dateutil==2.8.1 python-dateutil==2.8.1
# via # via
# aprsd # aprsd
# pandas # pandas
pytz==2020.5 pytz==2021.1
# via # via
# aprsd # aprsd
# babel # babel
@ -212,8 +212,9 @@ requests==2.25.1
# aprsd # aprsd
# opencage # opencage
# sphinx # sphinx
# update-checker
# yfinance # yfinance
shellingham==1.3.2 shellingham==1.4.0
# via # via
# aprsd # aprsd
# click-completion # click-completion
@ -221,7 +222,6 @@ six==1.15.0
# via # via
# aprsd # aprsd
# click-completion # click-completion
# cryptography
# imapclient # imapclient
# opencage # opencage
# pyopenssl # pyopenssl
@ -259,7 +259,9 @@ tox==3.23.1
# via -r dev-requirements.in # via -r dev-requirements.in
typing-extensions==3.10.0.0 typing-extensions==3.10.0.0
# via mypy # via mypy
urllib3==1.26.3 update-checker==0.18.0
# via aprsd
urllib3==1.26.5
# via # via
# aprsd # aprsd
# requests # requests
@ -271,7 +273,7 @@ werkzeug==1.0.1
# via # via
# aprsd # aprsd
# flask # flask
yfinance==0.1.55 yfinance==0.1.59
# via aprsd # via aprsd
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:

View File

@ -1,4 +1,4 @@
pbr pbr
slack_sdk>=3.0 slack_sdk>=3.0
slackeventsapi>=2.1.0 slackeventsapi>=2.1.0
aprsd>=1.5.2 aprsd>=2.0.0

View File

@ -1,4 +1,161 @@
pbr #
slack_sdk>=3.0 # This file is autogenerated by pip-compile with python 3.8
slackeventsapi>=2.1.0 # To update, run:
aprsd>=2.0.0 #
# 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