Merge pull request #325208 from fabaff/pyloadapi-bump

python312Packages.pyloadapi: 1.2.0 -> 1.3.1
This commit is contained in:
Fabian Affolter 2024-07-07 16:17:46 +02:00 committed by GitHub
commit 73fec37e81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pyloadapi";
version = "1.2.0";
version = "1.3.1";
pyproject = true;
disabled = pythonOlder "3.12";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "tr4nt0r";
repo = "pyloadapi";
rev = "refs/tags/v${version}";
hash = "sha256-uOgqc1RqmEk0Lqz/ixlChKTZva7+0v4V8KutLSgPKEE=";
hash = "sha256-tgK2zxgd0v2JEWgFwJLcNngDobuttM7FHKuHfTeFo14=";
};
postPatch = ''
@ -47,6 +47,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pyloadapi" ];
disabledTestPaths = [
# Tests require network access
"tests/test_cli.py"
];
meta = with lib; {
description = "Simple wrapper for pyLoad's API";
homepage = "https://github.com/tr4nt0r/pyloadapi";