2022-11-13T14:30:10 cve 1.0.0 -> 1.1.0 https://github.com/RedHatProductSecurity/cvelib/releases 2022-11-13T14:30:13 attrpath: cve 2022-11-13T14:30:13 Checking auto update branch... 2022-11-13T14:30:13 No auto update branch exists 2022-11-13T14:30:14 Old version 1.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , click , fetchFromGitHub , jsonschema , pytestCheckHook , pythonOlder , requests }: buildPythonPackage rec { pname = "cvelib"; version = "1.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "RedHatProductSecurity"; repo = "cvelib"; rev = "tags/${version}"; hash = "sha256-MZzCTUleEddIlZBRhxD8ZgaWAOFcpa5hvNuIjrBJRzk="; }; SETUPTOOLS_SCM_PRETEND_VERSION = "v${version}"; propagatedBuildInputs = [ click jsonschema requests ]; checkInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "cvelib" ]; meta = with lib; { description = "Library and a command line interface for the CVE Services API"; homepage = "https://github.com/RedHatProductSecurity/cvelib"; license = licenses.mit; maintainers = with maintainers; [ raboof ]; }; }