From a2d8c217cca4a7b4e1c385375a5d64d758bf27ee Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sat, 12 Oct 2024 00:13:01 +0000 Subject: [PATCH] [stubsabot] Mark pygit2 as obsolete since 1.16.0 Release: https://pypi.org/pypi/pygit2/1.16.0 Homepage: https://github.com/libgit2/pygit2 Repository: https://github.com/libgit2/pygit2 Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/pygit2 Changelog: https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md Diff: https://github.com/libgit2/pygit2/compare/v1.15.1...v1.16.0 --- stubs/pygit2/METADATA.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/pygit2/METADATA.toml b/stubs/pygit2/METADATA.toml index 17c37a96d5d4..13eec7dc9537 100644 --- a/stubs/pygit2/METADATA.toml +++ b/stubs/pygit2/METADATA.toml @@ -1,6 +1,7 @@ version = "1.15.*" upstream_repository = "https://github.com/libgit2/pygit2" requires = ["types-cffi"] +obsolete_since = "1.16.0" # Released on 2024-10-11 [tool.stubtest] platforms = ["darwin", "linux", "win32"]