python312Packages.mypy-boto3-builder: 7.26.1 -> 8.5.0 (#360587)

This commit is contained in:
Fabian Affolter 2024-12-03 10:05:24 +01:00 committed by GitHub
commit 23dafd2073
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,24 +13,27 @@
pip,
poetry-core,
pyparsing,
pytest-mock,
pytestCheckHook,
pythonOlder,
requests-mock,
ruff,
setuptools,
typing-extensions,
}:
buildPythonPackage rec {
pname = "mypy-boto3-builder";
version = "7.26.1";
version = "8.5.0";
pyproject = true;
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.12";
src = fetchFromGitHub {
owner = "youtype";
repo = "mypy_boto3_builder";
rev = "refs/tags/${version}";
hash = "sha256-BuJ94E9GFGOD7gD5T1Sxchxye3REr2n3wzI0+jGMPuA=";
hash = "sha256-ipi31Kbh7GdKQl7PzvR4tSWzjjHogrpHPPgzn8V/RTc=";
};
build-system = [ poetry-core ];
@ -46,11 +49,16 @@ buildPythonPackage rec {
newversion
pip
pyparsing
ruff
setuptools
typing-extensions
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytest-mock
requests-mock
pytestCheckHook
];
pythonImportsCheck = [ "mypy_boto3_builder" ];