python311Packages.pyaml 23.9.6 -> 23.12.0 https://repology.org/project/python:pyaml/versions attrpath: python311Packages.pyaml 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/c1kd39vplny0ky2kflhb8gqvvlj06n0i-packages.json.drv building '/nix/store/c1kd39vplny0ky2kflhb8gqvvlj06n0i-packages.json.drv'... Going to be running update for following packages: - python3.11-pyaml-23.9.6 Press Enter key to continue... Running update for: - python3.11-pyaml-23.9.6: UPDATING ... - python3.11-pyaml-23.9.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyaml/default.nix b/pkgs/development/python-modules/pyaml/default.nix index 3fcf2468aea3..fcfd3e4086e9 100644 --- a/pkgs/development/python-modules/pyaml/default.nix +++ b/pkgs/development/python-modules/pyaml/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "pyaml"; - version = "23.9.6"; + version = "23.12.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "sha256-Kyw5AXtxihJ775+WvFX4lBTZYIdmaNaYgKrmb0upiVc="; + sha256 = "sha256-zm9kjv37GzpVefjO2wT6zw+h6PZIRrY5MJtYW7MitOU="; }; propagatedBuildInputs = [ No auto update branch exists Old version 23.9.6" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools , pyyaml , unidecode }: buildPythonPackage rec { pname = "pyaml"; version = "23.9.7"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-WB6k6Z8OMIhkQH4EwDxgkkGu+joV37qJZNp2RLrzshc="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ pyyaml ]; nativeCheckInputs = [ unidecode ]; pythonImportsCheck = [ "pyaml" ]; meta = with lib; { description = "PyYAML-based module to produce pretty and readable YAML-serialized data"; homepage = "https://github.com/mk-fg/pretty-yaml"; license = licenses.wtfpl; maintainers = with maintainers; [ ]; }; }