Daniel Holth

Results 349 comments of Daniel Holth

https://github.com/spdx/tools-python/pull/197 can serialize multiple checksums. Parsing them back in is additional work.

Should `package_object["packageVerificationCode"] = self.package_verification_code(` be optional or 'mandatory missing' per spec version 2.2 https://spdx.github.io/spdx-spec/package-information/#79-package-verification-code-field

I am also having this issue. The json generated by tools-python does not validate against `spdx-schema.json`.

@pombredanne OK to add Python 3 type annotations? OK to format with black?

@pombredanne I think this could be merged. It shoud be able to read/write json that is valid according to the spdx jsonschema, and it should be able to write multiple...

I would be happy for anyone to pick this up, thanks!

I have an overlapping pull request at https://github.com/spdx/tools-python/pull/197 but I did not implement parsing. Nice to see that you were able to implement parsing for all formats. Were you able...

> > I have an overlapping pull request at #197 but I did not implement parsing. > > Nice to see that you were able to implement parsing for all...

Hi, author of bdist_wheel here. I've been working on a different way to make wheels using SCons that I hope will be useful. IMO it is simpler and easier to...

Yes. As you can see on line 28 invoking cargo with an env.Command() is really easy too, it is not like GCC where you have to understand a ton of...