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 mido from 1.2.10 to 1.3.0 #10

Merged
merged 1 commit into from
Jul 24, 2023
Merged

Bump mido from 1.2.10 to 1.3.0 #10

merged 1 commit into from
Jul 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Bumps mido from 1.2.10 to 1.3.0.

Release notes

Sourced from mido's releases.

Version 1.3.0

"10 years anniversary edition"

Did you know it's been 10 years since version 1.0 has been released?

Let's celebrate with a new release!

-- Raphaël Doursenaud @​rdoursenaud

Acknowledgments

Special thanks to the contributors to this release:

A few stats: 16 contributors, 149 files changed, 107 commits.

Changes

Important

  • Removed support for Python 2.7. * Mido now requires Python 3.7 or higher. (Ole Martin Bjørndalen, pull request #408, with additional cleanup from @​rdoursenaud)

Bugfixes

  • Backends: The rtmidi and python-rtmidi 1.2.10 sometimes returned duplicate port names. (Bug introduced in 1.2.10. Fix by Maciej Sokołowski, pull request #321)

  • Backends/rtmidi: Prevent virtual port name mangling (@​rdoursenaud, thanks to @​digitalsignalperson for reporting)

... (truncated)

Changelog

Sourced from mido's changelog.

1.3.0 (2023-07-21) ^^^^^^^^^^^^^^^^^^

.. warning::

This release drops support for Python 2 and is only compatible with 3.7
onwards.
  • Bugfix Backends/rtmidi: Prevent virtual port name mangling (@​rdoursenaud, thanks to @​digitalsignalperson for reporting)

  • Bugfix Backends/rtmidi: Remove callback before closing the port to avoid a race condition (@​rdoursenaud)

  • Bugfix MidiFile: Properly decode/encode SMPTE hours in the SMPTE offset Meta (Thanks to @​laori93 for reporting and @​heilei for investigating. Issue #156)

  • Installation: support the "extras" syntax to install optional dependencies (@​rdoursenaud)

  • Documentation: updated, overhauled and proofread (@​rdoursenaud, nomadbyte, @​superbock)

  • Bugfix: Backends/Portmidi (@​akx, pull request #483)

  • MidiFile: Move merging track out of __iter__() to prevent hanging on first call (@​Frnot, pull request #470)

  • MidiFile: play() can now use an optional custom clock source (@​almostimplemented, pull request #153)

  • The project is now REUSE compliant. See https://reuse.software/ for details (@​rdoursenaud)

  • Packaging is now PEP-518 compliant (@​rdoursenaud)

  • Backends/Socket: Disable buffering (@​m-vo, pull request #342)

  • Removed support for Python 2.7. * Mido now requires Python 3.7 or higher. (Ole Martin Bjørndalen, pull request #408, with additional cleanup from @​rdoursenaud)

  • Backends: The rtmidi and python-rtmidi 1.2.10 sometimes returned duplicate port names. (Bug introduced in 1.2.10. Fix by Maciej Sokołowski, pull request #321)

  • Bugfix Backends/Socket: In Python 3, PortServer used to crashe when a socket client disconnects. (issue #290) (@​kyleclaassen, pull request #291)

  • MidiFile: Make UnknownMetaMessage robust to faulty MIDI files (@​sonovice,

... (truncated)

Commits
  • 30accad Proofread changes documentation
  • 25594fc Fix indentation error in documentation
  • 42b75c5 Update Changelog
  • 0f00d13 Use extras syntax in installation example
  • 0474307 Really fix SMPTE decoding & encoding
  • 6288863 Update release documentation
  • 43c1042 Port roadmap to GitHub milestone
  • 70b9a17 Prevent virtual port name mangling
  • a9034f5 Remove callback before closing the port
  • 0592984 Properly decode SMPTE hours
  • 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)

Bumps [mido](https://github.com/mido/mido) from 1.2.10 to 1.3.0.
- [Release notes](https://github.com/mido/mido/releases)
- [Changelog](https://github.com/mido/mido/blob/main/docs/changes.rst)
- [Commits](mido/mido@1.2.10...1.3.0)

---
updated-dependencies:
- dependency-name: mido
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 24, 2023
@cainky cainky merged commit c25b4fa into main Jul 24, 2023
3 checks passed
@cainky cainky deleted the dependabot/pip/mido-1.3.0 branch July 24, 2023 15:27
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