python311Packages.scikit-hep-testdata 0.4.34 -> 0.4.36 https://repology.org/project/python:scikit-hep-testdata/versions attrpath: python311Packages.scikit-hep-testdata 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/apf16ymk12v7h90m1if0gkmwb2wavgkr-packages.json.drv building '/nix/store/apf16ymk12v7h90m1if0gkmwb2wavgkr-packages.json.drv'... Going to be running update for following packages: - python3.11-scikit-hep-testdata-0.4.34 Press Enter key to continue... Running update for: - python3.11-scikit-hep-testdata-0.4.34: UPDATING ... - python3.11-scikit-hep-testdata-0.4.34: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/scikit-hep-testdata/default.nix b/pkgs/development/python-modules/scikit-hep-testdata/default.nix index 520c83575005..5b6043aaa941 100644 --- a/pkgs/development/python-modules/scikit-hep-testdata/default.nix +++ b/pkgs/development/python-modules/scikit-hep-testdata/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "scikit-hep-testdata"; - version = "0.4.34"; + version = "0.4.36"; format = "pyproject"; disabled = pythonOlder "3.6"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "scikit-hep"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-kHpJXqFQI3vtDJIcH2ebzbaReHecwItDh73/NcoPk9A="; + hash = "sha256-RCpLSo8ya2TRlhILDtqTjlcXVZIcej6tDs5KX9tB//c="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 0.4.34" not present in staging derivation file with contents: { lib , fetchFromGitHub , pythonAtLeast , buildPythonPackage , importlib-resources , pyyaml , requests , setuptools-scm , pythonOlder }: buildPythonPackage rec { pname = "scikit-hep-testdata"; version = "0.4.35"; format = "pyproject"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "scikit-hep"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-1SROsrl7zBaZRDju1M6wlKLZypk9OswA8kromiJGeqw="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ pyyaml requests ] ++ lib.optionals (!pythonAtLeast "3.9") [ importlib-resources ]; SKHEP_DATA = 1; # install the actual root files doCheck = false; # tests require networking pythonImportsCheck = [ "skhep_testdata" ]; meta = with lib; { homepage = "https://github.com/scikit-hep/scikit-hep-testdata"; description = "A common package to provide example files (e.g., ROOT) for testing and developing packages against"; changelog = "https://github.com/scikit-hep/scikit-hep-testdata/releases/tag/v${version}"; license = licenses.bsd3; maintainers = with maintainers; [ veprbl ]; }; }