2022-11-15T00:54:03 cve 1.0.0 -> 1.1.0 https://github.com/RedHatProductSecurity/cvelib/releases 2022-11-15T00:54:05 attrpath: cve 2022-11-15T00:54:05 Checking auto update branch... 2022-11-15T00:54:05 No auto update branch exists 2022-11-15T00:54:06 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 ]; }; } 2022-11-15T23:46:13 cve 1.0.0 -> 1.1.0 https://github.com/RedHatProductSecurity/cvelib/releases 2022-11-15T23:46:16 attrpath: cve 2022-11-15T23:46:16 Checking auto update branch... 2022-11-15T23:46:16 No auto update branch exists 2022-11-15T23:46:17 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 ]; }; }