2022-12-25T00:48:35 mypy-protobuf 3.2.0 -> 3.4.0 https://pypi.org/project/mypy-protobuf/ 2022-12-25T00:48:38 attrpath: mypy-protobuf 2022-12-25T00:48:38 Checking auto update branch... 2022-12-25T00:48:38 No auto update branch exists 2022-12-25T00:48:39 Old version 3.2.0" not present in master derivation file with contents: { lib , fetchPypi , buildPythonPackage , protobuf , types-protobuf , grpcio-tools , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "mypy-protobuf"; version = "3.4.0"; format = "pyproject"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; sha256 = "sha256-fXWgeWUbEFB2d2o1pUBeP6dzuKFnEY8bcS5EPppsGKI="; }; propagatedBuildInputs = [ protobuf types-protobuf grpcio-tools ]; doCheck = false; # ModuleNotFoundError: No module named 'testproto' checkInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "mypy_protobuf" ]; meta = with lib; { description = "Generate mypy stub files from protobuf specs"; homepage = "https://github.com/dropbox/mypy-protobuf"; license = licenses.asl20; maintainers = with maintainers; [ lnl7 ]; }; } 2022-12-25T20:09:03 mypy-protobuf 3.2.0 -> 3.4.0 https://pypi.org/project/mypy-protobuf/ 2022-12-25T20:09:05 attrpath: mypy-protobuf 2022-12-25T20:09:05 Checking auto update branch... 2022-12-25T20:09:05 No auto update branch exists 2022-12-25T20:09:06 Old version 3.2.0" not present in master derivation file with contents: { lib , fetchPypi , buildPythonPackage , protobuf , types-protobuf , grpcio-tools , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "mypy-protobuf"; version = "3.4.0"; format = "pyproject"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; sha256 = "sha256-fXWgeWUbEFB2d2o1pUBeP6dzuKFnEY8bcS5EPppsGKI="; }; propagatedBuildInputs = [ protobuf types-protobuf grpcio-tools ]; doCheck = false; # ModuleNotFoundError: No module named 'testproto' checkInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "mypy_protobuf" ]; meta = with lib; { description = "Generate mypy stub files from protobuf specs"; homepage = "https://github.com/dropbox/mypy-protobuf"; license = licenses.asl20; maintainers = with maintainers; [ lnl7 ]; }; }