From 03c38d91ae4ea2987f9853539534ce64959abf7a Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Mon, 17 Oct 2022 11:48:21 +0100 Subject: [PATCH] Mark `atomicwrites` as no longer updated (#8912) [`atomicwrites`](https://github.com/untitaker/python-atomicwrites) is a package that's only really useful for Python 2/3 compatibility. It's now deprecated, archived, and unmaintained. Prior to #8883 a few days ago, marking the stubs as complete, the typeshed stubs hadn't received any significant updates for several years. I propose we mark the stubs as no longer updated, and then remove them. --- stubs/atomicwrites/METADATA.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/atomicwrites/METADATA.toml b/stubs/atomicwrites/METADATA.toml index 3a60aff54..aa2589fbb 100644 --- a/stubs/atomicwrites/METADATA.toml +++ b/stubs/atomicwrites/METADATA.toml @@ -1,4 +1,5 @@ version = "1.4.*" +no_longer_updated = true [tool.stubtest] ignore_missing_stub = false