From 95bce600961ea23ebf30356a1b3ce002972bf53d Mon Sep 17 00:00:00 2001 From: Justin Haze Date: Fri, 16 Aug 2024 15:22:38 -0600 Subject: [PATCH 1/6] update ubuntu version, scos-actions version --- docker/Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 3f6feb02..9130e256 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/ diff --git a/pyproject.toml b/pyproject.toml index 02f6ced3..9f240856 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@SEA-234_ubuntu22.04_python3.10", ] [project.optional-dependencies] From cd88d5dce7cd1e14021bc459517bd0380692bc07 Mon Sep 17 00:00:00 2001 From: Justin Haze Date: Mon, 30 Sep 2024 08:23:33 -0600 Subject: [PATCH 2/6] change scos-actions branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f240856..c8bde58e 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@SEA-234_ubuntu22.04_python3.10", + "scos_actions @ git+https://github.com/NTIA/scos-actions@SEA-234_ubuntu22.04_python3.10_ray2.10", ] [project.optional-dependencies] From 8d1ce7ce0ccd38888f0fbc263f4b7df3e00924d4 Mon Sep 17 00:00:00 2001 From: Justin Haze Date: Mon, 30 Sep 2024 09:55:47 -0600 Subject: [PATCH 3/6] update contact info --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From f6070e4059cb515cc34c3241c5cfc29711980f10 Mon Sep 17 00:00:00 2001 From: Anthony Romaniello <66272872+aromanielloNTIA@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:09:55 -0500 Subject: [PATCH 4/6] Remove default_language_version --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) 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 From f042bc7b82715241b52040635c4f739abed2fad2 Mon Sep 17 00:00:00 2001 From: Anthony Romaniello <66272872+aromanielloNTIA@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:12:16 -0500 Subject: [PATCH 5/6] Suppress warnings when building docker image --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 9130e256..39ae2d01 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 From 0d8ce0a6249390dea1ddc3d11d9f87a6b1c53b8a Mon Sep 17 00:00:00 2001 From: Anthony Romaniello <66272872+aromanielloNTIA@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:06:43 -0500 Subject: [PATCH 6/6] Update scos-actions branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8bde58e..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@SEA-234_ubuntu22.04_python3.10_ray2.10", + "scos_actions @ git+https://github.com/NTIA/scos-actions@master", ] [project.optional-dependencies]