when encoding messages the underlying method int_to_bin incorrectly
assumed that all values were signed. This was wrong and could lead to
invalid messages, when encoding.
when encoding messages the underlying method int_to_bin incorrectly
assumed that all values were signed. This was wrong and could lead to
invalid messages, when encoding.
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 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)
Bumps pyais from 1.4.0 to 2.0.3.
Release notes
Sourced from pyais's releases.
... (truncated)
Changelog
Sourced from pyais's changelog.
... (truncated)
Commits
25f75b1
Prepares v2.0.3 release07c6dcd
Merge pull request #57 from M0r13n/54-wrong-types-for-fields8f8d16c
Merge pull request #62 from Giangblackk/patch-11085c79
fix wrong URL to GPSD for MessageType686b5d22
Merge master into this branche001f94
Merge pull request #61 from M0r13n/check-for-signed-ints185f3ee
Mark all unsigned fields as unsignedf61ae23
Merge pull request #60 from M0r13n/missing-checksumaf41897
handle missing checksum5e0d5fb
Add a type check for consistent typesDependabot 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 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)