Skip to content

Commit

Permalink
Merge pull request #64 from NTIA/SEA-234_ubuntu22.04_python3.10
Browse files Browse the repository at this point in the history
Update scos-actions version, Ubuntu version
  • Loading branch information
aromanielloNTIA authored Nov 7, 2024
2 parents d243599 + 0d8ce0a commit f2871bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
default_language_version:
python: python3.8
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ TEKTRONIX and TEK are registered trademarks of Tektronix, Inc.

## Contact

For technical questions about `scos_tekrsa`, contact Anthony Romaniello, <[email protected]>
For technical questions about `scos_tekrsa`, contact the
[ITS Spectrum Monitoring Team](mailto:[email protected]).

## Disclaimer

Expand Down
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f2871bd

Please sign in to comment.