diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index df297783..e27679e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,3 @@ -default_language_version: - python: python3.8 repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 diff --git a/README.md b/README.md index 289e766d..169cc73d 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,8 @@ TEKTRONIX and TEK are registered trademarks of Tektronix, Inc. ## Contact -For technical questions about `scos_tekrsa`, contact Anthony Romaniello, +For technical questions about `scos_tekrsa`, contact the +[ITS Spectrum Monitoring Team](mailto:spectrummonitoring@ntia.gov). ## Disclaimer diff --git a/docker/Dockerfile b/docker/Dockerfile index 3f6feb02..39ae2d01 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:22.04 # Create Tektronix.rules as described in RSA API installation notes RUN mkdir -p /etc/udev/rules.d/ @@ -7,5 +7,5 @@ RUN echo "SUBSYSTEM==\"usb\", ATTR{idVendor}==\"0699\", MODE=\"0666\", GROUP=\"p RUN chmod a+r /etc/udev/rules.d/Tektronix.rules # Locale fixes -ENV LC_ALL C.UTF-8 -ENV LANG C.UTF-8 +ENV LC_ALL=C.UTF-8 +ENV LANG=C.UTF-8 diff --git a/pyproject.toml b/pyproject.toml index 02f6ced3..6a716c62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ dependencies = [ "environs>=9.5.0", "tekrsa-api-wrap>=1.3.3", - "scos_actions @ git+https://github.com/NTIA/scos-actions@10.0.2", + "scos_actions @ git+https://github.com/NTIA/scos-actions@master", ] [project.optional-dependencies]