python311Packages.coffea 0 -> 1 attrpath: python311Packages.coffea 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/9lv4dcnf07m43pqbjvdfib9kmvnq37dv-packages.json.drv building '/nix/store/9lv4dcnf07m43pqbjvdfib9kmvnq37dv-packages.json.drv'... Going to be running update for following packages: - python3.11-coffea-2024.2.1 Press Enter key to continue... Running update for: - python3.11-coffea-2024.2.1: UPDATING ... - python3.11-coffea-2024.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/coffea/default.nix b/pkgs/development/python-modules/coffea/default.nix index 633b2d2c9847..3f5de521b0a8 100644 --- a/pkgs/development/python-modules/coffea/default.nix +++ b/pkgs/development/python-modules/coffea/default.nix @@ -32,7 +32,7 @@ buildPythonPackage rec { pname = "coffea"; - version = "2024.2.1"; + version = "2024.2.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -41,7 +41,7 @@ buildPythonPackage rec { owner = "CoffeaTeam"; repo = "coffea"; rev = "refs/tags/v${version}"; - hash = "sha256-TQ0aC2iFPWh24ce1WoVRluPvnwvBscLtFl8/wcW/Clg="; + hash = "sha256-GdoVb9YtlUlrSx7TWWrdHOqOJJ4M+kJspOllv6HgFXk="; }; postPatch = '' No auto update branch exists Old version 2024.2.1" not present in master derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchFromGitHub , hatchling , hatch-vcs , awkward , cachetools , cloudpickle , correctionlib , dask , dask-awkward , dask-histogram , fsspec-xrootd , hist , lz4 , matplotlib , mplhep , numba , numpy , packaging , pandas , pyarrow , scipy , toml , tqdm , uproot , distributed , pyinstrument , pytestCheckHook }: buildPythonPackage rec { pname = "coffea"; version = "2024.2.2"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "CoffeaTeam"; repo = "coffea"; rev = "refs/tags/v${version}"; hash = "sha256-GdoVb9YtlUlrSx7TWWrdHOqOJJ4M+kJspOllv6HgFXk="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "numba>=0.58.1" "numba" ''; nativeBuildInputs = [ hatchling hatch-vcs ]; propagatedBuildInputs = [ awkward cachetools cloudpickle correctionlib dask dask-awkward dask-histogram fsspec-xrootd hist lz4 matplotlib mplhep numba numpy packaging pandas pyarrow scipy toml tqdm uproot ] ++ dask.optional-dependencies.array; nativeCheckInputs = [ distributed pyinstrument pytestCheckHook ]; pythonImportsCheck = [ "coffea" ]; meta = with lib; { description = "Basic tools and wrappers for enabling not-too-alien syntax when running columnar Collider HEP analysis"; homepage = "https://github.com/CoffeaTeam/coffea"; changelog = "https://github.com/CoffeaTeam/coffea/releases/tag/v${version}"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ veprbl ]; }; }