Commit graph

44 commits

Author SHA1 Message Date
D Anzorge 50bfecb5bc streamlink: 5.2.1 -> 5.3.0
https://github.com/streamlink/streamlink/releases/tag/5.3.0
2023-02-20 05:09:36 +01:00
D Anzorge 8c622b4a41 streamlink: 5.1.2 -> 5.2.1
- https://github.com/streamlink/streamlink/releases/tag/5.2.0
- https://github.com/streamlink/streamlink/releases/tag/5.2.1
2023-01-25 02:50:41 +01:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
D Anzorge 9a2a145ff3 streamlink: 5.0.1 -> 5.1.2
- https://github.com/streamlink/streamlink/releases/tag/5.1.0

Upstream added an explicit dependency on urllib3 in order to raise the
minimum required version above what the transitive dependencies would
require. Nixpkgs' urllib3 is already >=1.26.0, and so adding it here is
redundant, but done to avoid future surprises.

- https://github.com/streamlink/streamlink/releases/tag/5.1.1
- https://github.com/streamlink/streamlink/releases/tag/5.1.2
2022-12-05 02:10:44 +01:00
D Anzorge 2034a3da5a streamlink: 3.2.0 -> 5.0.1
Changelogs:
- https://github.com/streamlink/streamlink/releases/tag/4.0.0
- https://github.com/streamlink/streamlink/releases/tag/4.0.1
- https://github.com/streamlink/streamlink/releases/tag/4.1.0
- https://github.com/streamlink/streamlink/releases/tag/4.2.0
- https://github.com/streamlink/streamlink/releases/tag/4.3.0
- https://github.com/streamlink/streamlink/releases/tag/5.0.0
- https://github.com/streamlink/streamlink/releases/tag/5.0.1

Streamlink switched to the pyproject format in 4.0.0
2022-10-04 00:27:35 +02:00
techknowlogick b0439f0bd2 streamlink: 3.1.1 -> 3.2.0 2022-03-05 15:37:40 -05:00
D Anzorge 9cd3ed6e8c streamlink: 3.1.0 -> 3.1.1 2022-01-26 19:05:26 +01:00
D Anzorge 86cc0e8fc2 streamlink: 3.0.3 -> 3.1.0 2022-01-23 12:14:07 +01:00
D Anzorge 8d4f2c3816 streamlink: 3.0.1 -> 3.0.3 2021-11-28 02:38:25 +01:00
D Anzorge 74c99a1c82 streamlink: 2.4.0 -> 3.0.1 2021-11-18 14:45:23 +01:00
D Anzorge 299d4d7296 streamlink: patch tests for compatibility with Requests 2.26 2021-09-17 01:06:25 +02:00
Mario Rodas 96eb6ec434 streamlink: 2.3.0 -> 2.4.0
https://github.com/streamlink/streamlink/releases/tag/2.4.0
2021-09-11 04:20:00 +00:00
D Anzorge 47abe47b55 streamlink: 2.2.0 -> 2.3.0 2021-07-28 00:10:11 +02:00
D Anzorge 835dedfdbd streamlink: 2.1.1 -> 2.2.0 2021-07-20 17:24:07 +02:00
Sandro Jäckel 7b4d273d3c
pythonPackages: websocket_client -> websocket-client 2021-06-15 22:03:10 +02:00
Robert Schütz 42cca18c8c streamlink: 2.0.0 -> 2.1.1 2021-04-25 16:02:58 +02:00
Michael Hoang 31f9051cf6 treewide: stop maintaining most packages 2021-01-06 17:06:03 +11:00
Cole Helbling 1dbc32c038
streamlink: 1.5.0 -> 2.0.0
https://github.com/streamlink/streamlink/releases/tag/2.0.0

https://github.com/streamlink/streamlink/compare/1.5.0...2.0.0
2021-01-03 22:00:01 -08:00
R. RyanTM 88220fcaf1 streamlink: 1.4.1 -> 1.5.0 2020-07-08 16:07:52 +00:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
R. RyanTM 7a35da8111 streamlink: 1.3.1 -> 1.4.1 2020-05-04 09:07:57 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Michael Hoang 8d25449758 streamlink: 1.3.0 -> 1.3.1 2020-01-28 18:17:42 +11:00
R. RyanTM f24ef9491a streamlink: 1.2.0 -> 1.3.0 (#74660) 2019-11-30 15:03:43 +01:00
R. RyanTM 7c751ccba1 streamlink: 1.1.1 -> 1.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/streamlink/versions
2019-09-28 22:28:49 -07:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM bfca9f35f6 streamlink: 1.0.0 -> 1.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/streamlink/versions
2019-04-16 05:26:38 -07:00
R. RyanTM 88e170909f streamlink: 0.14.2 -> 1.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/streamlink/versions
2019-03-02 19:19:51 -08:00
Michael Hoang 8cf34caba5 streamlink: set macOS as a supported platform 2018-07-15 13:11:49 +10:00
Johannes Frankenau 701ddacfb1 streamlink: 0.13.0 -> 0.14.2 (#42625) 2018-06-29 22:26:52 +02:00
Johannes Frankenau cd4c5a3cf6 streamlink: 0.12.1 -> 0.13.0 (#42336) 2018-06-25 00:19:01 +02:00
R. RyanTM 5d402612d5 streamlink: 0.10.0 -> 0.12.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/streamlink/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/7rxcwgcznrsqj6kkvrxi8j2ggjx3il4v-streamlink-0.12.1/bin/.streamlink-wrapped -h’ got 0 exit code
- ran ‘/nix/store/7rxcwgcznrsqj6kkvrxi8j2ggjx3il4v-streamlink-0.12.1/bin/.streamlink-wrapped --help’ got 0 exit code
- ran ‘/nix/store/7rxcwgcznrsqj6kkvrxi8j2ggjx3il4v-streamlink-0.12.1/bin/.streamlink-wrapped -V’ and found version 0.12.1
- ran ‘/nix/store/7rxcwgcznrsqj6kkvrxi8j2ggjx3il4v-streamlink-0.12.1/bin/.streamlink-wrapped --version’ and found version 0.12.1
- ran ‘/nix/store/7rxcwgcznrsqj6kkvrxi8j2ggjx3il4v-streamlink-0.12.1/bin/streamlink -h’ got 0 exit code
- ran ‘/nix/store/7rxcwgcznrsqj6kkvrxi8j2ggjx3il4v-streamlink-0.12.1/bin/streamlink --help’ got 0 exit code
- ran ‘/nix/store/7rxcwgcznrsqj6kkvrxi8j2ggjx3il4v-streamlink-0.12.1/bin/streamlink -V’ and found version 0.12.1
- ran ‘/nix/store/7rxcwgcznrsqj6kkvrxi8j2ggjx3il4v-streamlink-0.12.1/bin/streamlink --version’ and found version 0.12.1
- found 0.12.1 with grep in /nix/store/7rxcwgcznrsqj6kkvrxi8j2ggjx3il4v-streamlink-0.12.1
- directory tree listing: https://gist.github.com/09fbfb8c035d471bd38a592acf455d9a
2018-05-12 14:49:37 +03:00
Tuomas Tynkkynen fff0daddce streamlink: 0.9.0 -> 0.10.0 2018-01-27 16:10:46 +02:00
zraexy 7d1aa9fd22 streamlink: 0.8.1 -> 0.9.0 2017-11-14 08:08:47 -09:00
zraexy e87a72caef streamlink: 0.7.0 -> 0.8.1 2017-09-12 12:39:08 -08:00
zraexy afb27bd4eb streamlink: 0.6.0 -> 0.7.0 2017-07-02 00:44:23 -08:00
zraexy 83edd95335 streamlink: 0.5.0 -> 0.6.0 2017-05-11 22:58:10 -08:00
Frederik Rietdijk ef4442e827 Python: replace requests2 with requests tree-wide
See f63eb58573

The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
zraexy 51770c85e4
streamlink: 0.3.0 -> 0.5.0 2017-04-17 01:24:28 +02:00
Yorick van Pelt 2a939c4b21 streamlink: 0.0.2 -> 0.3.0 2017-01-25 19:12:49 +01:00
zraexy e675b2c0de streamlink: 1.14.0-rc1 -> 0.0.2
Update streamlink to 0.0.2
1.14.0-rc1 was not an official release
2016-10-31 20:07:49 +02:00
Tuomas Tynkkynen ca7808f696 streamlink: Fix longDescription 2016-09-21 19:34:01 +03:00
Tuomas Tynkkynen 5aee5b2100 streamlink: Init at 1.14.0-rc1
A fork of livestreamer (which is no longer maintained) that actually
works with Twitch.
2016-09-21 19:29:51 +03:00