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 pulsectl from 24.11.0 to 24.12.0 #5512

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2024

Bumps pulsectl from 24.11.0 to 24.12.0.

Changelog

Sourced from pulsectl's changelog.

  • 24.12.0: Add profile_list to PulseCardPortInfo, same as there's one for PulseCardInfo #84.

  • 21.10.4: Add channel_list_enum to compare channel_list values with something in a typo-free way, expose channel_list_raw with C enum values #66.

  • 21.5.0: Fix PA_VOLUME_MAX and PA_VOLUME_UI_MAX values, both were incorrect #53.

  • 21.3.4: Add timeout= option for connect() method #48.

  • 21.3.1: There is now https://pypi.org/project/pulsectl-asyncio/ module #46.

    It is maintained separately, and should provide similar bindings to use with async apps.

  • 20.2.4: Add pulse.get_card_by_name() wrapper #38.

  • 20.1.1: Add pulse.play_sample() - server-side stored sample playback #36.

    Loading is not implemented, would suggest something like libcanberra for that.

  • 19.9.1: Add pulse.get_peak_sample() func for getting volume peak within timespan #33.

  • 18.10.5: pulse.connect() can now be used to reconnect to same server.

  • 17.12.2: Use pa_card_profile_info2 / profiles2 introspection API #19.

    Only adds one "available" property to PulseCardProfileInfo. Requires pulseaudio/libpulse 5.0+.

  • 17.9.3: Add wrappers for Pulse.get_sink_by_name / Pulse.get_source_by_name #17.

    More efficient alternative for sink_input_list / source_output_list filtering.

  • 17.6.0: Add PulseCardInfo.port_list #15.

    These ports are different from sink/source ports in that they have proplist, card profiles and some other parameters associated with them, implemented as PulseCardPortInfo instances.

  • 17.1.3: Add wrappers for card profiles #14.

    More specifically - PulseCardProfileInfo objects and PulseCardInfo "profile_list" and "profile_active" attributes.

    pulse.card_profile_set(card, profile) can be used to set active profile (either by name or PulseCardProfileInfo object).

  • 16.11.0: This changelog file was started, thanks to the idea from #12.

Commits
  • df9431e Setup/changelog version bump
  • e601d38 Merge pull request #84 from bnfour/expose-port-profiles
  • 0013486 expose profile_list (and n_profiles too) for PulseCardPortInfo
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [pulsectl](https://github.com/mk-fg/python-pulse-control) from 24.11.0 to 24.12.0.
- [Changelog](https://github.com/mk-fg/python-pulse-control/blob/master/CHANGES.rst)
- [Commits](mk-fg/python-pulse-control@24.11.0...24.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Updates of external dependencies python Pull requests that update Python code labels Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates of external dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants