python312Packages.buildcatrust 0.2.1 -> 0.3.0 https://github.com/lukegb/buildcatrust/releases attrpath: python312Packages.buildcatrust 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/8ghfpjrnny6i6y9xzzzvis9miza9fxzm-packages.json.drv building '/nix/store/8ghfpjrnny6i6y9xzzzvis9miza9fxzm-packages.json.drv'... Going to be running update for following packages: - python3.12-buildcatrust-0.2.1 Press Enter key to continue... Running update for: - python3.12-buildcatrust-0.2.1: UPDATING ... - python3.12-buildcatrust-0.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/buildcatrust/default.nix b/pkgs/development/python-modules/buildcatrust/default.nix index e56d50fb9d4d..05b93ad852db 100644 --- a/pkgs/development/python-modules/buildcatrust/default.nix +++ b/pkgs/development/python-modules/buildcatrust/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "buildcatrust"; - version = "0.2.1"; + version = "0.3.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-mjX+T5xo6cD1GxJ49Tx7zthPbGPFPYaf2qcNKVHEzJA="; + hash = "sha256-Ac10CZdihFBmr5LE6xFKx4+zr2n5nyR23px6N4vN05M="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.2.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , flit-core , pytestCheckHook }: buildPythonPackage rec { pname = "buildcatrust"; version = "0.3.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-Ac10CZdihFBmr5LE6xFKx4+zr2n5nyR23px6N4vN05M="; }; nativeBuildInputs = [ flit-core ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTestPaths = [ # Non-hermetic, needs internet access (e.g. attempts to retrieve NSS store). "buildcatrust/tests/test_nonhermetic.py" ]; pythonImportsCheck = [ "buildcatrust" "buildcatrust.cli" ]; meta = with lib; { description = "Build SSL/TLS trust stores"; homepage = "https://github.com/lukegb/buildcatrust"; license = licenses.mit; maintainers = with maintainers; [ lukegb ]; }; }