python311Packages.orange-canvas-core 0 -> 1 attrpath: python311Packages.orange-canvas-core 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/mz7bvslq18pa9s92jmj1gsl5g9k8aps3-packages.json.drv building '/nix/store/mz7bvslq18pa9s92jmj1gsl5g9k8aps3-packages.json.drv'... Going to be running update for following packages: - python3.11-orange-canvas-core-0.1.35 Press Enter key to continue... Running update for: - python3.11-orange-canvas-core-0.1.35: UPDATING ... - python3.11-orange-canvas-core-0.1.35: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/orange-canvas-core/default.nix b/pkgs/development/python-modules/orange-canvas-core/default.nix index 37683a999488..592aa2afa509 100644 --- a/pkgs/development/python-modules/orange-canvas-core/default.nix +++ b/pkgs/development/python-modules/orange-canvas-core/default.nix @@ -18,12 +18,12 @@ buildPythonPackage rec { pname = "orange-canvas-core"; - version = "0.1.35"; + version = "0.2.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-xLCwjeNDx9RqxlNkIWMo0Pcrg7akGuu4Rv9oRDgOK18="; + hash = "sha256-KMEFZkAZkDhuDPpAts+u825p5pFJZbyrsMW/S1AArp4="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.1.35" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , anyqt , cachecontrol , commonmark , dictdiffer , docutils , filelock , lockfile , numpy , pytest-qt , pytestCheckHook , qasync , qt5 , requests-cache }: buildPythonPackage rec { pname = "orange-canvas-core"; version = "0.2.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-KMEFZkAZkDhuDPpAts+u825p5pFJZbyrsMW/S1AArp4="; }; propagatedBuildInputs = [ anyqt cachecontrol commonmark dictdiffer docutils filelock lockfile numpy qasync requests-cache ]; pythonImportsCheck = [ "orangecanvas" ]; preCheck = '' export HOME=$(mktemp -d) export QT_PLUGIN_PATH="${qt5.qtbase.bin}/${qt5.qtbase.qtPluginPrefix}" export QT_QPA_PLATFORM_PLUGIN_PATH="${qt5.qtbase.bin}/lib/qt-${qt5.qtbase.version}/plugins"; export QT_QPA_PLATFORM=offscreen ''; nativeCheckInputs = [ pytest-qt pytestCheckHook ]; disabledTestPaths = [ "orangecanvas/canvas/items/tests/test_graphicstextitem.py" ]; meta = { description = "Orange framework for building graphical user interfaces for editing workflows"; homepage = "https://github.com/biolab/orange-canvas-core"; license = [ lib.licenses.gpl3 ]; maintainers = [ lib.maintainers.lucasew ]; }; }