-
Notifications
You must be signed in to change notification settings - Fork 95
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
Fix dependency issues #586
Conversation
scancode-toolkit 31.2.3 and 31.2.4 has bugfixes for a number of dependency issues which was breaking toolkit and others. These dependency fixes were: * spdx-tools has been pinned to `0.7.0a3` to guard against upcoming breaking changes. * the installation issues with `packaging` version 22.0 is fixed by replacing it with `packvers` * license index unpickling issue because of the new `attrs` release `22.2.0` is fixed by vendoring attrs for use in the license index code. Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
We still need to merge an release aboutcode-org/python-inspector#109 for this though. I'm getting this error on |
Can I work on this @AyanSinhaMahapatra ? |
@swastkk you already did! Thanks ++ Here we just need to get python-inspector released and then scancode.io released (hopefully if nothing else breaks), for which we need to tag and push, and only maintainers have access. |
Okay ✨ |
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
@pombredanne this is all green! |
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!
scancode-toolkit 31.2.3 and 31.2.4 has bugfixes for a number of dependency issues which was breaking toolkit and others. These dependency fixes were:
spdx-tools has been pinned to
0.7.0a3
to guard against upcoming breaking changes.the installation issues with
packaging
version 22.0 is fixed by replacing it withpackvers
license index unpickling issue because of the new
attrs
release22.2.0
is fixed by vendoring attrs for use in the license index code.Signed-off-by: Ayan Sinha Mahapatra [email protected]