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 streamlink from 3.1.1 to 3.2.0 in /tvheadend #96

Merged
merged 1 commit into from
Mar 20, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2022

Bumps streamlink from 3.1.1 to 3.2.0.

Release notes

Sourced from streamlink's releases.

Streamlink 3.2.0

Release highlights:

  • Added: log message for the resolved path when writing output to file (#4336)
  • Added: new plugins for rtpa.es (#4344) and lnk.lt (#4364)
  • Changed: metadata requirements for built-in plugins (#4374)
  • Improved: plugins documentation (#4374)
  • Fixed: filmon plugin, requires at least OpenSSL 1.1.0 (#4335, #4345)
  • Fixed: mildom plugin (#4375)
  • Fixed: nicolive email logins with confirmation codes (#4380)
  • Fixed: various other plugin issues, see the changelog down below
  • Upgraded: Windows installer's Python and dependency versions (#4330, #4347)

Installation

See the detailed installation instructions on Streamlink's website.

Supporting Streamlink

If you think that this application is helpful, please consider supporting the maintainers by donating via the Open collective. Not only becoming a backer, but also a sponsor for the (open source) project.

Dylan <[email protected]> (1):
      typo of "steams" to "streams" in opencv-face.py

Ian Cameron <[email protected]> (3): plugin.api.http_session: add class TLSSecLevel1Adapter() plugins.filmon: fix/update docs: correct minor typo

Justinas Stankevičius <[email protected]> (1): plugins.lnk: add new plugin (#4364)

back-to <[email protected]> (1): plugins.nicolive: fix login via email (#4380)

bastimeyer <[email protected]> (22): plugins.pluzz: fix workflow value in API schema installer: upgrade python from 3.9.8 to 3.9.10 cli: log resolved file output path plugins.rtpa: add new plugin installer: update wheels to latest versions plugins.pandalive: fix plugin plugins.ard_live: fix live.daserste.de inputs tests.plugins: implement should_match_groups tests.plugins: test URL capture groups plugins.goltelevision: fix API URL tests: rewrite TestPlugins using pytest fixtures tests: add parametrized TestPluginTests </tr></table>

... (truncated)

Changelog

Sourced from streamlink's changelog.

streamlink 3.2.0 (2022-03-05)

Release highlights:

  • Added: log message for the resolved path when writing output to file (#4336)
  • Added: new plugins for rtpa.es (#4344) and lnk.lt (#4364)
  • Changed: metadata requirements for built-in plugins (#4374)
  • Improved: plugins documentation (#4374)
  • Fixed: filmon plugin, requires at least OpenSSL 1.1.0 (#4335, #4345)
  • Fixed: mildom plugin (#4375)
  • Fixed: nicolive email logins with confirmation codes (#4380)
  • Fixed: various other plugin issues, see the changelog down below
  • Upgraded: Windows installer's Python and dependency versions (#4330, #4347)
Dylan <[email protected]> (1):
      typo of "steams" to "streams" in opencv-face.py

Ian Cameron <[email protected]> (3): plugin.api.http_session: add class TLSSecLevel1Adapter() plugins.filmon: fix/update docs: correct minor typo

Justinas Stankevičius <[email protected]> (1): plugins.lnk: add new plugin (#4364)

back-to <[email protected]> (1): plugins.nicolive: fix login via email (#4380)

bastimeyer <[email protected]> (22): plugins.pluzz: fix workflow value in API schema installer: upgrade python from 3.9.8 to 3.9.10 cli: log resolved file output path plugins.rtpa: add new plugin installer: update wheels to latest versions plugins.pandalive: fix plugin plugins.ard_live: fix live.daserste.de inputs tests.plugins: implement should_match_groups tests.plugins: test URL capture groups plugins.goltelevision: fix API URL tests: rewrite TestPlugins using pytest fixtures tests: add parametrized TestPluginTests tests: add parametrized TestRemovedPluginsFile tests: move global plugin arguments test docs: update Streamlink Twitch GUI image docs: fix GithubReferences transform docs: add icon to external links plugins: add metadata header comments docs: rename plugin_matrix to plugins </tr></table>

... (truncated)

Commits
  • 5dffc15 release: 3.2.0
  • c19548d plugins.nicolive: fix login via email (#4380)
  • ce70388 docs: fix plugin metadata example
  • 64c9bd6 docs: update developing page
  • d24aaa7 docs: dynamically build list of plugins
  • 8273049 docs: rename plugin_matrix to plugins
  • d0fb04d plugins: add metadata header comments
  • 98da60a docs: add icon to external links
  • c436024 docs: fix GithubReferences transform
  • ab1ee5e plugins.mildom: get token for livestream (#4375)
  • 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 [streamlink](https://github.com/streamlink/streamlink) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/streamlink/streamlink/releases)
- [Changelog](https://github.com/streamlink/streamlink/blob/master/CHANGELOG.md)
- [Commits](streamlink/streamlink@3.1.1...3.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies. python labels Mar 7, 2022
@github-actions github-actions bot removed the python label Mar 8, 2022
@GauthamVarmaK GauthamVarmaK merged commit e24900f into main Mar 20, 2022
@dependabot dependabot bot deleted the dependabot/pip/tvheadend/streamlink-3.2.0 branch March 20, 2022 15:29
@github-actions github-actions bot locked and limited conversation to collaborators Mar 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Upgrade or downgrade of project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant