python313Packages.mypy-boto3-builder: 8.11.0 -> 8.12.0 (#464867)

This commit is contained in:
Fabian Affolter
2025-11-25 12:41:33 +00:00
committed by GitHub
@@ -11,7 +11,6 @@
prompt-toolkit,
pytest-mock,
pytestCheckHook,
pythonOlder,
questionary,
requests-mock,
requests,
@@ -22,21 +21,19 @@
buildPythonPackage rec {
pname = "mypy-boto3-builder";
version = "8.11.0";
version = "8.12.0";
pyproject = true;
disabled = pythonOlder "3.12";
src = fetchFromGitHub {
owner = "youtype";
repo = "mypy_boto3_builder";
tag = version;
hash = "sha256-7NrN42DcM+NNTjRnOdDzPBTKFRex8Ph4bVjdVgJa4Po=";
hash = "sha256-ZpZ//vFFxW1o9dEaCuO/8UHYM6lExvktYeNIiSrXR0Y=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail 'version = "8.10.1"' 'version = "${version}"'
--replace-fail 'version = "8.11.0"' 'version = "${version}"'
'';
build-system = [ setuptools ];
@@ -74,7 +71,7 @@ buildPythonPackage rec {
meta = {
description = "Type annotations builder for boto3";
homepage = "https://github.com/youtype/mypy_boto3_builder";
changelog = "https://github.com/youtype/mypy_boto3_builder/releases/tag/${version}";
changelog = "https://github.com/youtype/mypy_boto3_builder/releases/tag/${src.tag}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "mypy_boto3_builder";