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

Bump ndspy from 3.0.0 to 4.0.0 #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 25, 2022

Bumps ndspy from 3.0.0 to 4.0.0.

Release notes

Sourced from ndspy's releases.

Version 4.0.0

  • Many bugfixes. Thank you to everyone who reported bugs!

  • The ndspy.codeCompression and ndspy.lz10 now have CLIs. They also gained convenience functions for compressing and decompressing to/from files rather than :py:class:bytes objects.

  • ndspy.bmg.BMG now calls encoding value 1 'cp1252' rather than 'latin-1'; the latter was just a guess on my part. It also gained a new read-only attribute ndspy.bmg.BMG.fullEncoding that is useful for manually decoding BMG strings, in case you need to do that for some reason.

  • ndspy.rom.NintendoDSRom.iconBanner now supports all versions of icon/banner data, not just the first version. The ICON_BANNER_LEN constant has been removed, since it is not actually meaningful (different versions have different lengths).

  • ndspy.Processor is now an enum.IntEnum, rather than just an enum.Enum.

  • Assertions now have messages indicating what went wrong.

  • The ndspy and ndspy.bmg modules now have unit tests.

  • Changes pertaining to undocumented modules:

    • ndspy.color's API has been redesigned. However, this may be reverted or redesigned again before the module is stabilized.
    • Almost all ndspy.texture.TextureFormat enum members were renamed.
    • ndspy.graphics2D got further API improvements.
    • ndspy.extras.music now automatically parses unparsed SSEQs.
Commits
  • 84a17a7 Prepare for 4.0.0 release
  • 31ed790 Add a todo comment to color.py
  • 3c36ad3 Minor documentation improvements
  • c02199e Update sequence event docs with new info from Prof. 9
  • d42c932 Improve error handling for code-settings offset detection
  • 2c9af74 Merge pull request #2 from Prof9/master
  • 3cbaeba Fix variable length integer not being written if the value is 0.
  • cc7997a Oops
  • f7da399 ndspy.rom: Support icon/banner blobs other than v1
  • 8fc1c5c Fix bug
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 25, 2022
Bumps [ndspy](https://github.com/RoadrunnerWMC/ndspy) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/RoadrunnerWMC/ndspy/releases)
- [Commits](RoadrunnerWMC/ndspy@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: ndspy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
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.

1 participant