Merge pull request #145489 from fabaff/bump-pytautulli

python3Packages.pytautulli: 21.10.1 -> 21.11.0
This commit is contained in:
Fabian Affolter 2021-11-12 00:53:28 +01:00 committed by GitHub
commit 4b8c0db150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
{ lib { lib
, aiohttp , aiohttp
, aresponses , aresponses
, async-timeout
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, pytest-asyncio , pytest-asyncio
@ -11,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytautulli"; pname = "pytautulli";
version = "21.10.1"; version = "21.11.0";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -20,7 +19,7 @@ buildPythonPackage rec {
owner = "ludeeus"; owner = "ludeeus";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-ckDqKPseOrGyWGvcPyj99cvQS+w4AHUkO4FHOIo9MDM="; sha256 = "sha256-zODU3aN+8Fdw/GQ/EfZhn6kOuLDARKgLULzRw2+b2BM=";
}; };
postPatch = '' postPatch = ''
@ -32,7 +31,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
aiohttp aiohttp
async-timeout
]; ];
checkInputs = [ checkInputs = [
@ -41,7 +39,9 @@ buildPythonPackage rec {
pytestCheckHook pytestCheckHook
]; ];
pythonImportsCheck = [ "pytautulli" ]; pythonImportsCheck = [
"pytautulli"
];
meta = with lib; { meta = with lib; {
description = "Python module to get information from Tautulli"; description = "Python module to get information from Tautulli";