python311Packages.lmfit 0 -> 1 attrpath: python311Packages.lmfit 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] Going to be running update for following packages: - python3.11-lmfit-1.2.2 Press Enter key to continue... Running update for: - python3.11-lmfit-1.2.2: UPDATING ... - python3.11-lmfit-1.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/lmfit/default.nix b/pkgs/development/python-modules/lmfit/default.nix index d96eb4d4c9ad..72399978b2ab 100644 --- a/pkgs/development/python-modules/lmfit/default.nix +++ b/pkgs/development/python-modules/lmfit/default.nix @@ -14,13 +14,13 @@ buildPythonPackage rec { pname = "lmfit"; - version = "1.2.2"; + version = "1.3.1"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-BEoFKhGmHaBXYnRQTBfrfigDtBEo4lgh6WYyIH8jyIw="; + hash = "sha256-vDhiRK29EO8aKixPnRez3vkFVSwKZK74VPCtRswwnMU="; }; postPatch = '' No auto update branch exists Old version 1.2.2" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchPypi, setuptools, setuptools-scm, asteval, numpy, scipy, uncertainties, pytestCheckHook, pandas, matplotlib, }: buildPythonPackage rec { pname = "lmfit"; version = "1.3.0"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-foI668BSN8qA0z0mDO27peJhkMzsn69ZXmgUOQneDJM="; }; postPatch = '' substituteInPlace setup.cfg --replace "--cov=lmfit --cov-report html" "" ''; nativeBuildInputs = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ asteval numpy scipy uncertainties ]; nativeCheckInputs = [ pytestCheckHook pandas matplotlib ]; disabledTests = [ # https://github.com/lmfit/lmfit-py/issues/878 "test_emcee_multiprocessing" "test_explicit_independent_vars" "test_result_eval_custom_x" ]; meta = with lib; { description = "Least-Squares Minimization with Bounds and Constraints"; homepage = "https://lmfit-py.readthedocs.io/"; license = licenses.bsd3; maintainers = with maintainers; [ nomeata ]; }; }