python312Packages.rokuecp 0.18.2 -> 0.19.0 https://repology.org/project/python:rokuecp/versions attrpath: python312Packages.rokuecp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m8pyj4w2v5lnbhff9j2ihgfigx63flk9-packages.json.drv building '/nix/store/m8pyj4w2v5lnbhff9j2ihgfigx63flk9-packages.json.drv'... Going to be running update for following packages: - python3.12-rokuecp-0.18.2 Press Enter key to continue... Running update for: - python3.12-rokuecp-0.18.2: UPDATING ... - python3.12-rokuecp-0.18.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/rokuecp/default.nix b/pkgs/development/python-modules/rokuecp/default.nix index 34a5c17a4772..00f710060cc7 100644 --- a/pkgs/development/python-modules/rokuecp/default.nix +++ b/pkgs/development/python-modules/rokuecp/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "rokuecp"; - version = "0.18.2"; + version = "0.19.0"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "ctalkington"; repo = "python-rokuecp"; rev = "refs/tags/${version}"; - hash = "sha256-fgnR3TZh+cHvC8qJnvwfrrtxCdEr89Uw8ciACzaQPYE="; + hash = "sha256-e7BY0Y2SdAtECKqOCUZfq7PcCR2bhQ4lESQD9jTaqpI="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.18.2" not present in master derivation file with contents: { lib , aiohttp , aresponses , awesomeversion , backoff , buildPythonPackage , cachetools , fetchFromGitHub , poetry-core , pytest-asyncio , pytest-freezegun , pytestCheckHook , pythonOlder , xmltodict , yarl }: buildPythonPackage rec { pname = "rokuecp"; version = "0.19.0"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "ctalkington"; repo = "python-rokuecp"; rev = "refs/tags/${version}"; hash = "sha256-e7BY0Y2SdAtECKqOCUZfq7PcCR2bhQ4lESQD9jTaqpI="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp backoff cachetools xmltodict awesomeversion yarl ]; nativeCheckInputs = [ aresponses pytest-asyncio pytest-freezegun pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace 'version = "0.0.0"' 'version = "${version}"' \ --replace "--cov" "" ''; disabledTests = [ # Network related tests are having troube in the sandbox "test_resolve_hostname" "test_get_dns_state" # Assertion issue "test_guess_stream_format" "test_update_tv" "test_get_apps_single_app" "test_get_tv_channels_single_channel" ]; pythonImportsCheck = [ "rokuecp" ]; meta = with lib; { description = "Asynchronous Python client for Roku (ECP)"; homepage = "https://github.com/ctalkington/python-rokuecp"; changelog = "https://github.com/ctalkington/python-rokuecp/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }