Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require tekrsa-api-wrap>=1.3.3 #60

Merged
merged 4 commits into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand All @@ -30,13 +30,13 @@ repos:
types: [file, python]
args: ["--profile", "black", "--filter-files", "--gitignore"]
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.4.2
hooks:
- id: black
types: [file, python]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.40.0
hooks:
- id: markdownlint
types: [file, markdown]
exclude: GitHubRepoPublicReleaseApproval.md|LICENSE.md
exclude: GitHubRepoPublicReleaseApproval.md
37 changes: 28 additions & 9 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
SOFTWARE DISCLAIMER / RELEASE
# SOFTWARE DISCLAIMER / RELEASE

The software made available on this site requires the Tektronix RSA API for Linux, which is made available by Tektronix and may contain one or more programs licensed under the GPL or LGPL.
This software was developed by employees of the National Telecommunications and Information
Administration (NTIA), an agency of the Federal Government and is provided to you
as a public service. Pursuant to Title 15 United States Code Section 105, works
of NTIA employees are not subject to copyright protection within the United States.

All software included on this site was developed by employees of the National Telecommunications and Information Administration (NTIA), an agency of the Federal Government and is provided to you as a public service. Pursuant to Title 15 United States Code Section 105, works of NTIA employees are not subject to copyright protection within the United States.
The software is provided by NTIA “AS IS.” NTIA MAKES NO WARRANTY OF ANY KIND, EXPRESS,
IMPLIED OR STATUTORY, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTY OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT AND DATA ACCURACY. NTIA does
not warrant or make any representations regarding the use of the software or the
results thereof, including but not limited to the correctness, accuracy, reliability
or usefulness of the software.

The software is provided by NTIA “AS IS.” NTIA MAKES NO WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR STATUTORY, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT AND DATA ACCURACY. NTIA does not warrant or make any representations regarding the use of the software or the results thereof, including but not limited to the correctness, accuracy, reliability or usefulness of the software.
To the extent that NTIA holds rights in countries other than the United States,
you are hereby granted the non-exclusive irrevocable and unconditional right to
print, publish, prepare derivative works and distribute the NTIA software, in any
medium, or authorize others to do so on your behalf, on a royalty-free basis throughout
the World.

To the extent that NTIA holds rights in countries other than the United States, you are hereby granted the non-exclusive irrevocable and unconditional right to print, publish, prepare derivative works and distribute the NTIA software, in any medium, or authorize others to do so on your behalf, on a royalty-free basis throughout the World.
You may improve, modify, and create derivative works of the software or any portion
of the software, and you may copy and distribute such modifications or works. Modified
works should carry a notice stating that you changed the software and should note
the date and nature of any such change.

You may improve, modify, and create derivative works of the software or any portion of the software, and you may copy and distribute such modifications or works. Modified works should carry a notice stating that you changed the software and should note the date and nature of any such change.
You are solely responsible for determining the appropriateness of using and distributing
the software and you assume all risks associated with its use, including but not
limited to the risks and costs of program errors, compliance with applicable laws,
damage to or loss of data, programs or equipment, and the unavailability or interruption
of operation. This software is not intended to be used in any situation where a failure
could cause risk of injury or damage to property.

You are solely responsible for determining the appropriateness of using and distributing the software and you assume all risks associated with its use, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and the unavailability or interruption of operation. This software is not intended to be used in any situation where a failure could cause risk of injury or damage to property.

Please provide appropriate acknowledgments of NTIA’s creation of the software in any copies or derivative works of this software.
Please provide appropriate acknowledgments of NTIA’s creation of the software in
any copies or derivative works of this software.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ classifiers = [

dependencies = [
"environs>=9.5.0",
"tekrsa-api-wrap>=1.3.2",
"tekrsa-api-wrap>=1.3.3",
"scos_actions @ git+https://github.com/NTIA/scos-actions@9.0.0",
]

Expand Down
2 changes: 1 addition & 1 deletion src/scos_tekrsa/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "6.0.0"
__version__ = "6.0.1"