python310Packages.schema-salad 0 -> 1 attrpath: python310Packages.schema-salad 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/yaayyi7wsiqppf3l5a13lw69x96100bv-packages.json.drv building '/nix/store/yaayyi7wsiqppf3l5a13lw69x96100bv-packages.json.drv'... Going to be running update for following packages: - python3.10-schema-salad-8.4.20230808163024 Press Enter key to continue... Running update for: - python3.10-schema-salad-8.4.20230808163024: UPDATING ... - python3.10-schema-salad-8.4.20230808163024: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/schema-salad/default.nix b/pkgs/development/python-modules/schema-salad/default.nix index 39a35038fb0a..300fd3706fdb 100644 --- a/pkgs/development/python-modules/schema-salad/default.nix +++ b/pkgs/development/python-modules/schema-salad/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "schema-salad"; - version = "8.4.20230808163024"; + version = "8.5.20240102191335"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-ai4vv6EFX4yTR8sgRspiG+M8a8oa83LIlJPGX7q+Kd0="; + hash = "sha256-fTJwT1Dj/GwJbcFiCEvwC+vOcKp2LLSolyOaZK4Aogw="; }; nativeBuildInputs = [ No auto update branch exists Old version 8.4.20230808163024" not present in staging derivation file with contents: { lib , black , buildPythonPackage , cachecontrol , fetchPypi , importlib-resources , lockfile , mistune , mypy , pytestCheckHook , pythonOlder , rdflib , ruamel-yaml , setuptools , setuptools-scm }: buildPythonPackage rec { pname = "schema-salad"; version = "8.5.20231201181309"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-q4djcBt+8PEUekWNKlivKnDXrJBAUKGZ1252ym/E4bI="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ cachecontrol importlib-resources lockfile mistune mypy rdflib ruamel-yaml setuptools # needs pkg_resources at runtime ] ++ cachecontrol.optional-dependencies.filecache; nativeCheckInputs = [ pytestCheckHook ] ++ passthru.optional-dependencies.pycodegen; preCheck = '' rm tox.ini ''; disabledTests = [ # Setup for these tests requires network access "test_secondaryFiles" "test_outputBinding" # Test requires network "test_yaml_tab_error" "test_bad_schemas" ]; pythonImportsCheck = [ "schema_salad" ]; passthru.optional-dependencies = { pycodegen = [ black ]; }; meta = with lib; { description = "Semantic Annotations for Linked Avro Data"; homepage = "https://github.com/common-workflow-language/schema_salad"; changelog = "https://github.com/common-workflow-language/schema_salad/releases/tag/${version}"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ veprbl ]; # https://github.com/common-workflow-language/schema_salad/issues/721 broken = versionAtLeast mistune.version "2.1"; }; }