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

Release 0.15.0 #153

Merged
merged 22 commits into from
Jan 10, 2024
Merged

Release 0.15.0 #153

merged 22 commits into from
Jan 10, 2024

Conversation

ajnelson-nist
Copy link
Member

No description provided.

kchason and others added 22 commits November 13, 2023 10:40
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
No effects were observed on Make-managed files.

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
No effects were observed on Make-managed files.

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
No effects were observed on Make-managed files.

References:
* #142

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Before this patch, the `pytest` calls in unit testing raise the
`DeprecationWarning` from `case_utils.local_uuid`.  E.g. both of these
test files would raise the warning:

(test1.py)

```python
def test_foo() -> None:
    import case_utils
```

```bash
pytest test1.py
# Logs deprecation warning.
```

(test2.py)

```python
import case_utils
def test_foo() -> None:
    pass
```

```bash
pytest test2.py
# Logs deprecation warning.
```

This patch removes the module re-export.

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Deactivate List shape when TBox review is not requested
No effects were observed on Make-managed files.

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References:
* Cyber-Domain-Ontology/CDO-Utility-Local-UUID#2

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
Additional parts for exporting `local_uuid`
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
@ajnelson-nist ajnelson-nist added this to the 0.15.0 milestone Jan 10, 2024
@ajnelson-nist ajnelson-nist marked this pull request as ready for review January 10, 2024 19:44
@ajnelson-nist ajnelson-nist requested a review from a team as a code owner January 10, 2024 19:44
@kchason kchason merged commit b722e77 into main Jan 10, 2024
6 checks passed
@kchason kchason deleted the release-0.15.0 branch January 10, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants