python311Packages.ramlfications 0 -> 1 attrpath: python311Packages.ramlfications 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/l5cch0jdnyvvanrjmh57lbla3lq60v4l-packages.json.drv building '/nix/store/l5cch0jdnyvvanrjmh57lbla3lq60v4l-packages.json.drv'... Going to be running update for following packages: - python3.11-ramlfications-0.1.9 Press Enter key to continue... Running update for: - python3.11-ramlfications-0.1.9: UPDATING ... - python3.11-ramlfications-0.1.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ramlfications/default.nix b/pkgs/development/python-modules/ramlfications/default.nix index 3c2be0da4792..2044e030c5ee 100644 --- a/pkgs/development/python-modules/ramlfications/default.nix +++ b/pkgs/development/python-modules/ramlfications/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "ramlfications"; - version = "0.1.9"; + version = "0.2.2"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "0xvnna7kaq4nm5nfnwcwbr5bcm2s532hgyp7kq4v9iivn48rrf3v"; + sha256 = "sha256-wcQd5j74y7d0xFeWlwlhceZj95ixUmv5upnv/6Rl1ew="; }; meta = with lib; { No auto update branch exists Old version 0.1.9" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchPypi , mock, pytest, pytest-mock, pytest-server-fixtures, pytest-localserver , termcolor, click, markdown2, six, jsonref, pyyaml, xmltodict, attrs }: buildPythonPackage rec { pname = "ramlfications"; version = "0.2.2"; format = "setuptools"; src = fetchPypi { inherit pname version; sha256 = "sha256-wcQd5j74y7d0xFeWlwlhceZj95ixUmv5upnv/6Rl1ew="; }; meta = with lib; { description = "A Python RAML parser."; homepage = "https://ramlfications.readthedocs.org"; license = licenses.asl20; maintainers = with maintainers; [ ]; platforms = platforms.all; }; doCheck = false; # [darwin] AssertionError: Expected 'update_mime_types' to have been called once. Called 0 times. buildInputs = [ mock pytest pytest-mock pytest-server-fixtures pytest-localserver ]; propagatedBuildInputs = [ termcolor click markdown2 six jsonref pyyaml xmltodict attrs ]; }