python311Packages.plotnine 0.10.1 -> 0.12.3 https://repology.org/project/python:plotnine/versions attrpath: python311Packages.plotnine 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/as63waz5961x8dx4g3irdhd98wlfrwh3-packages.json.drv building '/nix/store/as63waz5961x8dx4g3irdhd98wlfrwh3-packages.json.drv'... Going to be running update for following packages: - python3.11-plotnine-0.10.1 Press Enter key to continue... Running update for: - python3.11-plotnine-0.10.1: UPDATING ... - python3.11-plotnine-0.10.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/plotnine/default.nix b/pkgs/development/python-modules/plotnine/default.nix index 717f530ef16d..241dced9f7e5 100644 --- a/pkgs/development/python-modules/plotnine/default.nix +++ b/pkgs/development/python-modules/plotnine/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "plotnine"; - version = "0.10.1"; + version = "0.12.3"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-2RKgS2ONz4IsUaZ4i4VmQjI0jVFfFR2zpkwAAZZvaEE="; + hash = "sha256-o43LNgf8ADweWa4MnVNdrngXZQ0cvC5W5W5bPeiN/pk="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.10.1" not present in staging derivation file with contents: { lib , adjusttext , buildPythonPackage , fetchPypi , geopandas , matplotlib , mizani , pandas , patsy , pytestCheckHook , pythonOlder , scikit-misc , scipy , setuptools-scm , statsmodels }: buildPythonPackage rec { pname = "plotnine"; version = "0.12.3"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-o43LNgf8ADweWa4MnVNdrngXZQ0cvC5W5W5bPeiN/pk="; }; nativeBuildInputs = [ setuptools-scm ]; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=plotnine --cov-report=xml" "" ''; propagatedBuildInputs = [ matplotlib mizani pandas patsy scipy statsmodels ]; nativeCheckInputs = [ adjusttext geopandas pytestCheckHook scikit-misc ]; preCheck = '' export HOME=$(mktemp -d) ''; pythonImportsCheck = [ "plotnine" ]; disabledTestPaths = [ # Assertion Errors "tests/test_theme.py" "tests/test_scale_internals.py" "tests/test_scale_labelling.py" "tests/test_position.py" "tests/test_geom_text_label.py" "tests/test_geom_smooth.py" "tests/test_geom_segment.py" "tests/test_geom_ribbon_area.py" "tests/test_geom_map.py" "tests/test_facets.py" "tests/test_facet_labelling.py" "tests/test_coords.py" "tests/test_annotation_logticks.py" ]; meta = with lib; { description = "Grammar of graphics for python"; homepage = "https://plotnine.readthedocs.io/"; changelog = "https://github.com/has2k1/plotnine/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ onny ]; }; }