Skip to content

fix(deps): bump playsound from 1.2.2 to 1.3.0 - #27

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/playsound-1.3.0
Open

fix(deps): bump playsound from 1.2.2 to 1.3.0#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/playsound-1.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2022

Copy link
Copy Markdown
Contributor

Bumps playsound from 1.2.2 to 1.3.0.

Release notes

Sourced from playsound's releases.

Release Version 1.3.0

Uploaded to Pypi on July 23rd, 2021.

Changelog

Sourced from playsound's changelog.

1.3.0 (July 23, 2021)

* Adds in an automated test suite.
* Non-ascii filepaths and filepaths with spaces should now consistently work.
* Path objects are supported now.

1.2.1 (Feb. 27, 2016)

* Fixes bug that prevented relative paths from working on OS X.

1.2.0 (Feb. 20, 2016)

* Now uses   NSSound.initWithContentsOfURL_byReference_ on OS X
  instead of NSSound.initWithContentsOfFile_byReference_. This allows it to
  handle both local file paths and URLs. This capability was already
  unintentionally present on Windows by using windll.winmm. Since I lack a
  Linux machine to test on, and nobody is offering assistance, many things
  that work well on OS X and Windows probably don't work at all on Linux.

1.1.0 (Jan. 26, 2016)

* Changed from using winsound.PlaySound on Windows to windll.winmm.
  Appears to be just as common as winsound, and has the advantage of playing
  more file formats, such as MP3, than winsound (which only plays WAVE as
  far as I can tell).

1.0.0 (Jan. 24, 2016)

* Initial commit
Commits

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 Jun 16, 2022
@ajite

ajite commented Jun 17, 2022

Copy link
Copy Markdown
Owner

Memo : I have issue with playsound 1.3.0 on windows. I will need to investigate and check if it works before bumping the version number.

@dependabot
dependabot Bot force-pushed the dependabot/pip/playsound-1.3.0 branch from 05a65fb to 269294d Compare June 21, 2022 02:58
@dependabot
dependabot Bot force-pushed the dependabot/pip/playsound-1.3.0 branch 2 times, most recently from 9696a48 to e7ead60 Compare July 28, 2022 07:32
Bumps [playsound](https://github.com/TaylorSMarks/playsound) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/TaylorSMarks/playsound/releases)
- [Changelog](https://github.com/TaylorSMarks/playsound/blob/master/CHANGES)
- [Commits](https://github.com/TaylorSMarks/playsound/commits/v1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/playsound-1.3.0 branch from e7ead60 to 272bd11 Compare March 15, 2023 01:46
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