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

Update spdx-tools requirement from <=0.7.1 to <=0.8.2 #65

Merged
merged 7 commits into from
Apr 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Updates the requirements on spdx-tools to permit the latest version.

Release notes

Sourced from spdx-tools's releases.

v0.8.2

What's Changed

Full Changelog: spdx/tools-python@v0.8.1...v0.8.2

Changelog

Sourced from spdx-tools's changelog.

v0.8.2 (2023-10-12)

New features and changes

  • added optional encoding parameter for parsing files
  • fixed handling of the FilesAnalyzed field in Tag-Value format
  • fixed the validation of the DownloadLocation field
  • fixed the error handling while parsing license expressions
  • fixed output of timezone-sensitive datetimes
  • added code architecture documentation

Contributors

This release was made possible by the following contributors. Thank you very much!

v0.8.1 (2023-08-24)

New features and changes

  • massive speed-up in the validation process of large SBOMs
  • validation now detects and checks license references from external documents
  • allow for userinfo in git+ssh download location
  • more efficient relationship parsing in JSON/YAML/XML

Contributors

This release was made possible by the following contributors. Thank you very much!

v0.8.0 (2023-07-25)

New features and changes

  • major refactoring of the library
    • new and improved data model
    • type hints and type checks have been added to the model classes
    • license expressions and SPDX license list are now handled by the license-expression package
    • to update your existing code, refer to the migration guide
  • experimental support for the upcoming SPDX v3 specification (note, however, that support is neither complete nor

... (truncated)

Commits
  • 32e74cd update changelog for 0.8.2 release
  • f0873eb Properly install tzdata for GitHub Actions.
  • 195e244 Handle timezone-aware datetime objects when writing SPDX.
  • 248394c add documentation about the code architecture
  • 40d1d8e fix(validation): fix error generation in expression validator
  • e08e4d2 Merge pull request #759 from HomagGroup/feature/encoding_compliance
  • e8ae39d Merge branch 'main' into feature/encoding_compliance
  • ed9a135 fix(validation): also allow URLs in download locations
  • a1584b7 implement recommended UTF-8 encoding for reading and writing SPDX files
  • 3d3100a [issue-753] only allow lowercase values for FilesAnalyzed in tag-value
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [spdx-tools](https://github.com/spdx/tools-python) to permit the latest version.
- [Release notes](https://github.com/spdx/tools-python/releases)
- [Changelog](https://github.com/spdx/tools-python/blob/main/CHANGELOG.md)
- [Commits](spdx/tools-python@v0.3...v0.8.2)

---
updated-dependencies:
- dependency-name: spdx-tools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
…d functionality of translating name to tag, therefore adapted some tests.

Signed-off-by: Anton Utz <[email protected]>
@ant-u ant-u self-assigned this Apr 4, 2024
Copy link

github-actions bot commented Apr 4, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
624 586 94% 90% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 088de69 by action🐍

@ant-u ant-u requested a review from ct2034 April 4, 2024 12:32
@ant-u
Copy link
Collaborator

ant-u commented Apr 4, 2024

@ct2034 Do you approve with adapting the tests and removing the functionality of translating long names into the short tags?

@ct2034
Copy link
Member

ct2034 commented Apr 4, 2024

@ct2034 Do you approve with adapting the tests and removing the functionality of translating long names into the short tags?

Yes :)

@ant-u ant-u merged commit 630ddb5 into main Apr 5, 2024
12 checks passed
@dependabot dependabot bot deleted the dependabot/pip/spdx-tools-lte-0.8.2 branch April 5, 2024 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants