python312Packages.formulae 0.5.1 -> 0.5.3 https://github.com/bambinos/formulae/releases attrpath: python312Packages.formulae 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/92zlq81pvyqzlp8ghldyvls5l5874ixx-packages.json.drv building '/nix/store/92zlq81pvyqzlp8ghldyvls5l5874ixx-packages.json.drv'... Going to be running update for following packages: - python3.12-formulae-0.5.1 Press Enter key to continue... Running update for: - python3.12-formulae-0.5.1: UPDATING ... - python3.12-formulae-0.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/formulae/default.nix b/pkgs/development/python-modules/formulae/default.nix index d8b6088124d4..b0d6a4382f2c 100644 --- a/pkgs/development/python-modules/formulae/default.nix +++ b/pkgs/development/python-modules/formulae/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "formulae"; - version = "0.5.1"; + version = "0.5.3"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "bambinos"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-nmqGdXqsesRhR06FDS5t64C6+Bz1B97W+PkHrfV7Qmg="; + hash = "sha256-A0CI0bpoRYFAcPiNAf5haQu9BEqmBgxF7HfIl4qcML0="; }; nativeBuildInputs = [ setuptools ]; No auto update branch exists Old version 0.5.1" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchFromGitHub , setuptools , pytestCheckHook , numpy , pandas , scipy }: buildPythonPackage rec { pname = "formulae"; version = "0.5.3"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "bambinos"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-A0CI0bpoRYFAcPiNAf5haQu9BEqmBgxF7HfIl4qcML0="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ numpy pandas scipy ]; nativeCheckInputs = [ pytestCheckHook ]; # use assertions of form `assert pytest.approx(...)`, which is now disallowed: disabledTests = [ "test_basic" "test_degree" ]; pythonImportsCheck = [ "formulae" "formulae.matrices" ]; meta = with lib; { homepage = "https://bambinos.github.io/formulae"; description = "Formulas for mixed-effects models in Python"; changelog = "https://github.com/bambinos/formulae/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ bcdarwin ]; }; }