mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 23:23:36 +00:00
Merge pull request #325208 from fabaff/pyloadapi-bump
python312Packages.pyloadapi: 1.2.0 -> 1.3.1
This commit is contained in:
commit
73fec37e81
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user