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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q35k206xpva09vcr5b1jjgkpcmx1mrig-packages.json.drv building '/nix/store/q35k206xpva09vcr5b1jjgkpcmx1mrig-packages.json.drv'... Going to be running update for following packages: - python3.10-schema-salad-8.4.20230127112827 Press Enter key to continue... Running update for: - python3.10-schema-salad-8.4.20230127112827: UPDATING ... - python3.10-schema-salad-8.4.20230127112827: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/schema-salad/default.nix b/pkgs/development/python-modules/schema-salad/default.nix index 9ae1fd02b62..323406e1528 100644 --- a/pkgs/development/python-modules/schema-salad/default.nix +++ b/pkgs/development/python-modules/schema-salad/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "schema-salad"; - version = "8.4.20230127112827"; + version = "8.4.20230213094415"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-nptZTNveutV9bGSkDPWLfiBusZblVqd/5m7DN4HwGJY="; + hash = "sha256-x2co8WjL+e4nBZd0pGUwv39nzNkO5G3dYrYJZeqP31o="; }; nativeBuildInputs = [ An auto update branch exists with message `python310Packages.schema-salad: 8.4.20230127112827 -> 8.4.20230128170514`. New version is 8.4.20230213094415. The auto update branch does not match or exceed the new version. Old version 8.4.20230127112827" not present in staging derivation file with contents: { lib , black , buildPythonPackage , fetchPypi , setuptools-scm , cachecontrol , lockfile , mistune , rdflib , ruamel-yaml , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "schema-salad"; version = "8.4.20230213094415"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-x2co8WjL+e4nBZd0pGUwv39nzNkO5G3dYrYJZeqP31o="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ cachecontrol lockfile mistune rdflib ruamel-yaml ]; 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" ]; 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 ]; }; }