Merge pull request #244739 from DeeUnderscore/update/streamlink-6.0.0

streamlink: 5.5.1 -> 6.0.0
This commit is contained in:
Mario Rodas 2023-07-23 17:08:36 -05:00 committed by GitHub
commit 3cc194e6f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "5.5.1";
version = "6.0.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-srT+jWQ22+e87HjeLUu3gBVjiFYUNbYaGWMVbp/F+9A=";
hash = "sha256-BeP+YOBtTz1D//LDBMha+07yVXdgBHfM4v4aVNHzwAw=";
};
nativeCheckInputs = with python3Packages; [
@ -20,6 +20,7 @@ python3Packages.buildPythonApplication rec {
requests-mock
freezegun
pytest-asyncio
pytest-trio
];
nativeBuildInputs = with python3Packages; [
@ -27,15 +28,18 @@ python3Packages.buildPythonApplication rec {
];
propagatedBuildInputs = (with python3Packages; [
certifi
isodate
lxml
pycountry
pycryptodome
pysocks
requests
websocket-client
trio
trio-websocket
typing-extensions
urllib3
certifi
websocket-client
]) ++ [
ffmpeg
];