python310Packages.formulaic 0.5.2 -> 0.6.6 https://repology.org/project/python:formulaic/versions attrpath: python310Packages.formulaic 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/w3jvs53mvc1518r74s2l07c2fisn41cq-packages.json.drv building '/nix/store/w3jvs53mvc1518r74s2l07c2fisn41cq-packages.json.drv'... Going to be running update for following packages: - python3.10-formulaic-0.5.2 Press Enter key to continue... Running update for: - python3.10-formulaic-0.5.2: UPDATING ... - python3.10-formulaic-0.5.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/formulaic/default.nix b/pkgs/development/python-modules/formulaic/default.nix index 3cfe44c55d53..e119eb9f3b4f 100644 --- a/pkgs/development/python-modules/formulaic/default.nix +++ b/pkgs/development/python-modules/formulaic/default.nix @@ -17,15 +17,15 @@ buildPythonPackage rec { pname = "formulaic"; - version = "0.5.2"; + version = "0.6.6"; format = "pyproject"; src = fetchFromGitHub { owner = "matthewwardrop"; repo = "formulaic"; - rev = "v${version}"; - hash = "sha256-sIvHTuUS/nkcDjRgZCoEOY2negIOsarzH0PeXJsavWc="; + rev = "refs/tags/v${version}"; + hash = "sha256-82+j3JAkjltXuzRhdvO4hoesSTWlNCY6w2mn6TsZqGM="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; An auto update branch exists with message `python310Packages.formulaic: 0.5.2 -> 0.6.4`. New version is 0.6.6. The auto update branch does not match or exceed the new version. Old version 0.5.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , hatchling , hatch-vcs , git , astor , interface-meta , numpy , pandas , scipy , sympy , wrapt , typing-extensions }: buildPythonPackage rec { pname = "formulaic"; version = "0.6.4"; format = "pyproject"; src = fetchFromGitHub { owner = "matthewwardrop"; repo = "formulaic"; rev = "refs/tags/v${version}"; hash = "sha256-lpza5FDO/QOsiLYdxNT1o62lHfFeD6YahFz/zgH3K0I="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ hatchling hatch-vcs ]; propagatedBuildInputs = [ astor numpy pandas scipy wrapt typing-extensions interface-meta sympy ]; pythonImportsCheck = [ "formulaic" ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTestPaths = [ "tests/transforms/test_poly.py" ]; meta = { homepage = "https://matthewwardrop.github.io/formulaic/"; description = "High-performance implementation of Wilkinson formulas for"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ swflint ]; }; }