2023-01-02T00:51:33 jpylyzer 2.0.1 -> 2.1.0 https://pypi.org/project/jpylyzer/ 2023-01-02T00:51:35 attrpath: jpylyzer 2023-01-02T00:51:36 Checking auto update branch... 2023-01-02T00:51:36 No auto update branch exists 2023-01-02T00:51:36 Old version 2.0.1" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , buildPythonPackage , six , lxml , pytestCheckHook }: let # unclear relationship between test-files version and jpylyzer version. # upstream appears to just always test against the latest version, so # probably worth updating this when package is bumped. testFiles = fetchFromGitHub { owner = "openpreserve"; repo = "jpylyzer-test-files"; rev = "146cb0029b5ea9d8ef22dc6683cec8afae1cc63a"; sha256 = "sha256-uKUau7mYXqGs4dSnXGPnPsH9k81ZCK0aPj5F9HWBMZ8="; }; in buildPythonPackage rec { pname = "jpylyzer"; version = "2.1.0"; src = fetchFromGitHub { owner = "openpreserve"; repo = pname; rev = version; sha256 = "sha256-LBVOwjWC/HEvGgoi8WxEdl33M4JrfdHEj1Dk7f1NAiA="; }; propagatedBuildInputs = [ six ]; checkInputs = [ pytestCheckHook lxml ]; # don't depend on testFiles on darwin as it may not be extractable due to # weird filenames preCheck = lib.optionalString (!stdenv.isDarwin) '' sed -i '/^testFilesDir = /ctestFilesDir = "${testFiles}"' tests/unit/test_testfiles.py ''; disabledTestPaths = lib.optionals stdenv.isDarwin [ "tests/unit/test_testfiles.py" ]; pythonImportsCheck = [ "jpylyzer" ]; disallowedReferences = [ testFiles ]; meta = with lib; { description = "JP2 (JPEG 2000 Part 1) image validator and properties extractor"; homepage = "https://jpylyzer.openpreservation.org/"; license = licenses.lgpl3; maintainers = with maintainers; [ ris ]; }; } jpylyzer 2.0.1 -> 2.1.0 https://pypi.org/project/jpylyzer/ attrpath: jpylyzer Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval -f . "(let pkgs = import ./. {}; in builtins.hasAttr \"updateScript\" pkgs.jpylyzer)" Standard error: error: attribute '(let pkgs = import ' in selection path '(let pkgs = import ./. {}; in builtins.hasAttr "updateScript" pkgs.jpylyzer)' not found