python311Packages.orange-widget-base 0 -> 1 attrpath: python311Packages.orange-widget-base 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/jp94dgk0vvbgdllfmrbmrbyr9bwi46a8-packages.json.drv building '/nix/store/jp94dgk0vvbgdllfmrbmrbyr9bwi46a8-packages.json.drv'... Going to be running update for following packages: - python3.11-orange-widget-base-4.22.0 Press Enter key to continue... Running update for: - python3.11-orange-widget-base-4.22.0: UPDATING ... - python3.11-orange-widget-base-4.22.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/orange-widget-base/default.nix b/pkgs/development/python-modules/orange-widget-base/default.nix index 3a1d5cd6e893..95dadbb04d79 100644 --- a/pkgs/development/python-modules/orange-widget-base/default.nix +++ b/pkgs/development/python-modules/orange-widget-base/default.nix @@ -16,12 +16,12 @@ buildPythonPackage rec { pname = "orange-widget-base"; - version = "4.22.0"; + version = "4.23.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-nV2aBPZzn7K+QECtCVoLLh5smG31zE2G9jFTKlxh9qM="; + hash = "sha256-mz+BcZEdg1p9V0ewYRrw3jKBWLMbL9RR6o4hUEUx9DA="; }; propagatedBuildInputs = [ No auto update branch exists Old version 4.22.0" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchPypi , pyqt5 , pyqtwebengine , matplotlib , orange-canvas-core , pyqtgraph , typing-extensions , qt5 , pytestCheckHook , pytest-qt , appnope }: buildPythonPackage rec { pname = "orange-widget-base"; version = "4.23.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-mz+BcZEdg1p9V0ewYRrw3jKBWLMbL9RR6o4hUEUx9DA="; }; propagatedBuildInputs = [ matplotlib orange-canvas-core pyqt5 pyqtgraph pyqtwebengine typing-extensions ] ++ lib.optionals stdenv.isDarwin [ appnope ]; pythonImportsCheck = [ "orangewidget" ]; 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 = [ "orangewidget/report/tests/test_report.py" "orangewidget/tests/test_widget.py" ]; meta = { description = "Implementation of the base OWBaseWidget class and utilities for use in Orange Canvas workflows"; homepage = "https://github.com/biolab/orange-widget-base"; license = [ lib.licenses.gpl3Plus ]; maintainers = [ lib.maintainers.lucasew ]; }; }