-
Notifications
You must be signed in to change notification settings - Fork 20
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
Bump spdx-tools from 0.8.1 to 0.8.2 #158
Conversation
Bumps [spdx-tools](https://github.com/spdx/tools-python) from 0.8.1 to 0.8.2. - [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.8.1...v0.8.2) --- updated-dependencies: - dependency-name: spdx-tools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Hmmm, there are some failing test cases. Debugging help and PRs welcome! What's going on? |
@jspeed-meyers - It looks like the valid SPDX version format changed from I wasn't able to track down where the change occurred - since this PR updates the version of python-tools, I assume something changed in that library but I couldn't track it down. @armintaenzertng - any thoughts? Here's the function that's returning false:
|
Thank you, @goneall. If that's the case, I could add to this PR changes to those SPDX documents in our test suite. |
There have been no changes to the |
So the error is here and reads
So the problem is that |
So I'm pretty sure the issue arises due to the fix of this issue. |
@armintaenzertng, ahhhh. Thank you! @goneall: Let me add these changes to this PR. |
Okay, fixed. Thank you @armintaenzertng! Ready for review :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @armintaenzertng and @jspeed-meyers
Thank you, @goneall! |
Bumps spdx-tools from 0.8.1 to 0.8.2.
Release notes
Sourced from spdx-tools's releases.
Changelog
Sourced from spdx-tools's changelog.
Commits
32e74cd
update changelog for 0.8.2 releasef0873eb
Properly install tzdata for GitHub Actions.195e244
Handle timezone-aware datetime objects when writing SPDX.248394c
add documentation about the code architecture40d1d8e
fix(validation): fix error generation in expression validatore08e4d2
Merge pull request #759 from HomagGroup/feature/encoding_compliancee8ae39d
Merge branch 'main' into feature/encoding_complianceed9a135
fix(validation): also allow URLs in download locationsa1584b7
implement recommended UTF-8 encoding for reading and writing SPDX files3d3100a
[issue-753] only allow lowercase values for FilesAnalyzed in tag-valueDependabot 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)